Searched refs:pg_result_error_field (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/pgsql/tests/ |
H A D | 03sync_query.phpt | 63 if (function_exists('pg_result_error_field')) { 64 pg_result_error_field($result, PGSQL_DIAG_SEVERITY); 65 pg_result_error_field($result, PGSQL_DIAG_SQLSTATE); 66 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_PRIMARY); 67 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_DETAIL); 68 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_HINT); 69 pg_result_error_field($result, PGSQL_DIAG_STATEMENT_POSITION); 78 pg_result_error_field($result, PGSQL_DIAG_CONTEXT); 79 pg_result_error_field($result, PGSQL_DIAG_SOURCE_FILE); 80 pg_result_error_field($result, PGSQL_DIAG_SOURCE_LINE); [all …]
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql_arginfo.h | 519 ZEND_FUNCTION(pg_result_error_field); 636 ZEND_FE(pg_result_error_field, arginfo_pg_result_error_field)
|
H A D | pgsql.stub.php | 446 function pg_result_error_field(PgSql\Result $result, int $field_code): string|false|null {} function
|
H A D | pgsql.c | 3451 PHP_FUNCTION(pg_result_error_field) in PHP_FUNCTION() argument
|
Completed in 43 milliseconds