]> granicus.if.org Git - php/commitdiff
Remove empty sections. Fix bad use of --SKIP--
authorZoe Slattery <zoe@php.net>
Tue, 21 Jul 2009 14:02:24 +0000 (14:02 +0000)
committerZoe Slattery <zoe@php.net>
Tue, 21 Jul 2009 14:02:24 +0000 (14:02 +0000)
18 files changed:
Zend/tests/function_exists_error.phpt
ext/pcre/tests/preg_split_basic.phpt
ext/posix/tests/posix_getcwd.phpt
ext/posix/tests/posix_getgrnam.phpt
ext/posix/tests/posix_getpwnam.phpt
ext/posix/tests/posix_getrlimit.phpt
ext/posix/tests/posix_initgroups.phpt
ext/posix/tests/posix_isatty.phpt
ext/posix/tests/posix_mknod.phpt
ext/standard/tests/array/bug40709.phpt
ext/standard/tests/strings/addslashes_basic.phpt
ext/standard/tests/strings/addslashes_error.phpt
ext/standard/tests/strings/addslashes_variation1.phpt
ext/standard/tests/strings/addslashes_variation2.phpt
ext/standard/tests/strings/join_variation6.phpt
ext/standard/tests/strings/stripcslashes_variation1.phpt
ext/standard/tests/strings/wordwrap_variation3.phpt
tests/classes/arrayobject_001.phpt

index c95dc0718f63fa692a8a073c7c4f03a8b32e4334..cbc3908f12b305b59a3e12dbad5dc859549f0241 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test function_exists() function : error conditions 
---INI--
 --FILE--
 <?php
 /* 
index 5470f91e1e2d77313a7088194d184439a9c9b55f..b2972d8a3eee29370f275552c8937a256359eb14 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test preg_split() function : basic functionality 
---INI--
 --FILE--
 <?php
 /*
index fc5a6d43e51d24319b89083293a89c64923c5bb1..75c8d575baf01dbbe14d04310fa493ab3507ccd5 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 posix_getcwd(): Basic tests
---SKIP--
+--SKIPIF--
 <?php
 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
 if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
index 9d24f085e0a25ba8a30a5d999971a1d512f08b11..854db4ac1614d90670e416b5957306e631a9e542 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 posix_getgrnam(): Basic tests
---SKIP--
+--SKIPIF--
 <?php
 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
 if (!function_exists('posix_getgrnam')) die('skip posix_getgrnam() not found');
index 4b89622977c8f50a8bdb3b6480387bd88abb836a..b5de1e4ce233d11fb80b7f3cc72ab474d49c37b7 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 posix_getpwnam(): Basic tests
---SKIP--
+--SKIPIF--
 <?php
 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
 if (!function_exists('posix_getpwnam')) die('skip posix_getpwnam() not found');
index 55bd8aff8eee6f713d915ad8b9bf2f282a9bd1cb..61da64a93856b32ecc1f2e8f6206909c2ce03fea 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 posix_getrlimit(): Basic tests
---SKIP--
+--SKIPIF--
 <?php
 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
index 79dad8ecbea1381ce311b17f0bd3babe48279abf..3e955344b1ee4158f4fc115936fb43bd749f2684 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 posix_initgroups(): Basic tests
---SKIP--
+--SKIPIF--
 <?php
 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
 if (!function_exists('posix_initgroups')) die('skip posix_initgroups() not found');
index 74309c299df07c2fd2390b1c114dfbf2ff874b7a..0b40dd1d438c840ea4b0d1d709ec5a29862f6aa9 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 posix_isatty(): Basic tests
---SKIP--
+--SKIPIF--
 <?php
 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
index 1063abe5d333353823b1304466a3f266de8c2667..4044fb98d960c084843ab461cc1147106bcbff6d 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 posix_mknod(): Basic tests
---SKIP--
+--SKIPIF--
 <?php
 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
index 6f7d29910ece6a331c3b548ed558c52fa63749bb..44eba65d646e0e62d4be9515c5e3e5d82a5281f1 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Bug #40709 (array_reduce() behaves strange with one item stored arrays)
---SKIPIF--
 --FILE--
 <?php
 function CommaSeperatedList($a, $b) {
index a918d744f46b67348687cb487b4aa76c3d4d9937..851ba1073ae1917166474622d1fa0f877b45d48f 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test addslashes() function : basic functionality 
---INI--
 --FILE--
 <?php
 /* Prototype  : string addslashes ( string $str )
@@ -36,4 +35,4 @@ unicode(16) "How\'s everybody"
 unicode(17) "Are you \"JOHN\"?"
 unicode(19) "c:\\php\\addslashes"
 unicode(12) "hello\0world"
-Done
\ No newline at end of file
+Done
index 50b4146425d07f3426256de2d71d63a79f5289e8..a2f625c43adc954e2e66b7e8e4c03b3f4aad3dc1 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test addslashes() function : error conditions 
---INI--
 --FILE--
 <?php
 /* Prototype  : string addslashes ( string $str )
index 9a35732fe3275481b00aa18993256fea7e35e16a..dc7a5f9511baabfb955fe671f426bc0445a17e59 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test addslashes() function : usage variations  - non-string type argument 
---INI--
 --FILE--
 <?php
 /* Prototype  : string addslashes ( string $str )
index 7df5bf4d92ba61c17524a0238bee123242870e8e..b1d328f5ea14359af659e97fedf16aa0df1a3b9a 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test addslashes() function : usage variations - strings with characters to be backslashed
---INI--
 --FILE--
 <?php
 /* Prototype  : string addslashes ( string $str )
@@ -192,4 +191,4 @@ This is line 2 of \"heredoc\" string"
 
 -- Iteration 34 --
 unicode(0) ""
-Done
\ No newline at end of file
+Done
index 65861983c91c5a7a20601e497abb5c3139578d1a..1aeaf75d2e6f0f7ca6a3518d0839a279eb121d65 100644 (file)
Binary files a/ext/standard/tests/strings/join_variation6.phpt and b/ext/standard/tests/strings/join_variation6.phpt differ
index 7f5588c69526ae0258efd97d527f605b942ff6a5..ab01eaaddae29202993bdb91f8deeaddc8279f7a 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test stripcslashes() function : usage variations  - non-string type argument 
---INI--
 --FILE--
 <?php
 /* Prototype  : string stripcslashes  ( string $str  )
@@ -175,4 +174,4 @@ NULL
 string(0) ""
 -- Iteration 26 --
 string(0) ""
-===DONE===
\ No newline at end of file
+===DONE===
index 54149a479d775e1937e6b3ffc426219548d2e070..72ef346ba021e66bdbd2a12e20fa686cc5886b47 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test wordwrap() function : usage variations  - unexptected values for break argument
---INI--
 --FILE--
 <?php
 /* Prototype  : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
index 51208f8c64639e2bdff12087b64adc4d5ff9ae13..b75f8c7ab3cc72fa8e1470204b298ab8ab3b9692 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Ensure that ArrayObject acts like an array
---SKIPIF--
 --FILE--
 <?php