Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Darray.c1942 **repl_array = NULL, /* Replacement array */ in PHP_FUNCTION() local
1952 …parameters(ZEND_NUM_ARGS() TSRMLS_CC, "al|lZ", &array, &offset, &length, &repl_array) == FAILURE) { in PHP_FUNCTION()
1962 if (repl_array) { in PHP_FUNCTION()
1964 convert_to_array_ex(repl_array); in PHP_FUNCTION()
1967 repl_num = zend_hash_num_elements(Z_ARRVAL_PP(repl_array)); in PHP_FUNCTION()
1969 for (p = Z_ARRVAL_PP(repl_array)->pListHead, i = 0; p; p = p->pListNext, i++) { in PHP_FUNCTION()

Completed in 22 milliseconds