Searched refs:pg_result_error_field (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | 03sync_query.phpt | 61 if (function_exists('pg_result_error_field')) { 62 pg_result_error_field($result, PGSQL_DIAG_SEVERITY); 63 pg_result_error_field($result, PGSQL_DIAG_SQLSTATE); 64 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_PRIMARY); 65 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_DETAIL); 66 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_HINT); 67 pg_result_error_field($result, PGSQL_DIAG_STATEMENT_POSITION); 76 pg_result_error_field($result, PGSQL_DIAG_CONTEXT); 77 pg_result_error_field($result, PGSQL_DIAG_SOURCE_FILE); 78 pg_result_error_field($result, PGSQL_DIAG_SOURCE_LINE); [all …]
|
/PHP-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 119 PHP_FUNCTION(pg_result_error_field);
|
H A D | pgsql_arginfo.h | 517 ZEND_FUNCTION(pg_result_error_field); 634 ZEND_FE(pg_result_error_field, arginfo_pg_result_error_field)
|
H A D | pgsql.stub.php | 440 function pg_result_error_field($result, int $field_code): string|false|null {} function
|
H A D | pgsql.c | 3458 PHP_FUNCTION(pg_result_error_field) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds