Searched refs:fbc_scope (Results 1 – 1 of 1) sorted by relevance
1569 const zend_class_entry *fbc_scope = ce; in zend_check_protected() local1574 while (fbc_scope) { in zend_check_protected()1575 if (fbc_scope==scope) { in zend_check_protected()1578 fbc_scope = fbc_scope->parent; in zend_check_protected()
Completed in 9 milliseconds