Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Diptc.c319 unsigned char *buffer, recnum, dataset; in PHP_FUNCTION() local
346 dataset = buffer[ inx++ ]; in PHP_FUNCTION()
365 snprintf(key, sizeof(key), "%d#%03d", (unsigned int) dataset, (unsigned int) recnum); in PHP_FUNCTION()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c1283 zval dataset, retval; in php_mysqli_fetch_into_hash() local
1287 ZVAL_COPY_VALUE(&dataset, return_value); in php_mysqli_fetch_into_hash()
1291 Z_OBJ_P(return_value)->properties = Z_ARR(dataset); in php_mysqli_fetch_into_hash()
1293 zend_merge_properties(return_value, Z_ARRVAL(dataset)); in php_mysqli_fetch_into_hash()
1294 zval_ptr_dtor(&dataset); in php_mysqli_fetch_into_hash()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c2778 zval dataset; local
2783 ZVAL_COPY_VALUE(&dataset, return_value);
2786 Z_OBJ_P(return_value)->properties = Z_ARR(dataset);
2788 zend_merge_properties(return_value, Z_ARRVAL(dataset));
2789 zval_ptr_dtor(&dataset);
/PHP-7.0/
H A DNEWS815 . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli

Completed in 38 milliseconds