Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_utils.h129 static void zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos) { in zend_hash_get_current_key_zval_ex() function
H A Dphpdbg_watch.c183 zend_hash_get_current_key_zval_ex(ht, &key, &position); in phpdbg_create_recursive_watchpoint()
236 zend_hash_get_current_key_zval_ex(ht, &key, &position); in phpdbg_delete_watchpoint_recursive()
339 zend_hash_get_current_key_zval_ex(parent, key, &position); in phpdbg_watchpoint_parse_input()
/PHP-5.6/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.c1095 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.6/ext/spl/
H A Dspl_array.c1065 zend_hash_get_current_key_zval_ex(aht, key, &object->pos); in spl_array_it_get_current_key()
1588 zend_hash_get_current_key_zval_ex(aht, return_value, &intern->pos); in spl_array_iterator_key()
/PHP-5.6/ext/standard/
H A Darray.c1201 zend_hash_get_current_key_zval_ex(Z_ARRVAL_P(array), return_value, &pos); in php_search_array()
2336 zend_hash_get_current_key_zval_ex(Z_ARRVAL_P(input), new_val, &pos); in PHP_FUNCTION()
2630 zend_hash_get_current_key_zval_ex(Z_ARRVAL_P(array), data, &pos); in PHP_FUNCTION()

Completed in 45 milliseconds