We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b0735 commit 1c1e106Copy full SHA for 1c1e106
1 file changed
engine/include/php5/_receiver.h
@@ -61,7 +61,7 @@ static inline zval *RECEIVER_RETVAL() {
61
62
// Return class name for method receiver.
63
static inline char *receiver_get_name(engine_receiver *rcvr) {
64
- return rcvr->obj.ce->name;
+ return (char *) rcvr->obj.ce->name;
65
}
66
67
#endif
0 commit comments