Home
last modified time | relevance | path

Searched refs:pg_result_error_field (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/pgsql/tests/
H A D03sync_query.phpt61 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 Dphp_pgsql.h119 PHP_FUNCTION(pg_result_error_field);
H A Dpgsql_arginfo.h517 ZEND_FUNCTION(pg_result_error_field);
634 ZEND_FE(pg_result_error_field, arginfo_pg_result_error_field)
H A Dpgsql.stub.php440 function pg_result_error_field($result, int $field_code): string|false|null {} function
H A Dpgsql.c3458 PHP_FUNCTION(pg_result_error_field) in PHP_FUNCTION() argument

Completed in 26 milliseconds