Lines Matching refs:repl
2485 zval *repl; local
2495 Z_PARAM_ZVAL(repl)
2504 if (Z_TYPE_P(repl) != IS_ARRAY) {
2505 convert_to_string_ex(repl);
2572 if (Z_TYPE_P(repl) == IS_ARRAY) {
2574 while (repl_idx < Z_ARRVAL_P(repl)->nNumUsed) {
2575 tmp_repl = &Z_ARRVAL_P(repl)->arData[repl_idx].val;
2581 if (repl_idx < Z_ARRVAL_P(repl)->nNumUsed) {
2587 repl_str = Z_STR_P(repl);
2685 if (Z_TYPE_P(repl) == IS_ARRAY) {
2686 while (repl_idx < Z_ARRVAL_P(repl)->nNumUsed) {
2687 tmp_repl = &Z_ARRVAL_P(repl)->arData[repl_idx].val;
2693 if (repl_idx < Z_ARRVAL_P(repl)->nNumUsed) {
2712 result_len += Z_STRLEN_P(repl);
2717 memcpy((ZSTR_VAL(result) + f), Z_STRVAL_P(repl), Z_STRLEN_P(repl));
2718 …memcpy((ZSTR_VAL(result) + f + Z_STRLEN_P(repl)), ZSTR_VAL(orig_str) + f + l, ZSTR_LEN(orig_str) -…