Searched refs:ZEND_OVERLOADED_FUNCTION (Results 1 – 5 of 5) sorted by relevance
82 method. If the type is ZEND_OVERLOADED_FUNCTION, the method would be
3070 if (fcc->function_handler->type != ZEND_OVERLOADED_FUNCTION && in zend_is_callable_check_func()3240 fcc->function_handler->type == ZEND_OVERLOADED_FUNCTION)) { in zend_is_callable_ex()3241 if (fcc->function_handler->type != ZEND_OVERLOADED_FUNCTION && in zend_is_callable_ex()3328 fcc->function_handler->type == ZEND_OVERLOADED_FUNCTION)) { in zend_is_callable_ex()3329 if (fcc->function_handler->type != ZEND_OVERLOADED_FUNCTION && in zend_is_callable_ex()3405 fcc.function_handler->type == ZEND_OVERLOADED_FUNCTION)) { in zend_make_callable()3406 if (fcc.function_handler->type != ZEND_OVERLOADED_FUNCTION) { in zend_make_callable()
842 #define ZEND_OVERLOADED_FUNCTION 3 macro
275 f.type = ZEND_OVERLOADED_FUNCTION; in com_method_get()
2460 if (fptr->type != ZEND_OVERLOADED_FUNCTION) { in ZEND_METHOD()2499 if (fptr->type != ZEND_OVERLOADED_FUNCTION) { in ZEND_METHOD()
Completed in 62 milliseconds