3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(mb_strlen(iconv('utf-8', 'utf-16le', 'A B C')) / 2); # correct var_dump(mb_strlen(iconv('utf-8', 'utf-16le', '🎖')) / 2); # correct var_dump(bin2hex(mb_convert_encoding('A B C', 'UTF-32BE', 'UTF-8')); # off by 5 chars var_dump(mb_strlen(mb_convert_encoding('🎖', 'UTF-32BE', 'UTF-8')) / 2); # correct
Output for 7.1.0 - 7.1.17, 7.2.0 - 7.2.6
Parse error: syntax error, unexpected ';', expecting ',' or ')' in /in/9JkSt on line 9
Process exited with code 255.

preferences:
159.29 ms | 1395 KiB | 32 Q