pajoye Sat, 30 Jan 2010 20:14:36 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=294253
Log: - this value is platform dependent (unix too) Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/file/userstreams_003.phpt U php/php-src/trunk/ext/standard/tests/file/userstreams_003.phpt Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/file/userstreams_003.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/tests/file/userstreams_003.phpt 2010-01-30 17:56:00 UTC (rev 294252) +++ php/php-src/branches/PHP_5_3/ext/standard/tests/file/userstreams_003.phpt 2010-01-30 20:14:36 UTC (rev 294253) @@ -101,7 +101,7 @@ value: int(0) ptrparam: -int(8192) +int(%d) $option === 3 === 3: bool(true) $value === 0 === 0: Modified: php/php-src/trunk/ext/standard/tests/file/userstreams_003.phpt =================================================================== --- php/php-src/trunk/ext/standard/tests/file/userstreams_003.phpt 2010-01-30 17:56:00 UTC (rev 294252) +++ php/php-src/trunk/ext/standard/tests/file/userstreams_003.phpt 2010-01-30 20:14:36 UTC (rev 294253) @@ -101,7 +101,7 @@ value: int(0) ptrparam: -int(8192) +int(%d) $option === 3 === 3: bool(true) $value === 0 === 0:
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php