Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_object_handlers.h161 #define zend_get_function_root_class(fbc) \ macro
H A Dzend_objects.c113 if (!zend_check_protected(zend_get_function_root_class(destructor), EG(scope))) { in zend_objects_destroy_object()
H A Dzend_object_handlers.c1204 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { in zend_std_get_method()
1308 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { in zend_std_get_static_method()
1397 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), EG(scope)))) { in zend_std_get_constructor()
H A Dzend_vm_def.h5058 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
H A Dzend_vm_execute.h3473 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
23100 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
29332 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
41044 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {

Completed in 219 milliseconds