Searched refs:pg_convert (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | 10pg_convert_9.phpt | 2 PostgreSQL pg_convert() (9.0+) 18 $converted = pg_convert($db, $table_name, $fields); 24 $converted = pg_convert($db, $table_name, [5 => 'AAA']); 29 $converted = pg_convert($db, $table_name, ['AAA']); 34 $converted = pg_convert($db, $table_name, ['num' => []]); 39 $converted = pg_convert($db, $table_name, ['num' => new stdClass()]); 44 $converted = pg_convert($db, $table_name, ['num' => $db]);
|
H A D | 10pg_convert.phpt | 2 PostgreSQL pg_convert() 17 $converted = pg_convert($db, $table_name, $fields);
|
H A D | bug71062.phpt | 2 Bug #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp 24 pg_convert($db, $table, ['test_field' => $date_string_php_iso8601]); 27 pg_convert($db, $table, ['test_field' => $date_string_modified_iso8601]);
|
H A D | bug64609.phpt | 2 Bug #64609 (pg_convert enum type support) 20 $converted = pg_convert($db, 'test_enum', $fields);
|
H A D | 10pg_convert_json_array.phpt | 2 PostgreSQL pg_convert() and JSON/Array 20 $converted = pg_convert($db, $table_name_92, $fields);
|
/PHP-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 157 PHP_FUNCTION(pg_convert);
|
H A D | pgsql_arginfo.h | 535 ZEND_FUNCTION(pg_convert); 652 ZEND_FE(pg_convert, arginfo_pg_convert)
|
H A D | pgsql.stub.php | 500 function pg_convert($connection, string $table_name, array $values, int $flags = 0): array|false {} function
|
H A D | pgsql.c | 5230 PHP_FUNCTION(pg_convert) in PHP_FUNCTION() argument
|
Completed in 31 milliseconds