Searched refs:is_static_call (Results 1 – 1 of 1) sorted by relevance
3808 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD() local3819 if (is_static_call) { in ZEND_METHOD()3837 if (!is_static_call) { in ZEND_METHOD()3964 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD() local3974 if (is_static_call) { in ZEND_METHOD()3987 if (!is_static_call) { in ZEND_METHOD()4145 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD() local4152 if (is_static_call) { in ZEND_METHOD()4159 if (!is_static_call) { in ZEND_METHOD()
Completed in 23 milliseconds