3v4l.org

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

preferences:
40.66 ms | 402 KiB | 5 Q