3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace foo{ $t = 'テキスト'; echo strlen($t); echo strlen($t); if(true){ function strlen($t){return mb_strlen($t);} } echo strlen($t); echo strlen($t); }

preferences:
54.02 ms | 402 KiB | 5 Q