Home
last modified time | relevance | path

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

1234567

/PHP-7.4/Zend/tests/
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.4/ext/phar/phar/
H A Dpharcommand.inc671 $entry = str_replace('//', '/', $entry);
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2820 PHP_FE(str_replace, arginfo_str_replace)
H A Dstring.c4582 PHP_FUNCTION(str_replace) argument
/PHP-7.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt46 $ret[$a] = str_replace(dirname($fname2) . DIRECTORY_SEPARATOR, '*', $val);
/PHP-7.4/
H A DNEWS752 . Fixed bug #79951 (Memory leak in str_replace of empty string). (Nikita)

Completed in 70 milliseconds

1234567