3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myArray = ['yellow', 'green', 'red', 'purple']; $myString = 'banana is ?, apple is ?, tomato is ?'; vprintf( str_replace('?', '%s', $myString), $myArray );
Output for 8.1.32, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
banana is yellow, apple is green, tomato is red

preferences:
60.79 ms | 406 KiB | 5 Q