--TEST-- readline_add_history(): Basic test --SKIPIF-- --FILE-- --EXPECT-- bool(true) array(1) { [0]=> string(3) "foo" } bool(true) array(2) { [0]=> string(3) "foo" [1]=> string(0) "" } bool(true)