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() { if ( ! function_exists('Foo\\strlen') ) { function strlen($s) { return 42; } } }

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
45.75 ms | 2682 KiB | 4 Q