diff options
author | Shein Alexey <confik@gmail.com> | 2012-03-29 16:51:45 +0500 |
---|---|---|
committer | Shein Alexey <confik@gmail.com> | 2012-03-29 16:51:45 +0500 |
commit | e1352b04165142c945d1fc98c0bcd0b85c3f659d (patch) | |
tree | 1d9f144d7b67d764e909e36d8fde9d746624052f | |
parent | 55b1e612421c52ea0bb8a3772095c5bbd62045db (diff) | |
download | php-git-e1352b04165142c945d1fc98c0bcd0b85c3f659d.tar.gz |
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 |