Searched refs:zend_check_protected (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_object_handlers.h | 177 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope);
|
H A D | zend_objects.c | 113 if (!zend_check_protected(zend_get_function_root_class(destructor), EG(scope))) { in zend_objects_destroy_object()
|
H A D | zend_object_handlers.c | 269 return zend_check_protected(property_info->ce, EG(scope)); in zend_verify_property_access() 1059 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected() function 1204 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 D | zend_builtin_functions.c | 1076 !zend_check_protected(prop_info->ce, EG(scope))) || in add_class_vars() 1264 zend_check_protected(mptr->common.scope, EG(scope))) in ZEND_FUNCTION()
|
H A D | zend_API.c | 3049 if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { in zend_is_callable_check_func() 3151 if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { in zend_is_callable_check_func()
|
H A D | zend_vm_def.h | 5058 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
|
H A D | zend_vm_execute.h | 3473 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)))) {
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 3754 !zend_check_protected(prop_info->ce, ce)) || in add_class_vars()
|
Completed in 185 milliseconds