Searched refs:zend_check_protected (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 2544 if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { 2660 if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) {
|
| H A D | zend_object_handlers.h | 161 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope);
|
| H A D | zend_objects.c | 76 if (!zend_check_protected(destructor->common.scope, EG(scope))) {
|
| H A D | zend_object_handlers.c | 167 return zend_check_protected(property_info->ce, EG(scope)); 795 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ function 904 if (!zend_check_protected(zend_get_function_root_class(fbc), EG(scope))) { 1042 if (!zend_check_protected(zend_get_function_root_class(fbc), EG(scope))) { 1127 if (!zend_check_protected(zend_get_function_root_class(constructor), EG(scope))) {
|
| H A D | zend_builtin_functions.c | 1033 zend_check_protected(mptr->common.scope, EG(scope)))
|
| H A D | zend_vm_def.h | 2993 if (!zend_check_protected(clone->common.scope, EG(scope))) {
|
| H A D | zend_vm_execute.h | 1816 if (!zend_check_protected(clone->common.scope, EG(scope))) { 5112 if (!zend_check_protected(clone->common.scope, EG(scope))) { 8487 if (!zend_check_protected(clone->common.scope, EG(scope))) { 17027 if (!zend_check_protected(clone->common.scope, EG(scope))) { 22392 if (!zend_check_protected(clone->common.scope, EG(scope))) { [all...] |
Completed in 83 milliseconds