Lines Matching refs:EG
61 fci.function_table = !object_pp ? EG(function_table) : NULL; in zend_call_method()
73 function_table = EG(function_table); in zend_call_method()
90 !(EG(called_scope) && in zend_call_method()
91 instanceof_function(EG(called_scope), obj_ce TSRMLS_CC))) { in zend_call_method()
94 fcic.called_scope = EG(called_scope); in zend_call_method()
104 if (!EG(exception)) { in zend_call_method()
208 if (!EG(exception)) in zend_user_it_get_current_key()
304 if (!EG(exception)) { in zend_user_it_get_new_iterator()
435 if (!retval || EG(exception)) { in zend_user_serialize()
455 if (result == FAILURE && !EG(exception)) { in zend_user_serialize()
476 if (EG(exception)) { in zend_user_unserialize()