Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_object_handlers.c1056 zend_function *priv_fbc; in zend_std_get_method() local
1058 …&EG(scope)->function_table, lc_method_name, method_len+1, hash_value, (void **) &priv_fbc)==SUCCESS in zend_std_get_method()
1059 && priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_std_get_method()
1060 && priv_fbc->common.scope == EG(scope)) { in zend_std_get_method()
1061 fbc = priv_fbc; in zend_std_get_method()
H A Dzend_API.c2777 zend_function *priv_fbc; in zend_is_callable_check_func() local
2779 if (zend_hash_find(&EG(scope)->function_table, lmname, mlen+1, (void **) &priv_fbc)==SUCCESS in zend_is_callable_check_func()
2780 && priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_is_callable_check_func()
2781 && priv_fbc->common.scope == EG(scope)) { in zend_is_callable_check_func()
2782 fcc->function_handler = priv_fbc; in zend_is_callable_check_func()

Completed in 25 milliseconds