3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Foo; //foreach ( array(1,2,3) as $i ) { echo strlen('hello'), ' '; shadow_strlen(); echo strlen('hello'), '; '; //} function shadow_strlen() { function strlen($s) { return 42; } }

preferences:
23.35 ms | 404 KiB | 5 Q