Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_object_handlers.h175 ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, zend_string *funct…
H A Dzend_object_handlers.c1093 ZEND_API int zend_check_private(zend_function *fbc, zend_class_entry *ce, zend_string *function_nam… in zend_check_private() function
H A Dzend_API.c3120 if (!zend_check_private(fcc->function_handler, fcc->object ? fcc->object->ce : scope, lmname)) { in zend_is_callable_check_func()
3220 … if (!zend_check_private(fcc->function_handler, fcc->object ? fcc->object->ce : scope, lmname)) { in zend_is_callable_check_func()
H A Dzend_vm_def.h4968 if (!zend_check_private(clone, scope, clone->common.function_name)) {
H A Dzend_vm_execute.h3332 if (!zend_check_private(clone, scope, clone->common.function_name)) {
26887 if (!zend_check_private(clone, scope, clone->common.function_name)) {
33783 if (!zend_check_private(clone, scope, clone->common.function_name)) {
48884 if (!zend_check_private(clone, scope, clone->common.function_name)) {

Completed in 173 milliseconds