fix tests with short_open_tags off
[m6w6/ext-http] / tests / message003.phpt
index 69be990725030e3c7bdd411109eb5ec1a9b592ed..26c6bc16790d2d6a0ff25faee56301284a8e7745 100644 (file)
@@ -1,9 +1,9 @@
 --TEST--
 multipart message
 --SKIPIF--
-<? include "skipif.inc";
+<?php include "skipif.inc"; ?>
 --FILE--
-<?
+<?php
 $m = new http\Message(fopen(__DIR__."/data/message_r_multipart_put.txt","rb"));
 if ($m->isMultipart($boundary)) {
     var_dump($boundary);