diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-02 02:11:27 +0000 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-02 02:11:27 +0000 |
| commit | f8f11ac0a2566f100d525fc2830b31ce20ac8f0e (patch) | |
| tree | 24df307520a5309bdab3235aa723c9eb6271bc7b /ext/pgsql/tests | |
| parent | fc721174c830d5c87b8fc2c08c294ae7db750ee5 (diff) | |
| download | php-git-f8f11ac0a2566f100d525fc2830b31ce20ac8f0e.tar.gz | |
Rename pg_metadata() to pg_meta_data() to confirm naming standard
Diffstat (limited to 'ext/pgsql/tests')
| -rw-r--r-- | ext/pgsql/tests/11pg_meta_data.phpt (renamed from ext/pgsql/tests/11pg_metadata.phpt) | 2 | ||||
| -rw-r--r-- | ext/pgsql/tests/pg_meta_data.inc (renamed from ext/pgsql/tests/pg_metadata.inc) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/tests/11pg_metadata.phpt b/ext/pgsql/tests/11pg_meta_data.phpt index 6e08e2c609..85e2d2cf07 100644 --- a/ext/pgsql/tests/11pg_metadata.phpt +++ b/ext/pgsql/tests/11pg_meta_data.phpt @@ -4,7 +4,7 @@ PostgreSQL pg_metadata() <?php include("skipif.inc"); ?> --FILE-- <?php -include("pg_metadata.inc"); +include("pg_meta_data.inc"); ?> --EXPECT-- array(3) { diff --git a/ext/pgsql/tests/pg_metadata.inc b/ext/pgsql/tests/pg_meta_data.inc index 16a2577e36..4486935838 100644 --- a/ext/pgsql/tests/pg_metadata.inc +++ b/ext/pgsql/tests/pg_meta_data.inc @@ -5,7 +5,7 @@ include 'config.inc'; $db = pg_connect($conn_str); -$meta = pg_metadata($db, $table_name); +$meta = pg_meta_data($db, $table_name); var_dump($meta); |
