Home
last modified time | relevance | path

Searched refs:str_replace (Results 126 – 148 of 148) sorted by relevance

123456

/PHP-7.2/ext/intl/tests/
H A Dlocale_get_display_name.phpt92 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name2.phpt93 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name3.phpt92 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name4.phpt93 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name5.phpt93 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name6.phpt93 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name7.phpt92 $scr = str_replace(array('(', ')'), '#', $scr);
/PHP-7.2/ext/standard/tests/file/
H A Dfnmatch_variation.phpt20 $file_name = str_replace('\\','/', $file_name);
H A Dfgetss_variation3-win32.phpt39 $string_with_tags = str_replace("\r",'', $string_with_tags);
/PHP-7.2/Zend/tests/
H A Dcompare_001.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_003.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_004.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_005.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_006.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_001_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_003_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_004_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_005_64bit.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_006_64bit.phpt37 echo str_replace("\n", "", $buf);
/PHP-7.2/ext/phar/phar/
H A Dpharcommand.inc671 $entry = str_replace('//', '/', $entry);
/PHP-7.2/ext/standard/
H A Dbasic_functions.c2806 PHP_FE(str_replace, arginfo_str_replace)
H A Dstring.c4153 PHP_FUNCTION(str_replace) argument
/PHP-7.2/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt46 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);

Completed in 100 milliseconds

123456