diff options
Diffstat (limited to 'ext/pgsql/tests/bug60244.phpt')
| -rw-r--r-- | ext/pgsql/tests/bug60244.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pgsql/tests/bug60244.phpt b/ext/pgsql/tests/bug60244.phpt index 4d2f4cbcd7..888e51129f 100644 --- a/ext/pgsql/tests/bug60244.phpt +++ b/ext/pgsql/tests/bug60244.phpt @@ -42,10 +42,10 @@ pg_close($db); ?> --EXPECT-- -pg_fetch_array(): Argument #2 ($row_number) must be greater than or equal to 0 -pg_fetch_assoc(): Argument #2 ($row_number) must be greater than or equal to 0 -pg_fetch_object(): Argument #2 ($row_number) must be greater than or equal to 0 -pg_fetch_row(): Argument #2 ($row_number) must be greater than or equal to 0 +pg_fetch_array(): Argument #2 ($row) must be greater than or equal to 0 +pg_fetch_assoc(): Argument #2 ($row) must be greater than or equal to 0 +pg_fetch_object(): Argument #2 ($row) must be greater than or equal to 0 +pg_fetch_row(): Argument #2 ($row) must be greater than or equal to 0 array(2) { [0]=> string(1) "a" |
