3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace A\B\C; function strlen($str) { return 42; } print strlen("Life, Universe and Everything"); // prints 42 print mb_strlen("Life, Universe and Everything"); // calls global function and prints 30

preferences:
52.83 ms | 402 KiB | 5 Q