Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c3779 *repl_array = NULL; /* Replacement array */ local
3791 Z_PARAM_ZVAL(repl_array)
3802 convert_to_array(repl_array);
3833 …php_splice(Z_ARRVAL_P(array), offset, length, repl_array ? Z_ARRVAL_P(repl_array) : NULL, rem_hash…

Completed in 16 milliseconds