1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/readline/tests/bug69054.phpt
Christoph M. Becker aff044857f Drop superfluous readline test skip conditions
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.
2024-12-16 14:31:28 +01:00

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==