diff options
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/tests/80_bug27597.phpt | 2 | ||||
| -rw-r--r-- | ext/pgsql/tests/bug46408.phpt | 2 | ||||
| -rw-r--r-- | ext/pgsql/tests/bug47199.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/pgsql/tests/80_bug27597.phpt b/ext/pgsql/tests/80_bug27597.phpt index 7d5b5db890..df9d1c76cf 100644 --- a/ext/pgsql/tests/80_bug27597.phpt +++ b/ext/pgsql/tests/80_bug27597.phpt @@ -40,7 +40,7 @@ pg_close($dbh); ?> ===DONE=== ---EXPECTF-- +--EXPECT-- Array ( [id] => 0 diff --git a/ext/pgsql/tests/bug46408.phpt b/ext/pgsql/tests/bug46408.phpt index 5803347988..eef0a9f966 100644 --- a/ext/pgsql/tests/bug46408.phpt +++ b/ext/pgsql/tests/bug46408.phpt @@ -21,6 +21,6 @@ pg_close($dbh); echo "Done".PHP_EOL; ?> ---EXPECTF-- +--EXPECT-- 3,5 Done diff --git a/ext/pgsql/tests/bug47199.phpt b/ext/pgsql/tests/bug47199.phpt index faa787fd54..622630c057 100644 --- a/ext/pgsql/tests/bug47199.phpt +++ b/ext/pgsql/tests/bug47199.phpt @@ -35,7 +35,7 @@ pg_close($dbh); echo PHP_EOL."Done".PHP_EOL; ?> ---EXPECTF-- +--EXPECT-- array(2) { [0]=> array(2) { |
