fork download
  1. <?php
  2.  
  3.  
  4.  
  5. $text = "Добра тебе\nВыпей чаю";
  6. $count = mb_strlen ($text);
  7. echo "Всего {$count} символов\n";
Runtime error #stdin #stdout #stderr 0s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Uncaught Error: Call to undefined function mb_internal_encoding() in /home/K5G8Ex/prog.php:5
Stack trace:
#0 {main}
  thrown in /home/K5G8Ex/prog.php on line 5