Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_variables.c730 zval *src_entry, *dest_entry; in php_autoglobal_merge() local
737 || (string_key && (dest_entry = zend_hash_find(dest, string_key)) == NULL) in php_autoglobal_merge()
738 || (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL) in php_autoglobal_merge()
739 || Z_TYPE_P(dest_entry) != IS_ARRAY) { in php_autoglobal_merge()
752 SEPARATE_ARRAY(dest_entry); in php_autoglobal_merge()
753 php_autoglobal_merge(Z_ARRVAL_P(dest_entry), Z_ARRVAL_P(src_entry)); in php_autoglobal_merge()
/PHP-7.4/ext/standard/
H A Darray.c3600 zval *src_entry, *dest_entry; local
3615 … && GC_IS_RECURSIVE(thash)) || (src_entry == dest_entry && Z_ISREF_P(dest_entry) && (Z_REFCOUNT_P(
3620 ZEND_ASSERT(!Z_ISREF_P(dest_entry) || Z_REFCOUNT_P(dest_entry) > 1);
3622 dest_zval = dest_entry;
3714 (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) {
3724 (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) {
3732 dest_zval = dest_entry;
3736 …Z_ISREF_P(src_entry) && Z_ISREF_P(dest_entry) && Z_REF_P(src_entry) == Z_REF_P(dest_entry) && (Z_R…
3741 ZEND_ASSERT(!Z_ISREF_P(dest_entry) || Z_REFCOUNT_P(dest_entry) > 1);
3742 SEPARATE_ZVAL(dest_entry);
[all …]

Completed in 21 milliseconds