Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Darray.c3626 zval *src_entry, *dest_entry; local
3641 …thash->u.v.nApplyCount > 1) || (src_entry == dest_entry && Z_ISREF_P(dest_entry) && (Z_REFCOUNT_P(
3646 ZEND_ASSERT(!Z_ISREF_P(dest_entry) || Z_REFCOUNT_P(dest_entry) > 1);
3648 dest_zval = dest_entry;
3742 (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) {
3752 (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) {
3760 dest_zval = dest_entry;
3764 …Z_ISREF_P(src_entry) && Z_ISREF_P(dest_entry) && Z_REF_P(src_entry) == Z_REF_P(dest_entry) && (Z_R…
3769 ZEND_ASSERT(!Z_ISREF_P(dest_entry) || Z_REFCOUNT_P(dest_entry) > 1);
3770 SEPARATE_ZVAL(dest_entry);
[all …]
/PHP-7.2/main/
H A Dphp_variables.c662 zval *src_entry, *dest_entry; in php_autoglobal_merge() local
669 || (string_key && (dest_entry = zend_hash_find(dest, string_key)) == NULL) in php_autoglobal_merge()
670 || (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL) in php_autoglobal_merge()
671 || Z_TYPE_P(dest_entry) != IS_ARRAY) { in php_autoglobal_merge()
686 SEPARATE_ARRAY(dest_entry); in php_autoglobal_merge()
687 php_autoglobal_merge(Z_ARRVAL_P(dest_entry), Z_ARRVAL_P(src_entry)); in php_autoglobal_merge()

Completed in 49 milliseconds