Home
last modified time | relevance | path

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

/PHP-8.0/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.c266 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *scope) /* {{{ */ in zend_verify_const_access() function
385 if (!zend_verify_const_access(c, scope)) { in zend_get_constant_ex()
H A Dzend_vm_def.h5866 if (!zend_verify_const_access(c, scope)) {
H A Dzend_vm_execute.h6890 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
24382 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
33015 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-8.0/
H A DUPGRADING.INTERNALS357 - zend_verify_const_access()

Completed in 173 milliseconds