From 7253ab4b22f4ac3433e5031d71f038aa6440d90a Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 7 Jan 2009 23:04:15 +0000 Subject: [PATCH] - Fixed test --- ext/readline/tests/readline_list_history_001.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1