Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_constants.h76 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *ce);
H A Dzend_constants.c243 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *scope) /* {{{ */ in zend_verify_const_access() function
349 if (!zend_verify_const_access(c, scope)) { in zend_get_class_constant_ex()
H A Dzend_vm_def.h6091 if (!zend_verify_const_access(c, scope)) {
H A Dzend_vm_execute.h7614 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
8774 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER()
25873 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
26442 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER()
35281 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
35640 if (!zend_verify_const_access(c, scope)) { in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER()

Completed in 147 milliseconds