3v4l.org

run code in 300+ PHP versions simultaneously
<?php function pack_encode($format, $val) { $b64 = base64_encode(pack($format, $val)); return str_replace(array('/', '='), array('_', ''), $b64); } function pack_decode($format, $val) { $b64 = str_replace('_', '/', $val); // un-padded $bytes = unpack($format, base64_decode($b64, false)); return implode($bytes, ","); //return "foo"; // return $hi << 8 | $lo; } function pack_encode_uint16($val) { return pack_encode('n', $val); } function pack_encode_uint32($val) { return pack_encode('N', $val); } function pack_decode_uint16($val) { return pack_decode('n', $val); } function pack_decode_uint32($val) { return pack_decode('N', $val); } $max = 32767; $n = 20; $step = intval($max/$n); for ($i=0; $i<=$n; $i++) { $val = $i*$step; $enc16 = pack_encode_uint16($val); $enc32 = pack_encode_uint32($val); $str = base64_encode(strval($val)); // STUPID echo "$enc16 $enc32 $str $val"; $dec16 = pack_decode_uint16($enc16); $dec32 = pack_decode_uint32($enc32); if ($dec16 !== $val) { echo " $dec16 != $val"; } else if ($dec32 !== $val) { echo " $dec32 != $val"; } echo "\n"; }
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
AAA AAAAAA MA== 0 Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /in/CNr3C:11 Stack trace: #0 /in/CNr3C(11): implode(Array, ',') #1 /in/CNr3C(25): pack_decode('n', 'AAA') #2 /in/CNr3C(43): pack_decode_uint16('AAA') #3 {main} thrown in /in/CNr3C on line 11
Process exited with code 255.
Output for 7.4.0 - 7.4.33
AAA AAAAAA MA== 0 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 0 != 0 BmY AAAGZg MTYzOA== 1638 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 1638 != 1638 DMw AAAMzA MzI3Ng== 3276 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 3276 != 3276 EzI AAATMg NDkxNA== 4914 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 4914 != 4914 GZg AAAZmA NjU1Mg== 6552 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 6552 != 6552 H_4 AAAf_g ODE5MA== 8190 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 8190 != 8190 JmQ AAAmZA OTgyOA== 9828 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 9828 != 9828 LMo AAAsyg MTE0NjY= 11466 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 11466 != 11466 MzA AAAzMA MTMxMDQ= 13104 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 13104 != 13104 OZY AAA5lg MTQ3NDI= 14742 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 14742 != 14742 P_w AAA__A MTYzODA= 16380 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 16380 != 16380 RmI AABGYg MTgwMTg= 18018 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 18018 != 18018 TMg AABMyA MTk2NTY= 19656 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 19656 != 19656 Uy4 AABTLg MjEyOTQ= 21294 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 21294 != 21294 WZQ AABZlA MjI5MzI= 22932 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 22932 != 22932 X_o AABf+g MjQ1NzA= 24570 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 24570 != 24570 ZmA AABmYA MjYyMDg= 26208 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 26208 != 26208 bMY AABsxg Mjc4NDY= 27846 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 27846 != 27846 cyw AABzLA Mjk0ODQ= 29484 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 29484 != 29484 eZI AAB5kg MzExMjI= 31122 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 31122 != 31122 f_g AAB_+A MzI3NjA= 32760 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/CNr3C on line 11 32760 != 32760
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33
AAA AAAAAA MA== 0 0 != 0 BmY AAAGZg MTYzOA== 1638 1638 != 1638 DMw AAAMzA MzI3Ng== 3276 3276 != 3276 EzI AAATMg NDkxNA== 4914 4914 != 4914 GZg AAAZmA NjU1Mg== 6552 6552 != 6552 H_4 AAAf_g ODE5MA== 8190 8190 != 8190 JmQ AAAmZA OTgyOA== 9828 9828 != 9828 LMo AAAsyg MTE0NjY= 11466 11466 != 11466 MzA AAAzMA MTMxMDQ= 13104 13104 != 13104 OZY AAA5lg MTQ3NDI= 14742 14742 != 14742 P_w AAA__A MTYzODA= 16380 16380 != 16380 RmI AABGYg MTgwMTg= 18018 18018 != 18018 TMg AABMyA MTk2NTY= 19656 19656 != 19656 Uy4 AABTLg MjEyOTQ= 21294 21294 != 21294 WZQ AABZlA MjI5MzI= 22932 22932 != 22932 X_o AABf+g MjQ1NzA= 24570 24570 != 24570 ZmA AABmYA MjYyMDg= 26208 26208 != 26208 bMY AABsxg Mjc4NDY= 27846 27846 != 27846 cyw AABzLA Mjk0ODQ= 29484 29484 != 29484 eZI AAB5kg MzExMjI= 31122 31122 != 31122 f_g AAB_+A MzI3NjA= 32760 32760 != 32760
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
AAA AAAAAA MA== 0 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 0 BmY AAAGZg MTYzOA== 1638 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 1638 DMw AAAMzA MzI3Ng== 3276 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 3276 EzI AAATMg NDkxNA== 4914 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 4914 GZg AAAZmA NjU1Mg== 6552 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 6552 H_4 AAAf_g ODE5MA== 8190 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 8190 JmQ AAAmZA OTgyOA== 9828 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 9828 LMo AAAsyg MTE0NjY= 11466 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 11466 MzA AAAzMA MTMxMDQ= 13104 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 13104 OZY AAA5lg MTQ3NDI= 14742 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 14742 P_w AAA__A MTYzODA= 16380 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 16380 RmI AABGYg MTgwMTg= 18018 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 18018 TMg AABMyA MTk2NTY= 19656 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 19656 Uy4 AABTLg MjEyOTQ= 21294 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 21294 WZQ AABZlA MjI5MzI= 22932 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 22932 X_o AABf+g MjQ1NzA= 24570 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 24570 ZmA AABmYA MjYyMDg= 26208 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 26208 bMY AABsxg Mjc4NDY= 27846 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 27846 cyw AABzLA Mjk0ODQ= 29484 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 29484 eZI AAB5kg MzExMjI= 31122 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 31122 f_g AAB_+A MzI3NjA= 32760 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack(): Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode(): Bad arguments. in /in/CNr3C on line 11 != 32760
Output for 4.3.0 - 4.3.1
AAA AAAAAA MA== 0 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 0 BmY AAAGZg MTYzOA== 1638 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 1638 DMw AAAMzA MzI3Ng== 3276 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 3276 EzI AAATMg NDkxNA== 4914 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 4914 GZg AAAZmA NjU1Mg== 6552 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 6552 H_4 AAAf_g ODE5MA== 8190 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 8190 JmQ AAAmZA OTgyOA== 9828 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 9828 LMo AAAsyg MTE0NjY= 11466 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 11466 MzA AAAzMA MTMxMDQ= 13104 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 13104 OZY AAA5lg MTQ3NDI= 14742 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 14742 P_w AAA__A MTYzODA= 16380 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 16380 RmI AABGYg MTgwMTg= 18018 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 18018 TMg AABMyA MTk2NTY= 19656 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 19656 Uy4 AABTLg MjEyOTQ= 21294 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 21294 WZQ AABZlA MjI5MzI= 22932 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 22932 X_o AABf+g MjQ1NzA= 24570 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 24570 ZmA AABmYA MjYyMDg= 26208 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 26208 bMY AABsxg Mjc4NDY= 27846 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 27846 cyw AABzLA Mjk0ODQ= 29484 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 29484 eZI AAB5kg MzExMjI= 31122 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 31122 f_g AAB_+A MzI3NjA= 32760 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type n: not enough input, need 2, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 Warning: base64_decode() expects exactly 1 parameter, 2 given in /in/CNr3C on line 10 Warning: unpack() [http://www.php.net/function.unpack]: Type N: not enough input, need 4, have 0 in /in/CNr3C on line 10 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/CNr3C on line 11 != 32760

preferences:
260.54 ms | 429 KiB | 327 Q