Searched refs:row_is_null (Results 1 – 1 of 1) sorted by relevance
1879 bool row_is_null = false; in PHP_FUNCTION() local1903 Z_PARAM_LONG_OR_NULL(row, row_is_null) in PHP_FUNCTION()1913 if (ZEND_NUM_ARGS() == 2 || row_is_null) { in PHP_FUNCTION()1957 bool row_is_null = true; in php_pgsql_fetch_hash() local1966 Z_PARAM_LONG_OR_NULL(row, row_is_null) in php_pgsql_fetch_hash()1979 Z_PARAM_LONG_OR_NULL(row, row_is_null) in php_pgsql_fetch_hash()1984 if (!row_is_null && row < 0) { in php_pgsql_fetch_hash()1998 if (!row_is_null) { in php_pgsql_fetch_hash()2211 bool row_is_null = false; in php_pgsql_data_info() local2234 Z_PARAM_LONG_OR_NULL(row, row_is_null) in php_pgsql_data_info()[all …]
Completed in 17 milliseconds