Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.h149 #define zend_get_function_root_class(fbc) \ macro
H A Dzend_objects.c87 if (!zend_check_protected(zend_get_function_root_class(destructor), EG(scope))) { in zend_objects_destroy_object()
H A Dzend_object_handlers.c1074 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { in zend_std_get_method()
1225 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { in zend_std_get_static_method()
1329 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), EG(scope)))) { in zend_std_get_constructor()
H A Dzend_vm_def.h3462 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
H A Dzend_vm_execute.h2563 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { in ZEND_CLONE_SPEC_CONST_HANDLER()
7874 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { in ZEND_CLONE_SPEC_TMP_HANDLER()
13191 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { in ZEND_CLONE_SPEC_VAR_HANDLER()
24280 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { in ZEND_CLONE_SPEC_UNUSED_HANDLER()
30861 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { in ZEND_CLONE_SPEC_CV_HANDLER()

Completed in 108 milliseconds