pajoye Sun, 24 Jan 2010 14:38:34 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=293904
Log: - \n or \r\n (phpt are text in svn) Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_flip_variation2.phpt U php/php-src/trunk/ext/standard/tests/array/array_flip_variation2.phpt Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_flip_variation2.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_flip_variation2.phpt 2010-01-24 14:18:09 UTC (rev 293903) +++ php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_flip_variation2.phpt 2010-01-24 14:38:34 UTC (rev 293904) @@ -98,7 +98,7 @@ ["simple_heredoc"]=> string(6) "simple" ["multiline_heredoc"]=> - string(64) "multiline heredoc with 123 and + string(6%d) "multiline heredoc with 123 and sp...@! c...@r$...checking and also" } Modified: php/php-src/trunk/ext/standard/tests/array/array_flip_variation2.phpt =================================================================== --- php/php-src/trunk/ext/standard/tests/array/array_flip_variation2.phpt 2010-01-24 14:18:09 UTC (rev 293903) +++ php/php-src/trunk/ext/standard/tests/array/array_flip_variation2.phpt 2010-01-24 14:38:34 UTC (rev 293904) @@ -98,7 +98,7 @@ [u"simple_heredoc"]=> unicode(6) "simple" [u"multiline_heredoc"]=> - unicode(64) "multiline heredoc with 123 and + unicode(6%d) "multiline heredoc with 123 and sp...@! c...@r$...checking and also" }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php