Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_hash.h180 ZEND_API void zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos);
204 zend_hash_get_current_key_zval_ex(ht, key, NULL)
H A Dzend_hash.c1174 ZEND_API void zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos) { in zend_hash_get_current_key_zval_ex() function
/PHP-5.5/ext/spl/
H A Dspl_array.c1050 zend_hash_get_current_key_zval_ex(aht, key, &object->pos); in spl_array_it_get_current_key()
1573 zend_hash_get_current_key_zval_ex(aht, return_value, &intern->pos); in spl_array_iterator_key()
/PHP-5.5/ext/standard/
H A Darray.c1200 zend_hash_get_current_key_zval_ex(Z_ARRVAL_P(array), return_value, &pos); in php_search_array()
2456 zend_hash_get_current_key_zval_ex(Z_ARRVAL_P(input), new_val, &pos); in PHP_FUNCTION()
2761 zend_hash_get_current_key_zval_ex(Z_ARRVAL_P(array), data, &pos); in PHP_FUNCTION()

Completed in 29 milliseconds