Searched defs:method_exists (Results 1 - 1 of 1) sorted by relevance

/PHP_5_4/Zend/
H A Dzend_compile.c3882 zend_bool method_exists; local
3900 method_exists = zend_hash_exists(&cur_method_ref->ce->function_table,
3904 if (!method_exists) {
3960 method_exists = zend_hash_exists(&cur_method_ref->ce->function_table,
3964 if (!method_exists) {

Completed in 18 milliseconds