Home
last modified time | relevance | path

Searched refs:zend_verify_const_access (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_constants.h75 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *ce);
H A Dzend_constants.c234 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 Dzend_vm_def.h6082 if (!zend_verify_const_access(c, scope)) {
H A Dzend_vm_execute.h7603 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