Lines Matching refs:row_is_null
1879 bool row_is_null = false; in PHP_FUNCTION() local
1903 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() local
1966 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() local
2234 Z_PARAM_LONG_OR_NULL(row, row_is_null) in php_pgsql_data_info()
2246 if (ZEND_NUM_ARGS() == 2 || row_is_null) { in php_pgsql_data_info()