Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_object_handlers.c1238 zend_function *priv_fbc = Z_FUNC_P(func); in zend_std_get_method() local
1239 if (priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_std_get_method()
1240 && priv_fbc->common.scope == scope) { in zend_std_get_method()
1241 fbc = priv_fbc; in zend_std_get_method()
H A Dzend_API.c3105 zend_function *priv_fbc; in zend_is_callable_check_func() local
3107 if ((priv_fbc = zend_hash_find_ptr(&scope->function_table, lmname)) != NULL in zend_is_callable_check_func()
3108 && priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_is_callable_check_func()
3109 && priv_fbc->common.scope == scope) { in zend_is_callable_check_func()
3110 fcc->function_handler = priv_fbc; in zend_is_callable_check_func()

Completed in 34 milliseconds