summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/01createdb.phpt
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-22 00:46:03 +0100
committerAnatol Belski <ab@php.net>2016-11-22 00:46:03 +0100
commit58aa1a70a0debaaa30853e493021f5fdc8e58a7b (patch)
tree4aff0c691776030ea54658ac38964f0449c072e0 /ext/pgsql/tests/01createdb.phpt
parent5e9b4c26a5e43a4c97555b69b105c265240febd2 (diff)
parent644e290fcdc228d1990d8010c807dc39af6de4d5 (diff)
downloadphp-git-58aa1a70a0debaaa30853e493021f5fdc8e58a7b.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Fix bug #73498 Add a test for bug 73498
Diffstat (limited to 'ext/pgsql/tests/01createdb.phpt')
-rw-r--r--ext/pgsql/tests/01createdb.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pgsql/tests/01createdb.phpt b/ext/pgsql/tests/01createdb.phpt
index 8f7a262841..aa2e43748f 100644
--- a/ext/pgsql/tests/01createdb.phpt
+++ b/ext/pgsql/tests/01createdb.phpt
@@ -29,6 +29,9 @@ else {
echo pg_last_error()."\n";
}
+// Create view here
+pg_query($db,$view_def);
+
pg_close($db);
echo "OK";