Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D03sync_query.phpt66 if (function_exists('pg_result_error_field')) {
67 pg_result_error_field($result, PGSQL_DIAG_SEVERITY);
68 pg_result_error_field($result, PGSQL_DIAG_SQLSTATE);
69 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_PRIMARY);
70 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_DETAIL);
71 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_HINT);
72 pg_result_error_field($result, PGSQL_DIAG_STATEMENT_POSITION);
81 pg_result_error_field($result, PGSQL_DIAG_CONTEXT);
82 pg_result_error_field($result, PGSQL_DIAG_SOURCE_FILE);
83 pg_result_error_field($result, PGSQL_DIAG_SOURCE_LINE);
[all …]
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h530 ZEND_FUNCTION(pg_result_error_field);
649 ZEND_FE(pg_result_error_field, arginfo_pg_result_error_field)
H A Dpgsql.stub.php872 function pg_result_error_field(PgSql\Result $result, int $field_code): string|false|null {} function
H A Dpgsql.c3418 PHP_FUNCTION(pg_result_error_field) in PHP_FUNCTION() argument

Completed in 52 milliseconds