Updated String Parsing Test Code (markdown)

captainkuro 2013-01-09 17:38:17 -08:00
parent 069ac40cc4
commit 3701d40bf0

@ -1,7 +1,7 @@
This code tests the speed of various parsing techniques. It is here in the wiki because the forum does not accept PHP files. enjoy. link from this thread: [http://codeigniter.com/forums/viewthread/83428/P15/](http://codeigniter.com/forums/viewthread/83428/P15/)
```php
<?php
<?php
error_reporting(E_ALL);
$marker_in_string = 1;
@ -169,6 +169,6 @@ function microtime_float()
// function to print with pre
function p($x){echo '<pre>';print_r($x);echo '</pre>';}
?&gt;
?>
```