3v4l.org

run code in 500+ PHP versions simultaneously
<?php $repl = array(1 =>"OK", 2 => "nOK", 3 => "Warning", 4 => "Other"); $myarray = array(1,2,3,4); $new = str_replace($myarray,$repl, $myarray); var_dump($new);

preferences:
102.5 ms | 1461 KiB | 5 Q