diff options
author | Shein Alexey <confik@gmail.com> | 2012-03-29 17:01:40 +0500 |
---|---|---|
committer | Shein Alexey <confik@gmail.com> | 2012-03-29 17:01:40 +0500 |
commit | c0f806a69c600996c9af4195f2136412160b0fc0 (patch) | |
tree | 43d16a3646b0998a89be74a37fc34e2c7cbf5377 | |
parent | 8449e0ca89d77fb20ac3326a0cf574ae2d13676c (diff) | |
parent | e1352b04165142c945d1fc98c0bcd0b85c3f659d (diff) | |
download | php-git-c0f806a69c600996c9af4195f2136412160b0fc0.tar.gz |
Merge branch 'fix-debug-build-bug61115-1.phpt' into PHP-5.3
* fix-debug-build-bug61115-1.phpt:
Fixed bug61115-1.phpt for debug build version.
-rw-r--r-- | ext/standard/tests/streams/bug61115-1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/streams/bug61115-1.phpt b/ext/standard/tests/streams/bug61115-1.phpt index 43c54b4974..573496edf0 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 %s (tried to allocate %d bytes) in %s on line %d |