Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_object_handlers.c1247 zend_function *priv_fbc = Z_FUNC_P(func); in zend_std_get_method() local
1248 if (priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_std_get_method()
1249 && priv_fbc->common.scope == scope) { in zend_std_get_method()
1250 fbc = priv_fbc; in zend_std_get_method()
H A Dzend_API.c3029 zend_function *priv_fbc; in zend_is_callable_check_func() local
3031 if ((priv_fbc = zend_hash_find_ptr(&scope->function_table, lmname)) != NULL in zend_is_callable_check_func()
3032 && priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_is_callable_check_func()
3033 && priv_fbc->common.scope == scope) { in zend_is_callable_check_func()
3034 fcc->function_handler = priv_fbc; in zend_is_callable_check_func()

Completed in 19 milliseconds