3v4l.org

run code in 300+ PHP versions simultaneously
<?php <?php $array = [ ['href' => 'http://www.schuller.es/iluminacion_lamparas-de-techo_sira_1_517/en.html'], ['href' => 'http://www.schuller.es/producto_lamparas-de-techo_ignis_492935_/en.html'], ]; foreach ($array as $element) { if ( strpos($element['href'], 'producto') !== false ) { echo $element['href']."\t\t\n"; echo strpos($element['href'], 'producto') . "\n\r"; } }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.6
Parse error: syntax error, unexpected '<', expecting end of file in /in/h3rSv on line 3
Process exited with code 255.

preferences:
169.92 ms | 1395 KiB | 35 Q