Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/strings/
H A Dsubstr_replace.phpt6 $repl = "bala ";
79 $repl = "bala ";
100 $repl = "bala ";
119 $repl = "bala ";
137 $repl = "bala ";
153 $repl = "bala ";
174 $repl = "bala ";
193 $repl = "bala ";
211 $repl = "bala ";
228 $repl = "bala ";
[all …]
/PHP-8.2/ext/pspell/
H A Dpspell.c740 zend_string *repl; in PHP_FUNCTION() local
743 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP", &zcfg, php_pspell_config_ce, &repl) == FAILURE) { in PHP_FUNCTION()
750 if (php_check_open_basedir(ZSTR_VAL(repl))) { in PHP_FUNCTION()
754 pspell_config_replace(config, "repl", ZSTR_VAL(repl)); in PHP_FUNCTION()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dfuncs.c652 zend_string *repl; in file_replace() local
664 repl = zend_string_init(rep, strlen(rep), 0); in file_replace()
665 res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt); in file_replace()
667 zend_string_release_ex(repl, 0); in file_replace()
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch2287 + zend_string *repl;
2299 + repl = zend_string_init(rep, strlen(rep), 0);
2300 + res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt);
2302 + zend_string_release_ex(repl, 0);
/PHP-8.2/win32/build/
H A Dconfutils.js2455 var repl = "$(" + r[1] + "_ANALYZER)"
2456 new_val = new_val.replace(r[0], repl);

Completed in 24 milliseconds