Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_array.h107 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC);
H A Darray.c2211 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC) /* {{{ */ in php_array_merge() function
2253 if (!php_array_merge(Z_ARRVAL_PP(dest_entry), Z_ARRVAL_P(src_zval), recursive TSRMLS_CC)) { in php_array_merge()
2372 php_array_merge(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(args[i]), recursive TSRMLS_CC); in php_array_merge_or_replace_wrapper()

Completed in 14 milliseconds