Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Darray.c3442 *repl_array = NULL; /* Replacement array */ local
3453 Z_PARAM_ZVAL(repl_array)
3464 convert_to_array_ex(repl_array);
3492 …php_splice(Z_ARRVAL_P(array), offset, length, repl_array ? Z_ARRVAL_P(repl_array) : NULL, rem_hash…

Completed in 19 milliseconds