Searched refs:hash_entry_ptr (Results 1 – 1 of 1) sorted by relevance
3693 zval *args, *stack, *var, *hash_entry, *hash_entry_ptr, *zfrom_enc; in PHP_FUNCTION() local3878 while ((hash_entry_ptr = zend_hash_get_current_data(target_hash)) != NULL) { in PHP_FUNCTION()3880 if (Z_TYPE_P(hash_entry_ptr) == IS_INDIRECT) { in PHP_FUNCTION()3881 hash_entry_ptr = Z_INDIRECT_P(hash_entry_ptr); in PHP_FUNCTION()3883 hash_entry = hash_entry_ptr; in PHP_FUNCTION()3912 zval_ptr_dtor(hash_entry_ptr); in PHP_FUNCTION()3914 ZVAL_STRINGL(hash_entry_ptr, (char *)ret->val, ret->len); in PHP_FUNCTION()
Completed in 18 milliseconds