repl 436 ext/fileinfo/libmagic/funcs.c zval repl; repl 450 ext/fileinfo/libmagic/funcs.c ZVAL_STRING(&repl, rep); repl 451 ext/fileinfo/libmagic/funcs.c res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), &repl, 0, -1, &rep_cnt); repl 453 ext/fileinfo/libmagic/funcs.c zval_ptr_dtor(&repl); repl 170 ext/pspell/pspell.c ZEND_ARG_INFO(0, repl) repl 869 ext/pspell/pspell.c char *repl; repl 873 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "lp", &conf, &repl, &repl_len) == FAILURE) { repl 881 ext/pspell/pspell.c if (php_check_open_basedir(repl)) { repl 885 ext/pspell/pspell.c pspell_config_replace(config, "repl", repl); repl 2448 ext/standard/string.c zval *repl; repl 2456 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz|z/", &str, &repl, &from, &len) == FAILURE) { repl 2463 ext/standard/string.c if (Z_TYPE_P(repl) != IS_ARRAY) { repl 2464 ext/standard/string.c convert_to_string_ex(repl); repl 2530 ext/standard/string.c if (Z_TYPE_P(repl) == IS_ARRAY) { repl 2532 ext/standard/string.c while (repl_idx < Z_ARRVAL_P(repl)->nNumUsed) { repl 2533 ext/standard/string.c tmp_repl = &Z_ARRVAL_P(repl)->arData[repl_idx].val; repl 2539 ext/standard/string.c if (repl_idx < Z_ARRVAL_P(repl)->nNumUsed) { repl 2546 ext/standard/string.c repl_str = Z_STR_P(repl); repl 2645 ext/standard/string.c if (Z_TYPE_P(repl) == IS_ARRAY) { repl 2646 ext/standard/string.c while (repl_idx < Z_ARRVAL_P(repl)->nNumUsed) { repl 2647 ext/standard/string.c tmp_repl = &Z_ARRVAL_P(repl)->arData[repl_idx].val; repl 2653 ext/standard/string.c if (repl_idx < Z_ARRVAL_P(repl)->nNumUsed) { repl 2671 ext/standard/string.c result_len += Z_STRLEN_P(repl); repl 2676 ext/standard/string.c memcpy((ZSTR_VAL(result) + f), Z_STRVAL_P(repl), Z_STRLEN_P(repl)); repl 2677 ext/standard/string.c memcpy((ZSTR_VAL(result) + f + Z_STRLEN_P(repl)), ZSTR_VAL(orig_str) + f + l, ZSTR_LEN(orig_str) - f - l);