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:
23.79 ms | 405 KiB | 5 Q