Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.c1764 bool row_is_null = 1; in php_pgsql_fetch_hash() local
1770 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l!Ca", &result, pgsql_result_ce, &row, &row_is_null,… in php_pgsql_fetch_hash()
1778 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l!l", &result, pgsql_result_ce, &row, &row_is_null, … in php_pgsql_fetch_hash()
1783 if (!row_is_null && row < 0) { in php_pgsql_fetch_hash()
1797 if (!row_is_null) { in php_pgsql_fetch_hash()

Completed in 18 milliseconds