Home
last modified time | relevance | path

Searched refs:priv_fbc (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_object_handlers.c1253 zend_function *priv_fbc = zend_get_parent_private(scope, fbc->common.scope, lc_method_name); in zend_std_get_method() local
1254 if (priv_fbc) { in zend_std_get_method()
1255 fbc = priv_fbc; in zend_std_get_method()
H A Dzend_API.c3109 zend_function *priv_fbc = Z_PTR_P(zv); in zend_is_callable_check_func() local
3111 if (priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_is_callable_check_func()
3112 && priv_fbc->common.scope == scope) { in zend_is_callable_check_func()
3113 fcc->function_handler = priv_fbc; in zend_is_callable_check_func()

Completed in 20 milliseconds