fix SKIPIF
authorMichael Wallner <mike@php.net>
Fri, 3 Jan 2014 12:28:46 +0000 (13:28 +0100)
committerMichael Wallner <mike@php.net>
Fri, 3 Jan 2014 12:39:18 +0000 (13:39 +0100)
tests/bug66388.phpt
tests/envresponseranges001.phpt
tests/message003.phpt
tests/message004.phpt
tests/propertyproxy001.phpt
tests/url001.phpt

index ac0bff336d4e9b39f6ed3a5cd4fe9a9f1142e19f..bc624dc97bb1d224c51caa8e22c94178b5db811b 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Bug #66388 (Crash on POST with Content-Length:0 and untouched body)
 --SKIPIF--
-<?php php
+<?php
 include "skipif.inc";
 ?>
 --FILE--
index 8511fff1ea12a6e28d5e7b96c4764217da9113c9..08c0f27dabf01059124dd0121acdb494ec93d654 100644 (file)
@@ -1,7 +1,9 @@
 --TEST--
 ranges
 --SKIPIF--
-<? include "skipif.php";
+<?php
+include "skipif.inc";
+?>
 --GET--
 a=b
 --ENV--
index 26c6bc16790d2d6a0ff25faee56301284a8e7745..93f128a4362325d5ea479763c606c7712c996904 100644 (file)
@@ -1,7 +1,9 @@
 --TEST--
 multipart message
 --SKIPIF--
-<?php include "skipif.inc"; ?>
+<?php
+include "skipif.inc";
+?>
 --FILE--
 <?php
 $m = new http\Message(fopen(__DIR__."/data/message_r_multipart_put.txt","rb"));
index 914a8dab0a29c28161c1899bfc4366f9359a6380..e1c9aa976be766b78e49b4d957ac8efc63f7df61 100644 (file)
@@ -2,7 +2,8 @@
 message reversal
 --SKIPIF--
 <?php
-include "skip.inc";
+include "skipif.inc";
+?>
 --FILE--
 <?php
 
index da17577a3f100126277e44ab80b9974890b496b2..552a71318732377d67714b1e62c1f8f9cb327ffd 100644 (file)
@@ -1,5 +1,9 @@
 --TEST--
 property proxy
+--SKIPIF--
+<?php
+include "skipif.inc";
+?>
 --FILE--
 <?php
 
index cd792f29688d894a7680498ad88da5534a83941a..5109d3ab60401b3fc1d67bd05cd91d6c079c4809 100644 (file)
@@ -1,7 +1,9 @@
 --TEST--
 url from env
 --SKIPIF--
-<? include "skippif.inc"; ?>
+<?php
+include "skipif.inc";
+?>
 --ENV--
 SERVER_PORT=55555
 HTTP_HOST=example.com