Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.c892 zend_function *priv_fbc; in zend_std_get_method() local
894 …if (zend_hash_find(&EG(scope)->function_table, lc_method_name, method_len+1, (void **) &priv_fbc)=… in zend_std_get_method()
895 && priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_std_get_method()
896 && priv_fbc->common.scope == EG(scope)) { in zend_std_get_method()
897 fbc = priv_fbc; in zend_std_get_method()
H A Dzend_API.c2525 zend_function *priv_fbc; in zend_is_callable_check_func() local
2527 if (zend_hash_find(&EG(scope)->function_table, lmname, mlen+1, (void **) &priv_fbc)==SUCCESS in zend_is_callable_check_func()
2528 && priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_is_callable_check_func()
2529 && priv_fbc->common.scope == EG(scope)) { in zend_is_callable_check_func()
2530 fcc->function_handler = priv_fbc; in zend_is_callable_check_func()

Completed in 18 milliseconds