diff options
Diffstat (limited to 'ext/pgsql/tests/12pg_insert_9.phpt')
-rw-r--r-- | ext/pgsql/tests/12pg_insert_9.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/tests/12pg_insert_9.phpt b/ext/pgsql/tests/12pg_insert_9.phpt index b84e25b8d3..275afc55e1 100644 --- a/ext/pgsql/tests/12pg_insert_9.phpt +++ b/ext/pgsql/tests/12pg_insert_9.phpt @@ -27,4 +27,4 @@ echo "Ok\n"; INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'\\x424242'); INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES ('1234','AAA','BBB'); resource(%d) of type (pgsql result) -Ok
\ No newline at end of file +Ok |