Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_object_handlers.c1310 zend_class_entry *call_ce = object->ce; in zend_std_get_static_method() local
1312 while (!call_ce->__call) { in zend_std_get_static_method()
1313 call_ce = call_ce->parent; in zend_std_get_static_method()
1315 return zend_get_user_call_function(call_ce, function_name); in zend_std_get_static_method()

Completed in 14 milliseconds