Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/pspell/
H A Dpspell.c742 zend_string *repl; in PHP_FUNCTION() local
745 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP", &zcfg, php_pspell_config_ce, &repl) == FAILURE) { in PHP_FUNCTION()
752 if (php_check_open_basedir(ZSTR_VAL(repl))) { in PHP_FUNCTION()
756 pspell_config_replace(config, "repl", ZSTR_VAL(repl)); in PHP_FUNCTION()
/PHP-8.1/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.1/ext/fileinfo/
H A Dlibmagic.patch2260 + zend_string *repl;
2272 + repl = zend_string_init(rep, strlen(rep), 0);
2273 + res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt);
2275 + zend_string_release_ex(repl, 0);
/PHP-8.1/win32/build/
H A Dconfutils.js2453 var repl = "$(" + r[1] + "_ANALYZER)"
2454 new_val = new_val.replace(r[0], repl);

Completed in 22 milliseconds