mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
Updated String Parsing Test Code (markdown)
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>';}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user