diff options
| author | Felipe Pena <felipe@php.net> | 2008-06-30 01:59:35 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-06-30 01:59:35 +0000 |
| commit | effcd82e5487d511427601280a1ee6bca6044826 (patch) | |
| tree | 59611e5700e875ac6afc19227464996b5dfda72b /ext/pgsql/tests/98old_api.phpt | |
| parent | f2fea074c7f19b2dbbe6291376ef98054f48cc22 (diff) | |
| download | php-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.phpt | 2 |
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); |
