Merge branch 'extended-cookie'
[scuttle] / includes / utf8 / tests / bench / strlen.php
1 <?php
2 require_once dirname(__FILE__).'/../benchconfig.php';
3 print utf8_strlen(file_get_contents(UTF8DATA . '/utf8.html' ))."\n";
4 ?>

Benjamin Mako Hill || Want to submit a patch?