Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.h161 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope);
H A Dzend_objects.c76 if (!zend_check_protected(destructor->common.scope, EG(scope))) { in zend_objects_destroy_object()
H A Dzend_object_handlers.c167 return zend_check_protected(property_info->ce, EG(scope)); in zend_verify_property_access()
795 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected() function
904 if (!zend_check_protected(zend_get_function_root_class(fbc), EG(scope))) { in zend_std_get_method()
1042 if (!zend_check_protected(zend_get_function_root_class(fbc), EG(scope))) { in zend_std_get_static_method()
1127 if (!zend_check_protected(zend_get_function_root_class(constructor), EG(scope))) { in zend_std_get_constructor()
H A Dzend_API.c2544 if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { in zend_is_callable_check_func()
2660 if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { in zend_is_callable_check_func()
H A Dzend_builtin_functions.c1033 zend_check_protected(mptr->common.scope, EG(scope))) in ZEND_FUNCTION()
H A Dzend_vm_def.h2993 if (!zend_check_protected(clone->common.scope, EG(scope))) {
H A Dzend_vm_execute.h1816 if (!zend_check_protected(clone->common.scope, EG(scope))) { in ZEND_CLONE_SPEC_CONST_HANDLER()
5112 if (!zend_check_protected(clone->common.scope, EG(scope))) { in ZEND_CLONE_SPEC_TMP_HANDLER()
8487 if (!zend_check_protected(clone->common.scope, EG(scope))) { in ZEND_CLONE_SPEC_VAR_HANDLER()
17027 if (!zend_check_protected(clone->common.scope, EG(scope))) { in ZEND_CLONE_SPEC_UNUSED_HANDLER()
22392 if (!zend_check_protected(clone->common.scope, EG(scope))) { in ZEND_CLONE_SPEC_CV_HANDLER()

Completed in 130 milliseconds