Home
last modified time | relevance | path

Searched refs:ZEND_OVERLOADED_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/Zend/
H A DOBJECTS2_HOWTO82 method. If the type is ZEND_OVERLOADED_FUNCTION, the method would be
H A Dzend_API.c3070 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()
H A Dzend_compile.h842 #define ZEND_OVERLOADED_FUNCTION 3 macro
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c275 f.type = ZEND_OVERLOADED_FUNCTION; in com_method_get()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c2460 if (fptr->type != ZEND_OVERLOADED_FUNCTION) { in ZEND_METHOD()
2499 if (fptr->type != ZEND_OVERLOADED_FUNCTION) { in ZEND_METHOD()

Completed in 40 milliseconds