summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/98old_api.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-06-30 01:59:35 +0000
committerFelipe Pena <felipe@php.net>2008-06-30 01:59:35 +0000
commiteffcd82e5487d511427601280a1ee6bca6044826 (patch)
tree59611e5700e875ac6afc19227464996b5dfda72b /ext/pgsql/tests/98old_api.phpt
parentf2fea074c7f19b2dbbe6291376ef98054f48cc22 (diff)
downloadphp-git-effcd82e5487d511427601280a1ee6bca6044826.tar.gz
- MFB: New parameter parsing API
- Fixed tests
Diffstat (limited to 'ext/pgsql/tests/98old_api.phpt')
-rw-r--r--ext/pgsql/tests/98old_api.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/tests/98old_api.phpt b/ext/pgsql/tests/98old_api.phpt
index 2667e097e3..b391097131 100644
--- a/ext/pgsql/tests/98old_api.phpt
+++ b/ext/pgsql/tests/98old_api.phpt
@@ -12,7 +12,7 @@ $result = pg_exec("SELECT * FROM ".$table_name);
pg_numrows($result);
pg_numfields($result);
pg_fieldname($result, 0);
-pg_fieldsize($result, $field_name);
+pg_fieldsize($result, 0);
pg_fieldtype($result, 0);
pg_fieldprtlen($result, 0);
pg_fieldisnull($result, 0);