Home
last modified time | relevance | path

Searched refs:str_replace (Results 101 – 119 of 119) sorted by last modified time

12345

/PHP-5.5/Zend/tests/
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 Dbug63055.phpt19 str_replace("foo", "bar", "foobar", $matches);
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 Dclosure_008.phpt8 return str_replace(' ', ' ', $matches[1]).' ';
/PHP-5.5/
H A DNEWS7965 - Fixed bug #39621 (str_replace() is not binary safe on strings with equal
8213 - Improved performance of str_replace() when doing 1 char to 1 char or 1 char
9314 - Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on
/PHP-5.5/tests/run-test/
H A Dtest007.phpt12 $path1 = str_replace("%",$s,$path);
14 $path3 = str_replace($s,"%",$path2);
/PHP-5.5/tests/classes/
H A Dbug26737.phpt18 var_dump(str_replace("\0", '\0', $data));
/PHP-5.5/ext/standard/tests/strings/
H A Dbug27276.phpt2 Bug #27276 (str_replace tries to use obscene amounts of ram)
10 str_replace($key, $replacement, $string);
/PHP-5.5/ext/standard/tests/array/
H A Dbug23788.phpt9 str_replace("abc", "def", $foo);
/PHP-5.5/ext/simplexml/tests/
H A Dbug69169.phpt18 $b = str_replace(array("\n", "\r", "\t"), "", $a);
/PHP-5.5/ext/phar/tests/files/
H A Dblog.phar12 var_dump(str_replace("\r\n", "\n", file_get_contents("config.xml")));
H A Dblog.phar.inc18 var_dump(str_replace("\r\n", "\n", file_get_contents("config.xml")));
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc123 $what = str_replace('_', '-', $what);
238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
/PHP-5.5/ext/openssl/tests/
H A Dbug47828.phpt33 $cert = str_replace("\\n", "\n", $csr);

Completed in 57 milliseconds

12345