summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-05-31 17:23:03 +0800
committerXinchen Hui <laruence@gmail.com>2016-05-31 17:23:03 +0800
commit3b0a6dfeb2896fb204db48d11364c09942b1ad01 (patch)
treef06755360565c454579f3125d083e72b03d68ed8 /ext/pgsql
parent5717faa1e588f2060927e94fb61826a8a7a16061 (diff)
parent953ee61a49aa643c2deaf32b4a2b0b59e0fef857 (diff)
downloadphp-git-3b0a6dfeb2896fb204db48d11364c09942b1ad01.tar.gz
Merge branch 'PHP-7.0'
* PHP-7.0: No sure why this is failed in travis
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/tests/15pg_delete.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/tests/15pg_delete.phpt b/ext/pgsql/tests/15pg_delete.phpt
index 86e8ac2cd6..3b9f7d803c 100644
--- a/ext/pgsql/tests/15pg_delete.phpt
+++ b/ext/pgsql/tests/15pg_delete.phpt
@@ -23,5 +23,5 @@ else {
?>
--EXPECT--
DELETE FROM "php_pgsql_test" WHERE "num"=1234;
-DELETE FROM "php_pgsql_test" WHERE "num='1234';
+DELETE FROM "php_pgsql_test" WHERE "num"='1234';
Ok