3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = "По словам вице-премьера Крыма, единственными законными вооруженными формированиями на территории Крыма являются российские вооружен"; $t = ' #Новости_0629 #Мариуполь #митинг #война Подробнее: http://www.0629.com.ua/news/488931'; $t_full = "В 14.00 возле горсовета собрались сотни людей, которые выступают за единую Украину и против ввода российских вой..."; $description_text_lenght = 190 - strlen($t); $full_text = mb_substr($t_full , 0, $description_text_lenght,'UTF-8') . $t; var_dump( array(iconv_strlen($test,'UTF-8'),strlen($test)$full_text,mb_substr($t, 0,1,'UTF-8'),iconv_strlen($t,'UTF-8'),strlen($t)) );
Output for 5.4.0 - 5.4.25
Parse error: syntax error, unexpected '$full_text' (T_VARIABLE), expecting ')' in /in/WWjrQ on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE, expecting ')' in /in/WWjrQ on line 11
Process exited with code 255.

preferences:
185.38 ms | 1395 KiB | 62 Q