Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.c1062 zend_function *priv_fbc; in zend_std_get_method() local
1064 …&EG(scope)->function_table, lc_method_name, method_len+1, hash_value, (void **) &priv_fbc)==SUCCESS in zend_std_get_method()
1065 && priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_std_get_method()
1066 && priv_fbc->common.scope == EG(scope)) { in zend_std_get_method()
1067 fbc = priv_fbc; in zend_std_get_method()
H A Dzend_API.c2840 zend_function *priv_fbc; in zend_is_callable_check_func() local
2842 if (zend_hash_find(&EG(scope)->function_table, lmname, mlen+1, (void **) &priv_fbc)==SUCCESS in zend_is_callable_check_func()
2843 && priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_is_callable_check_func()
2844 && priv_fbc->common.scope == EG(scope)) { in zend_is_callable_check_func()
2845 fcc->function_handler = priv_fbc; in zend_is_callable_check_func()

Completed in 24 milliseconds