mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
d5e206620b
At least on Windows, the temporary directory may contain tilde signs, which would result in an INI parse error.
12 lines
306 B
PHP
12 lines
306 B
PHP
--TEST--
|
|
Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
|
|
--SKIPIF--
|
|
<?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip"); ?>
|
|
--INI--
|
|
open_basedir="{TMP}"
|
|
--FILE--
|
|
<?php readline_read_history(); ?>
|
|
==DONE==
|
|
--EXPECT--
|
|
==DONE==
|