mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The `--EXTENSIONS--` section already ensures that ext/readline is available, so there's no need to additionally check for unconditionally available readline functions. Closes GH-17170.
12 lines
218 B
PHP
12 lines
218 B
PHP
--TEST--
|
|
Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
|
|
--EXTENSIONS--
|
|
readline
|
|
--INI--
|
|
open_basedir="{TMP}"
|
|
--FILE--
|
|
<?php readline_read_history(); ?>
|
|
==DONE==
|
|
--EXPECT--
|
|
==DONE==
|