Home
last modified time | relevance | path

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

/PHP-7.1/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.c1102 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.c3044 if (!zend_check_private(fcc->function_handler, fcc->object ? fcc->object->ce : scope, lmname)) { in zend_is_callable_check_func()
3144 … 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.h5082 if (!zend_check_private(clone, scope, clone->common.function_name)) {
H A Dzend_vm_execute.h3307 if (!zend_check_private(clone, scope, clone->common.function_name)) {
28039 if (!zend_check_private(clone, scope, clone->common.function_name)) {
35369 if (!zend_check_private(clone, scope, clone->common.function_name)) {
51636 if (!zend_check_private(clone, scope, clone->common.function_name)) {

Completed in 180 milliseconds