Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqli/
H A Dmysqli.c1216 zval **entry_values; in php_mysqli_fetch_into_hash() local
1227 …while (zend_hash_get_current_data_ex(Z_ARRVAL(new_return_value), (void **)&entry_values, &pos_valu… in php_mysqli_fetch_into_hash()
1228 if (Z_TYPE_PP(entry_values) == IS_STRING) { in php_mysqli_fetch_into_hash()
1230 …char * new_str = php_addslashes(Z_STRVAL_PP(entry_values), Z_STRLEN_PP(entry_values), &new_str_len… in php_mysqli_fetch_into_hash()
1240 zval_add_ref(entry_values); in php_mysqli_fetch_into_hash()
1243 add_index_zval(return_value, num_key, *entry_values); in php_mysqli_fetch_into_hash()
1246 add_assoc_zval_ex(return_value, string_key, string_key_len, *entry_values); in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/standard/
H A Darray.c4472 zval **entry_keys, **entry_values; in PHP_FUNCTION() local
4497 zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&entry_values, &pos_values) == SUCCESS in PHP_FUNCTION()
4500 zval_add_ref(entry_values); in PHP_FUNCTION()
4501 add_index_zval(return_value, Z_LVAL_PP(entry_keys), *entry_values); in PHP_FUNCTION()
4512 zval_add_ref(entry_values); in PHP_FUNCTION()
4513 add_assoc_zval_ex(return_value, Z_STRVAL_P(key_ptr), Z_STRLEN_P(key_ptr) + 1, *entry_values); in PHP_FUNCTION()

Completed in 24 milliseconds