]> granicus.if.org Git - php/commitdiff
use {TMP} placeholder in phpt tests
authorHolly Li (WIPRO LIMITED) <v-huli4@microsoft.com>
Tue, 21 May 2019 05:53:08 +0000 (07:53 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 21 May 2019 07:02:37 +0000 (09:02 +0200)
ext/opcache/tests/bug71443.phpt
ext/opcache/tests/bug76275.phpt
ext/readline/tests/bug69054.phpt
ext/session/tests/bug32330.phpt
ext/session/tests/session_set_save_handler_sid_002.phpt
ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt
ext/standard/tests/file/bug41655_1-win32.phpt
ext/standard/tests/file/bug41655_1.phpt

index 558ac075b67381b94289db737d375ede86e3299f..54c123d4ad8ff484bfce1c0d57b272f958b10d95 100644 (file)
@@ -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'); ?>
index 82e42721854214824198f713f7cb0adc88987f4e..743dac7525dd5d61e3396045421aac1418a8b31a 100644 (file)
@@ -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
 
index f17f803ea4e00a6ed70f2ccec874434775ce740b..5b263c8dc4e35ac5f42f9133d6ea82225b357fe5 100644 (file)
@@ -3,7 +3,7 @@ Bug #69054 (Null dereference in readline_(read|write)_history() without paramete
 --SKIPIF--
 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip"); ?>
 --INI--
-open_basedir=/tmp
+open_basedir={TMP}
 --FILE--
 <?php readline_read_history(); ?>
 ==DONE==
index b806ca6825b1acd46764eb5e35efea888f524912..4d432ef1d45361a1814af49da8fbe72033e96aee 100644 (file)
@@ -6,7 +6,7 @@ Bug #32330 (session_destroy, "Failed to initialize storage module", custom sessi
 session.use_trans_sid=0
 session.use_cookies=1
 session.name=sid
-session.save_path=/tmp
+session.save_path={TMP}
 session.gc_probability=1
 session.gc_divisor=1
 session.save_handler=files
@@ -69,17 +69,17 @@ $_SESSION['E'] = 'F';
 
 ?>
 --EXPECTF--
-open: path = /tmp, name = sid
+open: path = %s, name = sid
 read: id = %s
 gc: maxlifetime = %d
 write: id = %s, data = A|s:1:"B";
 close
-open: path = /tmp, name = sid
+open: path = %s, name = sid
 read: id = %s
 gc: maxlifetime = %d
 destroy: id = %s
 close
-open: path = /tmp, name = sid
+open: path = %s, name = sid
 read: id = %s
 gc: maxlifetime = %d
 write: id = %s, data = E|s:1:"F";
index 9542832684d99c30087486ea54bfb005c7cd03e6..76ffb639915013e33daec6aed7d32f2d4dc5b6ac 100644 (file)
@@ -3,7 +3,7 @@ Test session_set_save_handler() function: create_sid
 --INI--
 session.save_handler=files
 session.name=PHPSESSID
-session.save_path=/tmp
+session.save_path={TMP}
 --SKIPIF--
 <?php include('skipif.inc'); ?>
 --FILE--
index 716ec9dc367f4cd148d409bff7f29cb010e25c12..1a9b7858d39788dfff1984b911bd985d468db845 100644 (file)
@@ -4,7 +4,7 @@ SQLite3::loadExtension with empty extension test
 Jelle Lampaert
 #Belgian Testfest 2009
 --INI--
-sqlite3.extension_dir=/tmp
+sqlite3.extension_dir={TMP}
 --SKIPIF--
 <?php require_once(__DIR__ . '/skipif.inc'); ?>
 --FILE--
index 631d91079bbd72723467da8ce1ea468b2b47f1b2..f21ad0088ba3e47ddbeb7c04983f43146a57a1a5 100644 (file)
@@ -9,7 +9,7 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 --CREDITS--
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --INI--
-open_basedir=/tmp
+open_basedir={TMP}
 --FILE--
 <?php
 $a=glob("./*.jpeg");
index e4466821f906262289d09dfc175c97a1c5beb8eb..203d20b71995f5992ef9b4ec5e17313b1bc99ca8 100644 (file)
@@ -9,7 +9,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 --CREDITS--
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --INI--
-open_basedir=/tmp
+open_basedir={TMP}
 --FILE--
 <?php
 $a=glob("./*.jpeg");