Commit: 50bdc486855f450e733bc529ac0ce4f5f52ce405 Author: Stanislav Malyshev <s...@php.net> Sun, 25 Mar 2012 13:53:49 -0700 Parents: d51c1e0a4c86cca1dbdfb30dadd5b59db7e9eda1 Branches: PHP-5.4
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=50bdc486855f450e733bc529ac0ce4f5f52ce405 Log: fix test Changed paths: M ext/standard/tests/streams/bug61115-1.phpt Diff: 50bdc486855f450e733bc529ac0ce4f5f52ce405 diff --git a/ext/standard/tests/streams/bug61115-1.phpt b/ext/standard/tests/streams/bug61115-1.phpt index 43c54b4..cfed64f 100644 --- a/ext/standard/tests/streams/bug61115-1.phpt +++ b/ext/standard/tests/streams/bug61115-1.phpt @@ -8,4 +8,4 @@ stream_context_get_options($fileResourceTemp); ftruncate($fileResourceTemp, PHP_INT_MAX); ?> --EXPECTF-- -Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d +Fatal error: Allowed memory size of %d bytes exhausted (tried to allocate %d bytes) in %s on line %d -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php