3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wordsList = [ ['frog', 'Nock'], // All search strings ['sock', 'crock'], // All replacements ]; $message = str_replace( $wordsList[0], // All search strings $wordsList[1], // The replacements strings "frog frog Nock Nock" ); echo $message;

preferences:
82.59 ms | 1381 KiB | 5 Q