Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_basic2-win32-mb.phpt35 $string_with_tags = str_replace("\r",'', $string_with_tags);
H A Dfgetss_basic2-win32.phpt35 $string_with_tags = str_replace("\r",'', $string_with_tags);
H A Dfgetss_variation1-win32.phpt42 $string_with_tags = str_replace("\r",'', $string_with_tags);
H A Dtouch_variation6-win32.phpt25 $unixifiedDirOrFile = '/'.substr(str_replace('\\','/',$cwd).'/'.$workDir.'/'.$subDirOrFile, 3);
H A Dfopen_variation14-win32.phpt24 $unixifiedDir = '/'.substr(str_replace('\\','/',$absTestDir),3);
H A Dfopen_variation15-win32.phpt25 $unixifiedDir = '/'.substr(str_replace('\\','/',$absTestDir),3);
H A Dfnmatch_variation.phpt20 $file_name = str_replace('\\','/', $file_name);
H A Dfgetss_variation3-win32.phpt41 $string_with_tags = str_replace("\r",'', $string_with_tags);
/PHP-7.4/Zend/tests/
H A Dcompare_002.phpt37 echo str_replace("\n", "", $buf);
H A Dcompare_002_64bit.phpt37 echo str_replace("\n", "", $buf);
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);
/PHP-7.4/ext/intl/tests/
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_name2.phpt92 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name3.phpt92 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name8.phpt92 $scr = str_replace(array('(', ')'), '#', $scr);
H A Dlocale_get_display_name7.phpt93 $scr = str_replace(array('(', ')'), '#', $scr);
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc936 $configs[$i] = str_replace('%index%', $i, $poolTemplate);
940 $configs[$name] = str_replace('%name%', $name, $poolTemplate);

Completed in 155 milliseconds

1234567