Searched refs:zend_verify_const_access (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_constants.h | 75 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *ce);
|
H A D | zend_constants.c | 234 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *scope) /* {{{ */ in zend_verify_const_access() function 340 if (!zend_verify_const_access(c, scope)) { in zend_get_class_constant_ex()
|
H A D | zend_vm_def.h | 6082 if (!zend_verify_const_access(c, scope)) {
|
H A D | zend_vm_execute.h | 7603 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() 8763 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER() 25862 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() 26431 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER() 35270 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() 35629 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER()
|
Completed in 176 milliseconds