summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/zzz_basic_logging.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/zzz_basic_logging.phpt')
-rw-r--r--ext/opcache/tests/zzz_basic_logging.phpt6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/opcache/tests/zzz_basic_logging.phpt b/ext/opcache/tests/zzz_basic_logging.phpt
index bf04b50861..0fbf308a51 100644
--- a/ext/opcache/tests/zzz_basic_logging.phpt
+++ b/ext/opcache/tests/zzz_basic_logging.phpt
@@ -12,7 +12,11 @@ opcache.log_verbosity_level=4
opcache.huge_code_pages=0
opcache.preload=
--SKIPIF--
-<?php require_once('skipif.inc'); ?>
+<?php
+require_once('skipif.inc');
+// Prints "Debug Restarting!" message on next request.
+if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
+?>
--FILE--
<?php
echo "Foo Bar\n";