diff options
author | Felipe Pena <felipe@php.net> | 2009-01-07 23:04:52 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2009-01-07 23:04:52 +0000 |
commit | 241c41442217fb5080cb993061e8571cdc252e7c (patch) | |
tree | 2c0ecf04d34fdb3b3cf70cd122193a05d2d32296 | |
parent | 51fc4e878d0512f01a6aab860861eb6cd8d37ecf (diff) | |
download | php-git-241c41442217fb5080cb993061e8571cdc252e7c.tar.gz |
- MFH: Fixed test
-rw-r--r-- | ext/readline/tests/readline_list_history_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/tests/readline_list_history_001.phpt b/ext/readline/tests/readline_list_history_001.phpt index 8aa5448426..ad8f8eb9af 100644 --- a/ext/readline/tests/readline_list_history_001.phpt +++ b/ext/readline/tests/readline_list_history_001.phpt @@ -13,5 +13,5 @@ var_dump(readline_list_history(1)); array(0) { } -Warning: Wrong parameter count for readline_list_history() in %s on line %d +Warning: readline_list_history() expects exactly 0 parameters, 1 given in %s on line %d NULL |