remove rinit and json dep in favor of pecl/json_post and pecl/apfd
[m6w6/ext-http] / tests / envrequestbody002.phpt
index ec7d2d5dbc89307981c65d9b9e89c909940e2c73..69c59884b6747ed91b9f8e781699f702a875b405 100644 (file)
@@ -1,12 +1,12 @@
 --TEST--
 env request body
 --SKIPIF--
-<? include "skipif.inc";
+<?php include "skipif.inc"; ?>
 --PUT--
 Content-Type: application/x-www-form-urlencoded
 foo=bar&baz=buh
 --FILE--
-<?
+<?php
 var_dump($_POST);
 ?>
 DONE