Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/tests/
H A D03sync_query.phpt35 if (function_exists('pg_result_error_field')) {
36 pg_result_error_field($result, PGSQL_DIAG_SEVERITY);
37 pg_result_error_field($result, PGSQL_DIAG_SQLSTATE);
38 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_PRIMARY);
39 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_DETAIL);
40 pg_result_error_field($result, PGSQL_DIAG_MESSAGE_HINT);
48 pg_result_error_field($result, PGSQL_DIAG_INTERNAL_QUERY);
50 pg_result_error_field($result, PGSQL_DIAG_CONTEXT);
51 pg_result_error_field($result, PGSQL_DIAG_SOURCE_FILE);
52 pg_result_error_field($result, PGSQL_DIAG_SOURCE_LINE);
[all …]
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h139 PHP_FUNCTION(pg_result_error_field);
H A Dpgsql.c643 PHP_FE(pg_result_error_field, arginfo_pg_result_error_field)
4462 PHP_FUNCTION(pg_result_error_field) argument
/PHP-5.5/
H A DNEWS9077 . pg_result_error_field() - highly detailed error information, most

Completed in 40 milliseconds