diff options
Diffstat (limited to 'ext/pgsql/tests/17result.phpt')
-rw-r--r-- | ext/pgsql/tests/17result.phpt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/pgsql/tests/17result.phpt b/ext/pgsql/tests/17result.phpt index 33acb3a682..e8c3f390de 100644 --- a/ext/pgsql/tests/17result.phpt +++ b/ext/pgsql/tests/17result.phpt @@ -37,4 +37,13 @@ array(3) { [2]=> NULL } +array(3) { + ["num"]=> + string(1) "2" + ["str"]=> + string(3) "ABC" + ["bin"]=> + NULL +} +bool(true) Ok |