pajoye Sun, 24 Jan 2010 17:57:40 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=293918
Log: - fix test, dir separator agnostic Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/streams/stream_resolve_include_path.phpt U php/php-src/trunk/ext/standard/tests/streams/stream_resolve_include_path.phpt Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/streams/stream_resolve_include_path.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/tests/streams/stream_resolve_include_path.phpt 2010-01-24 17:53:10 UTC (rev 293917) +++ php/php-src/branches/PHP_5_3/ext/standard/tests/streams/stream_resolve_include_path.phpt 2010-01-24 17:57:40 UTC (rev 293918) @@ -32,6 +32,6 @@ Warning: stream_resolve_include_path() expects exactly 1 parameter, 0 given in %s on line %d NULL bool(false) -string(%d) "%s/test_path/file" -string(%d) "%s/test_path/nested/file" +string(%d) "%stest_path%sfile" +string(%d) "%stest_path%snested%sfile" Modified: php/php-src/trunk/ext/standard/tests/streams/stream_resolve_include_path.phpt =================================================================== --- php/php-src/trunk/ext/standard/tests/streams/stream_resolve_include_path.phpt 2010-01-24 17:53:10 UTC (rev 293917) +++ php/php-src/trunk/ext/standard/tests/streams/stream_resolve_include_path.phpt 2010-01-24 17:57:40 UTC (rev 293918) @@ -32,5 +32,5 @@ Warning: stream_resolve_include_path() expects at least 1 parameter, 0 given in %s on line %d NULL bool(false) -%unicode|string%(%d) "%s/test_path/file" -%unicode|string%(%d) "%s/test_path/nested/file" +%unicode|string%(%d) "%stest_path%sfile" +%unicode|string%(%d) "%stest_path%snested%sfile"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php