Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dbug78344.phpt2 Bug #78344: Segmentation fault on zend_check_protected
/PHP-7.4/Zend/
H A Dzend_object_handlers.h227 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope);
H A Dzend_objects.c131 if (!zend_check_protected(zend_get_function_root_class(destructor), scope)) { in zend_objects_destroy_object()
H A Dzend_object_handlers.c1231 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected() function
1370 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), scope))) { in zend_std_get_method()
1456 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), scope))) { in zend_std_get_static_method()
1602 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), scope))) { in zend_std_get_constructor()
H A Dzend_constants.c241 return zend_check_protected(c->ce, scope); in zend_verify_const_access()
H A Dzend_builtin_functions.c1112 !zend_check_protected(prop_info->ce, scope)) || in add_class_vars()
1326 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
H A Dzend_API.c3143 || !zend_check_protected(zend_get_function_root_class(fcc->function_handler), scope)) { in zend_is_callable_check_func()
3230 || (!zend_check_protected(zend_get_function_root_class(fcc->function_handler), scope))) { in zend_is_callable_check_func()
H A Dzend_compile.c4027 || !zend_check_protected(zend_get_function_root_class(fbc), CG(active_class_entry)))) { in zend_compile_static_call()
H A Dzend_vm_def.h5561 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
H A Dzend_vm_execute.h3950 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) { in ZEND_CLONE_SPEC_CONST_HANDLER()
13691 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) { in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
30404 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) { in ZEND_CLONE_SPEC_UNUSED_HANDLER()
37430 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) { in ZEND_CLONE_SPEC_CV_HANDLER()
/PHP-7.4/
H A DNEWS1360 . Fixed bug #78344 (Segmentation fault on zend_check_protected). (Nikita)

Completed in 205 milliseconds