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

/PHP_5_5/Zend/
H A Dzend_compile.c4079 zend_bool method_exists; local
4097 method_exists = zend_hash_exists(&cur_method_ref->ce->function_table,
4101 if (!method_exists) {
4157 method_exists = zend_hash_exists(&cur_method_ref->ce->function_table,
4161 if (!method_exists) {

Completed in 19 milliseconds