z_context        1037 Zend/zend.c    	zval *z_error_type, *z_error_message, *z_error_filename, *z_error_lineno, *z_context;
z_context        1150 Zend/zend.c    			ALLOC_INIT_ZVAL(z_context);
z_context        1186 Zend/zend.c    				Z_TYPE_P(z_context) = IS_NULL;
z_context        1188 Zend/zend.c    				Z_ARRVAL_P(z_context) = EG(active_symbol_table);
z_context        1189 Zend/zend.c    				Z_TYPE_P(z_context) = IS_ARRAY;
z_context        1190 Zend/zend.c    				zval_copy_ctor(z_context);
z_context        1198 Zend/zend.c    			params[4] = &z_context;
z_context        1260 Zend/zend.c    			zval_ptr_dtor(&z_context);