3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = '#Новости_0629 #Мариуполь #митинг #война Подробнее: http://www.0629.com.ua/news/488931'; $t_full = "В 14.00 возле горсовета собрались сотни людей, которые выступают за единую Украину и против ввода российских вой..."; $description_text_lenght = 200 - strlen($t); $full_text = mb_substr($t_full , 0, $description_text_lenght) . $t; var_dump( array($full_text,mb_substr($t, 0,1,'UTF-8'),iconv_strlen($t,'UTF-8'),strlen($t)) );
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { [0]=> string(262) "В 14.00 возле горсовета собрались сотни людей, которые выступают за единую Укра#Новости_0629 #Мариуполь #митинг #война Подробнее: http://www.0629.com.ua/news/488931" [1]=> string(1) "#" [2]=> int(85) [3]=> int(121) }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
39.5 ms | 402 KiB | 8 Q