3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * replace only the first occurance of str math * */ function str_replace_first_only($from, $to, $content,$count) { $from = '/'.preg_quote($from, '/').'/'; return preg_replace($from, $to, $content, $count); // remove only first occurance } $patha = 'BIN/BIN/test.php'; $count = 1; $pathb = str_replace_first_only('BIN', 'SYSTEM', $patha, $count); echo $pathb; ?>

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
161.29 ms | 2124 KiB | 11 Q