php-src/ext/readline/tests/readline_clear_history_001.phpt
Nikita Popov 7485978339
Migrate SKIPIF -> EXTENSIONS (#7138)
This is an automated migration of most SKIPIF extension_loaded checks.
2021-06-11 11:57:42 +02:00

13 lines
148 B
PHP

--TEST--
readline_clear_history(): Basic test
--EXTENSIONS--
readline
--FILE--
<?php
var_dump(readline_clear_history());
?>
--EXPECT--
bool(true)