summaryrefslogtreecommitdiff
path: root/ext/opcache/tests
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-05-21 09:03:01 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-05-21 09:03:01 +0200
commit11740abd6ba1ee47e7a2a149c0ddfe6b7c8145cc (patch)
treeecbecbc3f08fc6ab5d4d1499dfafcead165f965d /ext/opcache/tests
parent354a76bb800bad8efe1215945ee9fd776970a15d (diff)
parent202e6936d6fa319fdda16c5c61d70ce19c2ecef6 (diff)
downloadphp-git-11740abd6ba1ee47e7a2a149c0ddfe6b7c8145cc.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: use {TMP} placeholder in phpt tests
Diffstat (limited to 'ext/opcache/tests')
-rw-r--r--ext/opcache/tests/bug71443.phpt2
-rw-r--r--ext/opcache/tests/bug76275.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/opcache/tests/bug71443.phpt b/ext/opcache/tests/bug71443.phpt
index 558ac075b6..54c123d4ad 100644
--- a/ext/opcache/tests/bug71443.phpt
+++ b/ext/opcache/tests/bug71443.phpt
@@ -3,7 +3,7 @@ Bug #71443 (Segfault using built-in webserver with intl using symfony)
--INI--
opcache.enable=1
opcache.enable_cli=1
-opcache.file_cache=/tmp/
+opcache.file_cache={TMP}
opcache.file_cache_only=1
--SKIPIF--
<?php require_once('skipif.inc'); ?>
diff --git a/ext/opcache/tests/bug76275.phpt b/ext/opcache/tests/bug76275.phpt
index 77d8515fab..f4ecaa3eb3 100644
--- a/ext/opcache/tests/bug76275.phpt
+++ b/ext/opcache/tests/bug76275.phpt
@@ -3,7 +3,7 @@ Bug #76275: Assertion failure in file cache when unserializing empty try_catch_a
--INI--
opcache.enabled=1
opcache.enable_cli=1
-opcache.file_cache=/tmp
+opcache.file_cache={TMP}
--FILE--
<?php
if (PHP_VERSION_ID >= 70000) {