Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c3720 zend_long fieldcode; in PHP_FUNCTION() local
3727 Z_PARAM_LONG(fieldcode) in PHP_FUNCTION()
3736 if (fieldcode & (PG_DIAG_SEVERITY|PG_DIAG_SQLSTATE|PG_DIAG_MESSAGE_PRIMARY|PG_DIAG_MESSAGE_DETAIL in PHP_FUNCTION()
3746 field = PQresultErrorField(pgsql_result, (int)fieldcode); in PHP_FUNCTION()

Completed in 19 milliseconds