jani Mon, 09 Nov 2009 17:08:48 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=290434
Log: - Fix bad section names (extra - in the end..) Changed paths: U php/php-src/branches/PHP_5_2/ext/mcrypt/tests/bug46010.phpt U php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_rcvtimeo.phpt U php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_seolinger.phpt U php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_sndtimeo.phpt U php/php-src/branches/PHP_5_2/ext/standard/tests/file/bug26615.phpt U php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug46010.phpt U php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_rcvtimeo.phpt U php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_seolinger.phpt U php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_sndtimeo.phpt U php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug26615.phpt U php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/is_callable_basic1.phpt U php/php-src/trunk/Zend/tests/bug47516.phpt U php/php-src/trunk/ext/mcrypt/tests/bug46010.phpt U php/php-src/trunk/ext/sockets/tests/socket_set_option_rcvtimeo.phpt U php/php-src/trunk/ext/sockets/tests/socket_set_option_seolinger.phpt U php/php-src/trunk/ext/sockets/tests/socket_set_option_sndtimeo.phpt U php/php-src/trunk/ext/standard/tests/file/bug26615.phpt U php/php-src/trunk/ext/standard/tests/general_functions/is_callable_basic1.phpt U php/php-src/trunk/tests/output/ob_start_basic_006.phpt
Modified: php/php-src/branches/PHP_5_2/ext/mcrypt/tests/bug46010.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/mcrypt/tests/bug46010.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_2/ext/mcrypt/tests/bug46010.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,4 +1,4 @@ ---TEST--- +--TEST-- Bug #46010 (warnings incorrectly generated for iv in ecb mode) --FILE-- <?php Modified: php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_rcvtimeo.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_rcvtimeo.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_rcvtimeo.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_RCVTIMEO ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison --SKIPIF-- Modified: php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_seolinger.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_seolinger.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_seolinger.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_SEOLINGER ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison -l_linger not given Modified: php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_sndtimeo.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_sndtimeo.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_2/ext/sockets/tests/socket_set_option_sndtimeo.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_SNDTIMEO ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison --SKIPIF-- Modified: php/php-src/branches/PHP_5_2/ext/standard/tests/file/bug26615.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/standard/tests/file/bug26615.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_2/ext/standard/tests/file/bug26615.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Bug #26615 (exec crash on long input lines) ---INI--- +--INI-- variables_order=E --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug46010.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug46010.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug46010.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,4 +1,4 @@ ---TEST--- +--TEST-- Bug #46010 (warnings incorrectly generated for iv in ecb mode) --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_rcvtimeo.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_rcvtimeo.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_rcvtimeo.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_RCVTIMEO ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison --SKIPIF-- Modified: php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_seolinger.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_seolinger.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_seolinger.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_SEOLINGER ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison -l_linger not given Modified: php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_sndtimeo.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_sndtimeo.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_3/ext/sockets/tests/socket_set_option_sndtimeo.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_SNDTIMEO ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison --SKIPIF-- Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug26615.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug26615.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug26615.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Bug #26615 (exec crash on long input lines) ---INI--- +--INI-- variables_order=E --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/is_callable_basic1.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/is_callable_basic1.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/is_callable_basic1.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -64,7 +64,7 @@ ?> ===DONE=== ---EXPECT--- +--EXPECT-- *** Testing is_callable() on defined functions *** -- Iteration 1 -- bool(true) @@ -106,4 +106,4 @@ bool(true) bool(true) Hello_World -===DONE=== \ No newline at end of file +===DONE=== Modified: php/php-src/trunk/Zend/tests/bug47516.phpt =================================================================== --- php/php-src/trunk/Zend/tests/bug47516.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/trunk/Zend/tests/bug47516.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -30,7 +30,7 @@ echo "$htm\n"; ?> ---EXPECT--- +--EXPECT-- abc abc abc Modified: php/php-src/trunk/ext/mcrypt/tests/bug46010.phpt =================================================================== --- php/php-src/trunk/ext/mcrypt/tests/bug46010.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/trunk/ext/mcrypt/tests/bug46010.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,4 +1,4 @@ ---TEST--- +--TEST-- Bug #46010 (warnings incorrectly generated for iv in ecb mode) --FILE-- <?php Modified: php/php-src/trunk/ext/sockets/tests/socket_set_option_rcvtimeo.phpt =================================================================== --- php/php-src/trunk/ext/sockets/tests/socket_set_option_rcvtimeo.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/trunk/ext/sockets/tests/socket_set_option_rcvtimeo.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_RCVTIMEO ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison --SKIPIF-- Modified: php/php-src/trunk/ext/sockets/tests/socket_set_option_seolinger.phpt =================================================================== --- php/php-src/trunk/ext/sockets/tests/socket_set_option_seolinger.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/trunk/ext/sockets/tests/socket_set_option_seolinger.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_SEOLINGER ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison -l_linger not given Modified: php/php-src/trunk/ext/sockets/tests/socket_set_option_sndtimeo.phpt =================================================================== --- php/php-src/trunk/ext/sockets/tests/socket_set_option_sndtimeo.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/trunk/ext/sockets/tests/socket_set_option_sndtimeo.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Test if socket_set_option() works, option:SO_SNDTIMEO ---DESCRIPTION--- +--DESCRIPTION-- -wrong params -set/get params comparison --SKIPIF-- Modified: php/php-src/trunk/ext/standard/tests/file/bug26615.phpt =================================================================== --- php/php-src/trunk/ext/standard/tests/file/bug26615.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/trunk/ext/standard/tests/file/bug26615.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -1,6 +1,6 @@ --TEST-- Bug #26615 (exec crash on long input lines) ---INI--- +--INI-- variables_order=E --FILE-- <?php Modified: php/php-src/trunk/ext/standard/tests/general_functions/is_callable_basic1.phpt =================================================================== --- php/php-src/trunk/ext/standard/tests/general_functions/is_callable_basic1.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/trunk/ext/standard/tests/general_functions/is_callable_basic1.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -64,7 +64,7 @@ ?> ===DONE=== ---EXPECT--- +--EXPECT-- *** Testing is_callable() on defined functions *** -- Iteration 1 -- bool(true) @@ -106,4 +106,4 @@ bool(true) bool(true) Hello_World -===DONE=== \ No newline at end of file +===DONE=== Modified: php/php-src/trunk/tests/output/ob_start_basic_006.phpt =================================================================== --- php/php-src/trunk/tests/output/ob_start_basic_006.phpt 2009-11-09 16:58:48 UTC (rev 290433) +++ php/php-src/trunk/tests/output/ob_start_basic_006.phpt 2009-11-09 17:08:48 UTC (rev 290434) @@ -71,7 +71,7 @@ var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h"))))); checkAndClean(); ?> ---EXPECTF--- +--EXPECTF-- ---> Test arrays: Notice: ob_start(): failed to create buffer in %s on line 44 @@ -120,4 +120,4 @@ bool(false) Array ( -) \ No newline at end of file +)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php