Home
last modified time | relevance | path

Searched refs:zend_get_function_root_class (Results 1 – 6 of 6) sorted by last modified time

/PHP-7.2/Zend/
H A Dzend_vm_execute.h3342 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
26897 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
33793 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
48894 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
H A Dzend_vm_def.h4978 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
H A Dzend_object_handlers.c1250 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), scope))) { in zend_std_get_method()
1354 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), scope))) { in zend_std_get_static_method()
1454 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), scope))) { in zend_std_get_constructor()
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), scope)) { in zend_objects_destroy_object()
H A Dzend_compile.c4142 || !zend_check_protected(zend_get_function_root_class(fbc), CG(active_class_entry)))) { in zend_compile_static_call()

Completed in 172 milliseconds