3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text='this PART should be CONVERTED to uppercase [This PART should not BE changed] this part should also be CONVERTED to uppercase [THIS part should also not be CHANGED] etc..'; $text = preg_replace_callback( "/(\[(.*?)\])(*SKIP)(*FAIL)|./is", function($m) { return strtoupper($m[0]); }, $text); $text = str_replace(array('[', ']'), '', $text); echo $text;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
156.92 ms | 2138 KiB | 13 Q