Tagged 0.7.5
[scuttle] / includes / utf8 / tests / bench / strlen.php
diff --git a/includes/utf8/tests/bench/strlen.php b/includes/utf8/tests/bench/strlen.php
new file mode 100644 (file)
index 0000000..90b642f
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+require_once dirname(__FILE__).'/../benchconfig.php';
+print utf8_strlen(file_get_contents(UTF8DATA . '/utf8.html' ))."\n";
+?>

Benjamin Mako Hill || Want to submit a patch?