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 = 195 - strlen($t); $full_text = mb_substr($t_full , 0, $description_text_lenght,'UTF-8') . $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(252) "В 14.00 возле горсовета собрались сотни людей, которые выступают за едину #Новости_0629 #Мариуполь #митинг #война Подробнее: http://www.0629.com.ua/news/488931" [1]=> string(1) " " [2]=> int(86) [3]=> int(122) }

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:
35.65 ms | 402 KiB | 8 Q