fix tests with short_open_tags off
[m6w6/ext-http] / tests / envrequestbody001.phpt
index 23511861527ac405d79a1f5d393fae208f62b5b8..28f6a748fe6fb5520f28148055d58197337b5854 100644 (file)
@@ -1,12 +1,12 @@
 --TEST--
 env request body
 --SKIPIF--
-<? include "skipif.inc";
+<?php include "skipif.inc"; ?>
 --PUT--
 Content-Type: skip/me
 foo
 --FILE--
-<?
+<?php
 var_dump((string) \http\Env::getRequestBody());
 ?>
 DONE