php-src/ext/readline/tests/readline_clear_history_001.phpt
2008-11-21 21:00:47 +00:00

15 lines
257 B
PHP

--TEST--
readline_clear_history(): Basic test
--FILE--
<?php
var_dump(readline_clear_history());
var_dump(readline_clear_history(1));
?>
--EXPECTF--
bool(true)
Warning: readline_clear_history() expects exactly 0 parameters, 1 given in %s on line %d
NULL