Searched refs:priv_fbc (Results 1 – 1 of 1) sorted by relevance
3819 zend_function *priv_fbc = Z_PTR_P(zv); in zend_is_callable_check_func() local3821 if ((priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()3822 && priv_fbc->common.scope == scope) { in zend_is_callable_check_func()3823 fcc->function_handler = priv_fbc; in zend_is_callable_check_func()
Completed in 15 milliseconds