Tagged 0.7.5
[scuttle] / includes / utf8 / tests / bench / strrpos.php
1 <?php
2 require_once dirname(__FILE__).'/../benchconfig.php';
3 $page = file_get_contents(UTF8DATA . '/utf8.html' );
4 foreach ( range('A', 'Z') as $char ) {
5     print utf8_strrpos($page, $char)."\n";
6 }
7 ?>

Benjamin Mako Hill || Want to submit a patch?