summaryrefslogtreecommitdiff
path: root/ext/readline/tests/bug69054.phpt
blob: f588b4f5d36fa02b612bab590289c6fc6f458cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--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==