wez Tue Oct 29 09:31:54 2002 EDT Modified files: /php4/ext/standard/tests/file userstreams.phpt Log: length of lyrics is not part of the test. Index: php4/ext/standard/tests/file/userstreams.phpt diff -u php4/ext/standard/tests/file/userstreams.phpt:1.6 php4/ext/standard/tests/file/userstreams.phpt:1.7 --- php4/ext/standard/tests/file/userstreams.phpt:1.6 Tue Oct 29 09:05:55 2002 +++ php4/ext/standard/tests/file/userstreams.phpt Tue Oct 29 09:31:54 2002 @@ -53,8 +53,6 @@ EOD; -var_dump(strlen($lyrics)); - // repeat the data a few times so that it grows larger than // the default cache chunk size and that we have something // to seek around... @@ -306,7 +304,6 @@ /**/ ?> --EXPECT-- -int(1085) Not Registered Registered Registered
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php