Searched refs:is_static_call (Results 1 – 1 of 1) sorted by relevance
3770 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD() local3781 if (is_static_call) { in ZEND_METHOD()3799 if (!is_static_call) { in ZEND_METHOD()3926 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD() local3936 if (is_static_call) { in ZEND_METHOD()3949 if (!is_static_call) { in ZEND_METHOD()4107 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD() local4114 if (is_static_call) { in ZEND_METHOD()4121 if (!is_static_call) { in ZEND_METHOD()
Completed in 29 milliseconds