Searched refs:zend_verify_const_access (Results 1 – 4 of 4) sorted by relevance
/php-src/Zend/ |
H A D | zend_constants.h | 76 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *ce);
|
H A D | zend_constants.c | 243 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 D | zend_vm_def.h | 6091 if (!zend_verify_const_access(c, scope)) {
|
H A D | zend_vm_execute.h | 7614 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 143 milliseconds