Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO82 method. If the type is ZEND_OVERLOADED_FUNCTION, the method would be
H A Dzend_API.c2888 if (fcc->function_handler->type != ZEND_OVERLOADED_FUNCTION) { in zend_is_callable_check_func()
3070 fcc->function_handler->type == ZEND_OVERLOADED_FUNCTION)) { in zend_is_callable_ex()
3071 if (fcc->function_handler->type != ZEND_OVERLOADED_FUNCTION) { in zend_is_callable_ex()
3148 fcc->function_handler->type == ZEND_OVERLOADED_FUNCTION)) { in zend_is_callable_ex()
3149 if (fcc->function_handler->type != ZEND_OVERLOADED_FUNCTION) { in zend_is_callable_ex()
3226 fcc.function_handler->type == ZEND_OVERLOADED_FUNCTION)) { in zend_make_callable()
3227 if (fcc.function_handler->type != ZEND_OVERLOADED_FUNCTION) { in zend_make_callable()
H A Dzend_compile.h767 #define ZEND_OVERLOADED_FUNCTION 3 macro
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c282 f.type = ZEND_OVERLOADED_FUNCTION; in com_method_get()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c2253 if (fptr->type != ZEND_OVERLOADED_FUNCTION) { in ZEND_METHOD()
2277 if (fptr->type != ZEND_OVERLOADED_FUNCTION) { in ZEND_METHOD()
/PHP-5.5/
H A DNEWS3252 . Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods.

Completed in 54 milliseconds