diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-03-22 08:32:53 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-03-22 08:32:53 +0100 |
commit | f21eff8954d5956842795ea5653a9a5b8d62caa3 (patch) | |
tree | adbe3c3feb67f383afe32b3974794eb1d5ec8cc8 /tests | |
parent | 92984f18f6aee9c0f719febb9fc09a0c50262c2f (diff) | |
download | php-f21eff8954d5956842795ea5653a9a5b8d62caa3.tar.gz |
Imported Upstream version 5.5.0~beta1upstream/5.5.0_beta1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/output/ob_017.phpt | 2 | ||||
-rw-r--r-- | tests/output/ob_start_basic_004.phpt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/output/ob_017.phpt b/tests/output/ob_017.phpt index 517fafe99..1dc5fc59b 100644 --- a/tests/output/ob_017.phpt +++ b/tests/output/ob_017.phpt @@ -1,5 +1,7 @@ --TEST-- output buffering - stati +--INI-- +opcache.optimization_level=0 --FILE-- <?php $stati = array(); diff --git a/tests/output/ob_start_basic_004.phpt b/tests/output/ob_start_basic_004.phpt index 16f09e8a9..710df7a8a 100644 --- a/tests/output/ob_start_basic_004.phpt +++ b/tests/output/ob_start_basic_004.phpt @@ -1,5 +1,7 @@ --TEST-- ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to equal or exceed chunk_size. +--INI-- +opcache.optimization_level=0 --FILE-- <?php /* |