Home
last modified time | relevance | path

Searched refs:zend_check_protected (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_object_handlers.h170 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope);
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.c243 return zend_check_protected(property_info->ce, EG(scope)); in zend_verify_property_access()
965 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected() function
1074 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_builtin_functions.c920 !zend_check_protected(prop_info->ce, EG(scope))) || in add_class_vars()
1073 zend_check_protected(mptr->common.scope, EG(scope))) in ZEND_FUNCTION()
H A Dzend_API.c2859 if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { in zend_is_callable_check_func()
2973 if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { in zend_is_callable_check_func()
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()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3365 !zend_check_protected(prop_info->ce, ce)) || in add_class_vars()

Completed in 145 milliseconds