Searched refs:zend_check_protected (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/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 | 122 if (!zend_check_protected(zend_get_function_root_class(destructor), scope)) { in zend_objects_destroy_object()
|
H A D | zend_object_handlers.c | 301 return zend_check_protected(property_info->ce, scope); in zend_verify_property_access() 1110 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected() function 1259 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), scope))) { in zend_std_get_method() 1366 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), scope))) { in zend_std_get_static_method() 1466 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), scope))) { in zend_std_get_constructor()
|
H A D | zend_constants.c | 262 return zend_check_protected(c->ce, scope); in zend_verify_const_access()
|
H A D | zend_builtin_functions.c | 1156 !zend_check_protected(prop_info->ce, scope)) || in add_class_vars() 1347 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
|
H A D | zend_API.c | 3051 if (!zend_check_protected(fcc->function_handler->common.scope, scope)) { in zend_is_callable_check_func() 3155 if (!zend_check_protected(fcc->function_handler->common.scope, scope)) { in zend_is_callable_check_func()
|
H A D | zend_vm_def.h | 5091 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
|
H A D | zend_vm_execute.h | 3316 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) { 28048 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) { 35378 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) { 51645 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
|
/PHP-7.1/ext/reflection/ |
H A D | php_reflection.c | 3936 !zend_check_protected(prop_info->ce, ce)) || in add_class_vars()
|
Completed in 232 milliseconds