Searched refs:grps (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_embedded.c | 37 zval *grps; in PHP_FUNCTION() local 45 if (zend_parse_parameters(ZEND_NUM_ARGS(), "laa", &start, &args, &grps) == FAILURE) { in PHP_FUNCTION() 75 if ((zend_hash_num_elements(Z_ARRVAL_P(grps)))) { in PHP_FUNCTION() 76 groups = safe_emalloc(sizeof(char *), zend_hash_num_elements(Z_ARRVAL_P(grps)) + 1, 0); in PHP_FUNCTION() 79 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(grps), &pos); in PHP_FUNCTION() 81 for (index = 0;; zend_hash_move_forward_ex(Z_ARRVAL_P(grps), &pos)) { in PHP_FUNCTION() 84 if (zend_hash_get_current_data_ex(Z_ARRVAL_P(grps), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION()
|
Completed in 18 milliseconds