<?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); }
You have javascript disabled. You will not be able to edit any code.