Skip to content

Instantly share code, notes, and snippets.

@vonglasow
Created July 16, 2013 09:47
Show Gist options
  • Save vonglasow/6007324 to your computer and use it in GitHub Desktop.
Save vonglasow/6007324 to your computer and use it in GitHub Desktop.
substr |||||||||||||||||||||||||||||||||||||||||||||||||||||||| 804ms, 100.0%
offset ||||||||||||||||||||||||| 359ms, 44.7%
Array
(
[substr] => 40696
[offset] => 1704
)
avonglasow@avonglasow(11:15:25):/tmp/bench$ php -v
PHP 5.4.4-14+deb7u2 (cli) (built: Jun 5 2013 07:56:44)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
-----------------------------------------------------
substr |||||||||||||||||||||||||||||||||||||||||||||||||||||||| 795ms, 100.0%
offset ||||||||||||||||||||||||| 355ms, 44.6%
Array
(
[substr] => 40744
[offset] => 1704
)
avonglasow@avonglasow(11:20:26):/tmp/bench$ php -v
PHP 5.5.0-1~dotdeb.1 (cli) (built: Jun 20 2013 12:55:16)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0-dev, Copyright (c) 1998-2013 Zend Technologies
with Zend OPcache v7.0.2-dev, Copyright (c) 1999-2013, by Zend Technologies
with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
-------------------------------
substr |||||||||||||||||||||||||||||||||||||||||||||||||||||||| 780ms, 100.0%
offset |||||||||||||||||||||||| 331ms, 42.5%
Array
(
[substr] => 35384
[offset] => 1704
)
avonglasow@avonglasow(11:24:35):/tmp/bench$ php -v
PHP 5.5.0-1~dotdeb.1 (cli) (built: Jun 20 2013 12:55:16)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0-dev, Copyright (c) 1998-2013 Zend Technologies
with Zend OPcache v7.0.2-dev, Copyright (c) 1999-2013, by Zend Technologies
------------------------------
substr |||||||||||||||||||||||||||||||||||||||||||||||||||||||| 776ms, 100.0%
offset |||||||||||||||||||||||| 332ms, 42.8%
Array
(
[substr] => 35384
[offset] => 1704
)
avonglasow@avonglasow(11:26:38):/tmp/bench$ php -n -v
PHP 5.5.0-1~dotdeb.1 (cli) (built: Jun 20 2013 12:55:16)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0-dev, Copyright (c) 1998-2013 Zend Technologies
---------------------------------
substr |||||||||||||||||||||||||||||||||||||||||||||||||||||||| 775ms, 100.0%
offset |||||||||||||||||||||||| 328ms, 42.3%
Array
(
[substr] => 35272
[offset] => 1704
)
avonglasow@avonglasow(11:33:07):/tmp/bench$ php5 -n -v
PHP 5.4.4-14+deb7u2 (cli) (built: Jun 5 2013 07:56:44)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment