3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 1,2,3,4, array("wat" => "watdf8u38472309ufj"), ); $mt = microtime(true); $_arr = eval(utf8_decode(var_export($arr))); print microtime(true) - $mt; $mt = microtime(true); $_f = create_function("", "return ".utf8_decode(var_export($arr)).";"); $_arr = call_user_func($_f); print microtime(true) - $mt; $mt = microtime(true); $_arr = include "data:text/php,base64;".base64_encode("return ".utf8_decode(var_export($arr)).";"); print microtime(true) - $mt;
Output for 7.2.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6954879760742E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Deprecated: Function create_function() is deprecated in /in/Guuvc on line 13 6.0081481933594E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 7.7009201049805E-5
Output for 7.1.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1934509277344E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.7881393432617E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6001205444336E-5
Output for 7.1.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.2915344238281E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.2915344238281E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 0.00010800361633301
Output for 7.1.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4809112548828E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 8.1062316894531E-5
Output for 7.1.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.2901763916016E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6001205444336E-5
Output for 7.0.20
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.9073486328125E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.7908554077148E-5
Output for 7.0.14
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.3869018554688E-5
Output for 7.0.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7894973754883E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.8133392333984E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 7.0.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.8119812011719E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.8835067749023E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.7193298339844E-5
Output for 7.0.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.9073486328125E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.0994415283203E-5
Output for 7.0.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.2172927856445E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.8848648071289E-5
Output for 7.0.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.8848648071289E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.9100646972656E-5
Output for 7.0.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.814697265625E-5
Output for 7.0.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3126602172852E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1961669921875E-5
Output for 7.0.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3841857910156E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.8133392333984E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6954879760742E-5
Output for 5.6.28
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7179718017578E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.7908554077148E-5
Output for 5.6.22
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6014785766602E-5
Output for 5.6.21
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.0040740966797E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.0040740966797E-5
Output for 5.6.20
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.504753112793E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6954879760742E-5
Output for 5.6.19
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1934509277344E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.8133392333984E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6001205444336E-5
Output for 5.6.18
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.0769577026367E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.7908554077148E-5
Output for 5.6.17
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6954879760742E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 5.6.16
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4795532226562E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.3167343139648E-5
Output for 5.6.15
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.7908554077148E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.6028366088867E-5
Output for 5.6.14
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.3869018554688E-5
Output for 5.6.13
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7894973754883E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.1021575927734E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.5074691772461E-5
Output for 5.6.12
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.8862228393555E-5
Output for 5.6.11
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6954879760742E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6954879760742E-5
Output for 5.6.10
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3841857910156E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.1948089599609E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.4093856811523E-5
Output for 5.6.9
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.9087066650391E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.7193298339844E-5
Output for 5.6.8
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.9114227294922E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.5061111450195E-5
Output for 5.6.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.6.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4809112548828E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1961669921875E-5
Output for 5.6.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.7922134399414E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.9114227294922E-5
Output for 5.6.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.504753112793E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.5061111450195E-5
Output for 5.6.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1007995605469E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.6.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.504753112793E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.1021575927734E-5
Output for 5.6.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.9829483032227E-5
Output for 5.6.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 5.5.36
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.814697265625E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.5.35
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1934509277344E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.7193298339844E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6968460083008E-5
Output for 5.5.34
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3841857910156E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3855438232422E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.5.33
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.2172927856445E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.2901763916016E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.3869018554688E-5
Output for 5.5.32
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4809112548828E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.4107437133789E-5
Output for 5.5.31
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7894973754883E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.7922134399414E-5
Output for 5.5.30
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.9802322387695E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.4107437133789E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.8160552978516E-5
Output for 5.5.29
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.2901763916016E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6954879760742E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6014785766602E-5
Output for 5.5.28
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.7193298339844E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6014785766602E-5
Output for 5.5.27
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3126602172852E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.3153762817383E-5
Output for 5.5.26
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.9087066650391E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1961669921875E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 5.5.25
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7894973754883E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.2901763916016E-5
Output for 5.5.24
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6954879760742E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.1975250244141E-5
Output for 5.5.23
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.9073486328125E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.1948089599609E-5
Output for 5.5.22
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.0054321289062E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.2200088500977E-5
Output for 5.5.21
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.814697265625E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6014785766602E-5
Output for 5.5.20
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.1948089599609E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6001205444336E-5
Output for 5.5.19
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.8160552978516E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.3882598876953E-5
Output for 5.5.18
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.6968460083008E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6968460083008E-5
Output for 5.5.16
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.6927719116211E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.5033950805664E-5
Output for 5.5.15
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5974044799805E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.2172927856445E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.3841857910156E-5
Output for 5.5.14
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.1948089599609E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.3855438232422E-5
Output for 5.5.13
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5974044799805E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.3126602172852E-5
Output for 5.5.12
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.4781951904297E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.598762512207E-5
Output for 5.5.11
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5020370483398E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1934509277344E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.6941299438477E-5
Output for 5.5.10
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.8862228393555E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.57763671875E-5
Output for 5.5.9
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3841857910156E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.5.8
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.9100646972656E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 5.5.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3841857910156E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1961669921875E-5
Output for 5.5.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4809112548828E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.5.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.0040740966797E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6954879760742E-5
Output for 5.5.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.8133392333984E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.7193298339844E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.9114227294922E-5
Output for 5.5.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7179718017578E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.6014785766602E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.1021575927734E-5
Output for 5.5.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.5033950805664E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.3153762817383E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6968460083008E-5
Output for 5.5.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7179718017578E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.2200088500977E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.2915344238281E-5
Output for 5.5.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.9100646972656E-5
Output for 5.4.45
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.3167343139648E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.4.44
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7179718017578E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.1021575927734E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.8160552978516E-5
Output for 5.4.43
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.8133392333984E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.103515625E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.2928924560547E-5
Output for 5.4.42
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1934509277344E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.7922134399414E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6001205444336E-5
Output for 5.4.41
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.7206878662109E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1961669921875E-5
Output for 5.4.40
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.5061111450195E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1007995605469E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.4.39
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.9114227294922E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.4822692871094E-5
Output for 5.4.38
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.7881393432617E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3855438232422E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.2901763916016E-5
Output for 5.4.37
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7179718017578E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.2942504882812E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.0067901611328E-5
Output for 5.4.36
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.2172927856445E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1961669921875E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6001205444336E-5
Output for 5.4.35
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.6927719116211E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3855438232422E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.6941299438477E-5
Output for 5.4.34
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.9114227294922E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6014785766602E-5
Output for 5.4.32
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.4822692871094E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.4093856811523E-5
Output for 5.4.31
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.3869018554688E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6954879760742E-5
Output for 5.4.30
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.4107437133789E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.814697265625E-5
Output for 5.4.29
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.6927719116211E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7179718017578E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.4080276489258E-5
Output for 5.4.28
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.9073486328125E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.8862228393555E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.3140182495117E-5
Output for 5.4.27
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.2172927856445E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.8862228393555E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.4093856811523E-5
Output for 5.4.26
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1007995605469E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6001205444336E-5
Output for 5.4.25
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.8160552978516E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.2915344238281E-5
Output for 5.4.24
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.4849853515625E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.9114227294922E-5
Output for 5.4.23
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.3882598876953E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.0081481933594E-5
Output for 5.4.22
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.4822692871094E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.4.21
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.9802322387695E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.2915344238281E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 5.4.20
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.504753112793E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.3140182495117E-5
Output for 5.4.19
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.0081481933594E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.4121017456055E-5
Output for 5.4.18
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7179718017578E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.4121017456055E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.5061111450195E-5
Output for 5.4.17
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6226043701172E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7.1048736572266E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.1021575927734E-5
Output for 5.4.16
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.887580871582E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.4107437133789E-5
Output for 5.4.15
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1961669921875E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 5.4.14
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.103515625E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.887580871582E-5
Output for 5.4.13
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.9073486328125E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.7894973754883E-5
Output for 5.4.12
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3841857910156E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.4107437133789E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.5061111450195E-5
Output for 5.4.11
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.7881393432617E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.8848648071289E-5
Output for 5.4.10
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.8119812011719E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.9802322387695E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.6941299438477E-5
Output for 5.4.9
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.9100646972656E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.3855438232422E-5
Output for 5.4.8
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.3869018554688E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.3855438232422E-5
Output for 5.4.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.6927719116211E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.2901763916016E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.6941299438477E-5
Output for 5.4.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.6927719116211E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.0040740966797E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.598762512207E-5
Output for 5.4.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.2901763916016E-5
Output for 5.4.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.7894973754883E-5
Output for 5.4.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1219253540039E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4809112548828E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.2186508178711E-5
Output for 5.4.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5020370483398E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7894973754883E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.598762512207E-5
Output for 5.4.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5974044799805E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7894973754883E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.5033950805664E-5
Output for 5.4.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.7881393432617E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.9100646972656E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.1948089599609E-5
Output for 5.3.29
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.9073486328125E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.7908554077148E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.0994415283203E-5
Output for 5.3.28
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.8133392333984E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.6968460083008E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6014785766602E-5
Output for 5.3.27
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3126602172852E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.2915344238281E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.814697265625E-5
Output for 5.3.26
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1934509277344E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.3153762817383E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.8862228393555E-5
Output for 5.3.25
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.6014785766602E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.2915344238281E-5
Output for 5.3.24
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.6941299438477E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.1021575927734E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.5061111450195E-5
Output for 5.3.23
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.57763671875E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.2915344238281E-5
Output for 5.3.22
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3841857910156E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.3882598876953E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.6014785766602E-5
Output for 5.3.21
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.9100646972656E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.9087066650391E-5
Output for 5.3.20
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.7166137695312E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.0040740966797E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.8133392333984E-5
Output for 5.3.19
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1961669921875E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 5.3.18
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.7881393432617E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.504753112793E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.2186508178711E-5
Output for 5.3.17
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5974044799805E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.2901763916016E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.598762512207E-5
Output for 5.3.16
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.4836273193359E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.4836273193359E-5
Output for 5.3.15
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6954879760742E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.0994415283203E-5
Output for 5.3.14
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1934509277344E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.8862228393555E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.0054321289062E-5
Output for 5.3.13
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.9073486328125E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.8862228393555E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.0994415283203E-5
Output for 5.3.12
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5974044799805E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.8133392333984E-5
Output for 5.3.11
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5974044799805E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.7908554077148E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.1948089599609E-5
Output for 5.3.10
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.9073486328125E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.1948089599609E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.4809112548828E-5
Output for 5.3.9
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5020370483398E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.5033950805664E-5
Output for 5.3.8
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.1934509277344E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.8862228393555E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.9100646972656E-5
Output for 5.3.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.4066696166992E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.2172927856445E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.0980834960938E-5
Output for 5.3.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.7166137695312E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.6941299438477E-5
Output for 5.3.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.5020370483398E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7179718017578E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.598762512207E-5
Output for 5.3.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.504753112793E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.6001205444336E-5
Output for 5.3.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3126602172852E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.504753112793E-5
Output for 5.3.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.1948089599609E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.1007995605469E-5
Output for 5.3.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.0994415283203E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.1021575927734E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.1021575927734E-5
Output for 5.3.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1961669921875E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.0783157348633E-5
Output for 5.2.17
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.1934509277344E-5
Output for 5.2.16
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.4066696166992E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 1.5974044799805E-5
Output for 5.2.15
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0980834960938E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.1948089599609E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.4080276489258E-5
Output for 5.2.14
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.3841857910156E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.9100646972656E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.9087066650391E-5
Output for 5.2.13
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.2172927856445E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.8862228393555E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.598762512207E-5
Output for 5.2.12
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.9829483032227E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.2200088500977E-5
Output for 5.2.11
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7894973754883E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.2928924560547E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.7894973754883E-5
Output for 5.2.10
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.1948089599609E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.9829483032227E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.1948089599609E-5
Output for 5.2.9
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.7894973754883E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.1007995605469E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.0994415283203E-5
Output for 5.2.8
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.288818359375E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3855438232422E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.5033950805664E-5
Output for 5.2.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.598762512207E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.0054321289062E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.3841857910156E-5
Output for 5.2.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.0994415283203E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.598762512207E-5
Output for 5.2.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.0027160644531E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3140182495117E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.598762512207E-5
Output for 5.2.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.2172927856445E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3855438232422E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.5033950805664E-5
Output for 5.2.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.4080276489258E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.504753112793E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.4080276489258E-5
Output for 5.2.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )1.7881393432617E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.0040740966797E-5array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.288818359375E-5
Output for 5.2.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.9114227294922E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(): URL file-access is disabled in the server configuration in /in/Guuvc on line 18 Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: no suitable wrapper could be found in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 4.4107437133789E-05
Output for 5.2.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.2200088500977E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )base64;cmV0dXJuIDs=3.6001205444336E-05
Output for 5.1.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.504753112793E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.7908554077148E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.2227249145508E-05
Output for 5.1.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.9100646972656E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.6995620727539E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 9.1075897216797E-05
Output for 5.1.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.6028366088867E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7.3909759521484E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 9.608268737793E-05
Output for 5.1.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.814697265625E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.6995620727539E-05
Output for 5.1.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.814697265625E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.1988830566406E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 7.3909759521484E-05
Output for 5.1.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.5061111450195E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.3855438232422E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.9843063354492E-05
Output for 5.1.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.0054321289062E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.793571472168E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: include(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: include(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 8.082389831543E-05
Output for 5.0.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.8133392333984E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.6001205444336E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.6982040405273E-05
Output for 5.0.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.4107437133789E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.7922134399414E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 7.6055526733398E-05
Output for 5.0.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4093856811523E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.814697265625E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.4849853515625E-05
Output for 5.0.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.6041946411133E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.0081481933594E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 8.702278137207E-05
Output for 5.0.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.4107437133789E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.6014785766602E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 8.5115432739258E-05
Output for 5.0.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.6968460083008E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.103515625E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 9.1075897216797E-05
Output for 4.4.9
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.1E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )2.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.9E-05
Output for 4.4.8
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.4E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 2.8E-05
Output for 4.4.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7.4E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7.5E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.9E-05
Output for 4.4.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.3E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.8E-05
Output for 4.4.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.3E-05
Output for 4.4.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )3.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.4E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 3.9E-05
Output for 4.4.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7.5E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.3E-05
Output for 4.4.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.8E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7.6E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6E-05
Output for 4.4.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.8E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.9E-05
Output for 4.4.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.8E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )8.1E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 7E-05
Output for 4.3.11
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.3E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 8.9E-05
Output for 4.3.10
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7.1E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.4E-05
Output for 4.3.9
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.2E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )7.6E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.9E-05
Output for 4.3.8
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.2E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.4E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 7.6E-05
Output for 4.3.7
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.8E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.6E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.2E-05
Output for 4.3.6
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.8E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.5E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6E-05
Output for 4.3.5
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )6.3E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.8E-05
Output for 4.3.4
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.3E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.8E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.4E-05
Output for 4.3.3
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.3E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5E-05
Output for 4.3.2
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.1E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.3E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=): failed to open stream: No such file or directory in /in/Guuvc on line 18 Warning: main(): Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 5.8E-05
Output for 4.3.1
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.6E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.1E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/Guuvc on line 18 Warning: main() [http://www.php.net/function.main]: Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 8.5E-05
Output for 4.3.0
array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )4.9E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), )5.2E-05array ( 0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => array ( 'wat' => 'watdf8u38472309ufj', ), ) Warning: main(data:text/php,base64;cmV0dXJuIDs=) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/Guuvc on line 18 Warning: main() [http://www.php.net/function.main]: Failed opening 'data:text/php,base64;cmV0dXJuIDs=' for inclusion (include_path='.:') in /in/Guuvc on line 18 6.7E-05

preferences:
163.28 ms | 403 KiB | 208 Q