3v4l.org

run code in 300+ PHP versions simultaneously
<?php function mytest(){ return 1==1; if (1==1) { # code... return '测试'; } echo '测试'; } function test2(){ mytest(); return 'test'; return 'test888'; } // echo mytest(); echo test2();

preferences:
39.79 ms | 402 KiB | 5 Q