Home
last modified time | relevance | path

Searched refs:str_replace (Results 1 – 25 of 158) sorted by path

1234567

/PHP-7.4/
H A DNEWS752 . Fixed bug #79951 (Memory leak in str_replace of empty string). (Nikita)
/PHP-7.4/Zend/tests/
H A Dbug34879.phpt2 Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
5 print_r(str_replace('a', 'b', array(-1 =>-1)));
H A Dbug36513.phpt6 …echo "'".trim(str_replace(" ", " ", htmlspecialchars_decode(strip_tags(highlight_string($s,1)…
H A Dbug63055.phpt21 str_replace("foo", "bar", "foobar", $matches);
H A Dbug78406.phpt24 $this->data = str_replace('bug', 'feature', $this->data);
H A Dbug79783.phpt5 str_replace("a", "b", "c", strlen("d"));
H A Dbug79979.phpt5 call_user_func_array("str_replace", ["a", "b", "c", 0]);
8 $cufa("str_replace", ["a", "b", "c", 0]);
10 call_user_func_array($cufa, ["str_replace", ["a", "b", "c", 0]]);
13 Warning: Parameter 4 to str_replace() expected to be a reference, value given in %s on line %d
15 Warning: Parameter 4 to str_replace() expected to be a reference, value given in %s on line %d
17 Warning: Parameter 4 to str_replace() expected to be a reference, value given in %s on line %d
H A Dclosure_008.phpt8 return str_replace(' ', ' ', $matches[1]).' ';
H A Dcompare_001.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_001_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_002.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_002_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_003.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_003_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_004.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_004_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_005.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_005_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_006.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_006_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Derror_reporting10.phpt11 str_replace();
H A Dinclude_stat_is_quiet.phpt8 $path = str_replace('test://', 'file://', $path);
H A Druntime_compile_time_binary_operands.phpt97 return "(" . str_replace("\n", "", var_export($param, true)) . ")";
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug66431_0.phpt11 $fpath = str_replace("/", "\\", __DIR__ . "/bug66431.txt");
34 $fpath = str_replace("/", "\\", __DIR__ . "/bug66431.txt");
H A Dbug66431_1.phpt18 $fpath = str_replace("/", "\\", __DIR__ . "/bug66431.docx");
52 $fpath = str_replace("/", "\\", __DIR__ . "/bug66431.docx");

Completed in 50 milliseconds

1234567