3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = range(4,17); print_r( array_filter($a, function($x){ return strpos( (string)$x, '5' ) === false; }) ); // $x = 5; // echo strpos((string)$x, '5') !== false;

preferences:
47.14 ms | 402 KiB | 5 Q