diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-26 16:44:20 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-26 16:44:20 +0000 |
| commit | ff9d0fcc783c19d729ae475fe8baf76d94a003a9 (patch) | |
| tree | d65d57b4975f5ebbb243ab538b871ca2f57d3c91 /Zend/bench.php | |
| parent | 24124518ab1387dcc63e3ddeec2acdf43362e20f (diff) | |
| download | php-git-ff9d0fcc783c19d729ae475fe8baf76d94a003a9.tar.gz | |
is_numeric_string() optimization
# Original Patch by Matt Wilmas
Diffstat (limited to 'Zend/bench.php')
| -rw-r--r-- | Zend/bench.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/bench.php b/Zend/bench.php index f22704a7a7..44000d991d 100644 --- a/Zend/bench.php +++ b/Zend/bench.php @@ -1,4 +1,5 @@ <?php +date_default_timezone_set("UTC"); function simple() { $a = 0; |
