diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-18 07:52:09 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-18 07:52:09 +0000 |
commit | 5693bd4cdf2f8346d7bef96206583fa26225c1a8 (patch) | |
tree | 055d297de7916eec02b90ae012fa9ddb8732ea7c /ext/pgsql/tests/17result.phpt | |
parent | 5b4b10c5eb859809aa747c9da441e4924e574823 (diff) | |
download | php-git-5693bd4cdf2f8346d7bef96206583fa26225c1a8.tar.gz |
Added tests for new functions
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 |