Home
last modified time | relevance | path

Searched refs:pg_field_table (Results 1 – 25 of 65) sorted by relevance

123

/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/tests/
H A D03sync_query.phpt116 pg_field_table($result, -1);
121 pg_field_table($result, 3);
146 pg_field_table(): Argument #2 ($field) must be greater than or equal to 0
147 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/tests/
H A D03sync_query.phpt118 pg_field_table($result, -1);
123 pg_field_table($result, 3);
148 pg_field_table(): Argument #2 ($field) must be greater than or equal to 0
149 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/dports/www/mod_php81/php-8.1.1/ext/pgsql/tests/
H A D03sync_query.phpt118 pg_field_table($result, -1);
123 pg_field_table($result, 3);
148 pg_field_table(): Argument #2 ($field) must be greater than or equal to 0
149 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/dports/lang/php80/php-8.0.15/ext/pgsql/tests/
H A D03sync_query.phpt116 pg_field_table($result, -1);
121 pg_field_table($result, 3);
146 pg_field_table(): Argument #2 ($field) must be greater than or equal to 0
147 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/dports/lang/php81/php-8.1.1/ext/pgsql/tests/
H A D03sync_query.phpt118 pg_field_table($result, -1);
123 pg_field_table($result, 3);
148 pg_field_table(): Argument #2 ($field) must be greater than or equal to 0
149 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/dports/www/mod_php80/php-8.0.15/ext/pgsql/tests/
H A D03sync_query.phpt116 pg_field_table($result, -1);
121 pg_field_table($result, 3);
146 pg_field_table(): Argument #2 ($field) must be greater than or equal to 0
147 pg_field_table(): Argument #2 ($field) must be less than the number of fields for this result set
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/var-dumper/Caster/
H A DPgSqlCaster.php134 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/
H A DPgSqlCaster.php132 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/www/elgg/elgg-3.3.23/vendor/symfony/var-dumper/Caster/
H A DPgSqlCaster.php132 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/deskutils/egroupware/egroupware/vendor/symfony/var-dumper/Caster/
H A DPgSqlCaster.php134 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/symfony/var-dumper/Caster/
H A DPgSqlCaster.php132 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/var-dumper/Caster/
H A DPgSqlCaster.php134 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/symfony/var-dumper/Caster/
H A DPgSqlCaster.php132 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/var-dumper/Caster/
H A DPgSqlCaster.php134 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/var-dumper/Caster/
H A DPgSqlCaster.php134 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/
H A DPgSqlCaster.php132 …'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)),
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/
H A Dphp_pgsql.h110 PHP_FUNCTION(pg_field_table);
/dports/lang/php80/php-8.0.15/ext/pgsql/
H A Dphp_pgsql.h110 PHP_FUNCTION(pg_field_table);
/dports/www/mod_php80/php-8.0.15/ext/pgsql/
H A Dphp_pgsql.h110 PHP_FUNCTION(pg_field_table);
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/
H A Dpgsql.php465 function pg_field_table($result, int $field_number, bool $oid_only = false) function
468 $result = \pg_field_table($result, $field_number, $oid_only);
/dports/www/nextcloud/nextcloud/3rdparty/thecodingmachine/safe/generated/
H A Dpgsql.php465 function pg_field_table($result, int $field_number, bool $oid_only = false) function
468 $result = \pg_field_table($result, $field_number, $oid_only);
/dports/lang/php73/php-7.3.33/ext/pgsql/
H A Dphp_pgsql.h136 PHP_FUNCTION(pg_field_table);
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/
H A Dphp_pgsql.h136 PHP_FUNCTION(pg_field_table);
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/
H A Dphp_pgsql.h135 PHP_FUNCTION(pg_field_table);
/dports/lang/php74/php-7.4.27/ext/pgsql/
H A Dphp_pgsql.h135 PHP_FUNCTION(pg_field_table);

123