mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
39131219e8
This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.
14 lines
297 B
PHP
14 lines
297 B
PHP
--TEST--
|
|
Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
|
|
--EXTENSIONS--
|
|
readline
|
|
--SKIPIF--
|
|
<?php if (!function_exists('readline_add_history')) die("skip"); ?>
|
|
--INI--
|
|
open_basedir="{TMP}"
|
|
--FILE--
|
|
<?php readline_read_history(); ?>
|
|
==DONE==
|
|
--EXPECT--
|
|
==DONE==
|