3v4l.org

run code in 300+ PHP versions simultaneously
<?php $uuid = sprintf('%04x%04x%04x%04x%04x%04x%04x%04x', // 32 bits for "time_low" mt_rand(0, 0xffff), mt_rand(0, 0xffff), // 16 bits for "time_mid" mt_rand(0, 0xffff), // 16 bits for "time_hi_and_version", // four most significant bits holds version number 4 mt_rand(0, 0x0fff) | 0x4000, // 16 bits, 8 bits for "clk_seq_hi_res", // 8 bits for "clk_seq_low", // two most significant bits holds zero and one // for variant DCE1.1 mt_rand(0, 0x3fff) | 0x8000, // 48 bits for "node" mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff) ); $packedUuid = pack('H*', $uuid); $unpackedUuid = unpack('H*', $packedUuid); $unpackedUuid = $unpackedUuid[0]; echo $uuid . PHP_EOL; echo strlen($uuid) . PHP_EOL; echo $packedUuid . PHP_EOL; echo strlen($packedUuid) . PHP_EOL; echo $unpackedUuid . PHP_EOL; echo strlen($unpackedUuid) . PHP_EOL;
Output for 7.4.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e0b695245d7f4b7ba9a5450c664e9bc9 32 ඕ$]K{��E fN�� 16 0
Output for 7.4.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 92133f100532483ea8ee02e88113baed 32 �?2H>����� 16 0
Output for 7.3.13
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 b5c47fe2300f4ae88f1c8ee96fc07c07 32 ���0J���o�| 16 0
Output for 7.3.12
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 beecc19b467549e59849494d11cb9d0d 32 ��FuI�IIM˝ 16 0
Output for 7.3.11
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 193ee49e0e084d3cafd8d851400bb9b8 32 >�M<���Q@ �� 16 0
Output for 7.3.10
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 097b5f9a4ba54b97b8cdd0c5b24a12b2 32 {_�K�K����ŲJ� 16 0
Output for 7.2.19, 7.3.9
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 34f2cab1e4e44e8e87fdb7a80440c712 32 4�ʱ��N�����@� 16 0
Output for 7.1.16, 7.3.8
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 65d05f6b98794c0bbe3e462f6f92960a 32 e�_k�yL �>F/o�� 16 0
Output for 7.3.7
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 41c447b90d7046b38f98375bedee8589 32 A�G� pF���7[� 16 0
Output for 7.3.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ac04b4fcd37248a99c36f6a6d93dd638 32 ����rH��6���=�8 16 0
Output for 7.3.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 67f3796e87184e50a7f6360b3789bd42 32 g�yn�NP��6 7��B 16 0
Output for 7.2.12, 7.2.18, 7.3.4
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 82deaebd6f0b463a90ac7269f1624327 32 �ޮ�o F:��ri�bC' 16 0
Output for 7.3.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0cba59ea85c34786bcdd00f51824b366 32 �Y��G����$�f 16 0
Output for 7.2.24, 7.3.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 7c1d2c01cec545358e14ebe899352212 32 |,��E5���5" 16 0
Output for 7.3.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1e4a0b597a2649bfb60b5e7a65b4a375 32 J Yz&I�� ^ze��u 16 0
Output for 7.3.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 8aaf7c3834c5413c8f6da8412f4b2ac7 32 ��|84�A<�m�A/K*� 16 0
Output for 7.2.26
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 826710bcb4ea49b29b20ba45c92a7f47 32 �g���I�� �E�*G 16 0
Output for 7.2.25
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ddfa63a1058b44d3a568beae316be95f 32 �c��Dӥh��1k�_ 16 0
Output for 7.1.9, 7.1.23, 7.2.23
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 5e4089bf5cf443a39a0a6f46b90200f4 32 ^@��\�C�� oF�� 16 0
Output for 7.2.22
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1bda508f150d49a2b855e8d31b47eab5 32 �P� I��U��G� 16 0
Output for 7.2.17, 7.2.21
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 c471ac9304ae47109281918b6e2624f9 32 �q���G����n&$� 16 0
Output for 7.2.20
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 fa49ffb235d04c38a5ab2f61e3ce4336 32 �I��5�L8��/a��C6 16 0
Output for 7.2.16
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ddb7fee39ea94e398435b0084c879dec 32 ݷ�㞩N9�5�L��� 16 0
Output for 7.2.15
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 718f28c40b4849c0be7bce846600e4b4 32 q�(� HI��{΄f� 16 0
Output for 7.2.4, 7.2.14
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 9129aa238b6e4aabbb5d956d725b20ab 32 �)�#�nJ��]�mr[ � 16 0
Output for 7.2.13
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ffa213648b83447f9864207bc963102f 32 ��d��D�d {�c/ 16 0
Output for 7.2.11
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 438e4ba2b4cc4aa2b0261cbb3dca6746 32 C�K���J��&�=�gF 16 0
Output for 7.2.10
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 92f2df6849784df1a400b7d8e6898442 32 ���hIxM���扄B 16 0
Output for 7.1.25, 7.2.9
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 bd53f22c8c2a49a5b8343efc35d9b687 32 �S�,�*I��4>�5ٶ� 16 0
Output for 7.2.8
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 208339b4a85f4e51a15fca389eccf4cf 32 �9��_NQ�_�8���� 16 0
Output for 7.2.7
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f76474decdde4082a8af6a01b07a1598 32 �dt���@���j�z� 16 0
Output for 7.2.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 96139242163c410199eb25dd18a6a962 32 ��B<A��%���b 16 0
Output for 7.1.4, 7.1.8, 7.2.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 97912d8bb968422ba8237956ada6094e 32 ��-��hB+�#yV�� N 16 0
Output for 7.1.10, 7.2.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 5c9b3a3cc6ae4605bcd2125f8c1e2490 32 \�:<ƮF��_�$� 16 0
Output for 7.2.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e8906a1549934a2bb577e9c126734a19 32 �jI�J+�w�&sJ 16 0
Output for 7.2.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0de6d409cbdf45ee90fa1e72e585558c 32 �� ��E�r�U� 16 0
Output for 7.2.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 b96635097ba34d528f2f6bf02e8aa2c8 32 �f5 {�MR�/k�.��� 16 0
Output for 7.1.33
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 4f5d6156173d4c578b8a833556a28135 32 O]aV=LW���5V��5 16 0
Output for 7.1.32
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a0618ca5e3484b6095557b5e784082b1 32 �a���HK`�U{^x@�� 16 0
Output for 7.1.31
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e590ea2faec9474d8ef8a128a2a95d39 32 ��/��GM���(��]9 16 0
Output for 7.1.28, 7.1.30
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 bc52127fbc6b41d2914bcafa96c9cc70 32 �R�kAґK����p 16 0
Output for 7.1.17, 7.1.29
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f46260a0acb1465eafc5323e7ace8a80 32 �b`���F^��2>zΊ� 16 0
Output for 7.1.27
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 de6a192446b44de79a7106c94018713f 32 �j$F�M�q�@q? 16 0
Output for 7.1.26
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a254a5ae102547b7a67fa68c6d240e02 32 �T��%G����m$ 16 0
Output for 7.1.24
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 bfc368e721ea4c368bc5591ed2e77ceb 32 ��h�!�L6��Y��|� 16 0
Output for 7.1.22
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 180308a4f2d343a3950e14e73f6fac23 32 ���C���?o�# 16 0
Output for 7.1.21
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 3f64969b961145019a1d8614b28a8e91 32 ?d���E������ 16 0
Output for 7.1.20
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 7ff03ae5200b4b8b9dd04884a891f29e 32 �:� K���H���� 16 0
Output for 7.1.19
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 2b3f1faedc9946efbc4bcb0910baf8f1 32 +?�ܙF�K� ��� 16 0
Output for 7.1.18
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e68311c397444153b58741372e860e8d 32 �×DAS��A7.�� 16 0
Output for 7.1.15
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ae60293a81a9476083a1cb5086f72282 32 �`):��G`���P��"� 16 0
Output for 7.1.14
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 703716d9cd3243d2acea7b7e5fcce504 32 p7��2CҬ�{~_�� 16 0
Output for 7.1.13
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 98010171a845488182b4405cee37c7ff 32 �q�EH���@\�7� 16 0
Output for 7.1.12
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 fd600ecda69a4591928fe8ddc74de39d 32 �`ͦ�E������M� 16 0
Output for 7.1.5, 7.1.11
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ee57b8fa6a5948acb5e12e4b41dd0964 32 �W��jYH���.KA� d 16 0
Output for 7.1.7
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 96378cf5769b4ec18cc004e1db4ca3a7 32 �7��v�N�����L�� 16 0
Output for 7.1.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a74802d1c2f342deada0870188b8f60d 32 �H���Bޭ����� 16 0
Output for 7.1.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 cd19334096f4481fb79acf7f5b7980cd 32 �3@��H���[y�� 16 0
Output for 7.1.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 9826943fc1244bb891270e42b73ee07f 32 �&�?�$K��'B�>� 16 0
Output for 7.1.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 3d81def5fddb446b94af9359f03ccab3 32 =����Dk���Y�<ʳ 16 0
Output for 7.1.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 26c3af5c9be844968de7d80ab87fd8c9 32 &ï\��D���� ��� 16 0
Output for 7.0.33
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ebff8316a4c94c77b1e19feafb133e01 32 ���Lw���> 16 0
Output for 5.6.17, 7.0.5, 7.0.32
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e4f03ecebe2f42dea4f9a0d43ba02e77 32 ��>ξ/Bޤ���;�.w 16 0
Output for 7.0.31
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 3bcf8cc24beb4864a2f53c1ccfef9264 32 ;ό�K�Hd��<��d 16 0
Output for 7.0.30
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f82a6cd5c3074537a1b13025ff461678 32 �*l��E7��0%�Fx 16 0
Output for 7.0.29
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 08b88673f4074e4c935f427fae5da9bf 32 ��s�NL�_B�]�� 16 0
Output for 7.0.28
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f1cd2e9a5c8443fdbef28af830fb2040 32 ��.�\�C���0� @ 16 0
Output for 7.0.27
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 68b7e075fb3344278b1424a9f98f5c6f 32 h��u�3D'�$���\o 16 0
Output for 5.6.15, 7.0.26
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 fef7365e3ffb4e9ca3bc76cde3de5a16 32 ��6^?�N���v���Z 16 0
Output for 7.0.25
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 d42322fe0d4a420b8ebc39b058668305 32 �#"� JB ��9�Xf� 16 0
Output for 7.0.24
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 d2a76064e84348068526d6c793968704 32 ҧ`d�CH�&�Ǔ�� 16 0
Output for 5.6.9, 7.0.23
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0621013d835246afbfb80a86ee1e0daf 32 !=�RF��� �� � 16 0
Output for 7.0.8, 7.0.15, 7.0.22
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 94249d1e55964cc79a3300ece32eddd3 32 �$�U�Lǚ3��.�� 16 0
Output for 7.0.21
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a2fa558d6d18434ba5fa3e0904da37ee 32 ��U�mCK��> �7� 16 0
Output for 5.5.7, 7.0.20
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 08587a9c6dcf4237a80bba141b1c7c06 32 Xz�m�B7� �| 16 0
Output for 7.0.19
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e1af8dd3a40e4067a50cff4990795bd4 32 ᯍӤ@g� �I�y[� 16 0
Output for 5.4.39, 5.4.43, 7.0.10, 7.0.18
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1aaca5cbf9024544a1eb4ad056223054 32 ���ED��J�V"0T 16 0
Output for 7.0.17
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 63470dd564b74f13a75ad36000da6e16 32 cG �d�O�Z�`�n 16 0
Output for 5.5.0, 7.0.16
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0bc50e535f6d444a94ef649daf70f73b 32 �S_mDJ��d��p�; 16 0
Output for 7.0.14
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 5c8ddcbf6b9a4f4589b7698d95a8e10d 32 \�ܿk�OE��i���� 16 0
Output for 5.4.2, 7.0.13
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 4a287192d6054ee6b683cca0fe9fa454 32 J(q��N涃̠���T 16 0
Output for 7.0.12
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ea29a54f902e47078150158f8c5039d8 32 �)�O�.G�P��P9� 16 0
Output for 7.0.11
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e4dde12395ae4ef8aee6a39b2ae7797e 32 ���#��N��棛*�y~ 16 0
Output for 7.0.9
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 112a67c96454473483a07bcb9d411525 32 *g�dTG4��{˝A% 16 0
Output for 7.0.7
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 420f611350044de8af064ffdadda3443 32 BaPM�O���4C 16 0
Output for 7.0.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 2302e20f1dc945328f8b2dbea2cdfc34 32 #��E2��-���4 16 0
Output for 7.0.4
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 61fd1ae25f884aa191233b2a9132c357 32 a��_�J��#;*�2�W 16 0
Output for 7.0.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a3615885ac9a4c7b94c2eb01fe6ff5ed 32 �aX���L{����o�� 16 0
Output for 7.0.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 c6fa3064228f4152b3d3b360b4cad6a0 32 �0d"�AR�ӳ`��֠ 16 0
Output for 7.0.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1dc0c5d04a6d47cf9f6e0853af13098c 32 ���JmGϟnS� � 16 0
Output for 7.0.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0dd2a4ccbdc14e0a8cfc3b397520709e 32 Ҥ̽�N ��;9u p� 16 0
Output for 5.6.11, 5.6.40
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 31fcbd623d2d45e88c72d89cd82c4d12 32 1��b=-E�r؜�,M 16 0
Output for 5.6.39
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 63778f5e12be4004b3bd71a29ebd8f66 32 cw�^�@��q����f 16 0
Output for 5.4.45, 5.6.38
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e7462ffbc84047ad825b0ca7f7920981 32 �F/��@G��[ ��� � 16 0
Output for 5.4.35, 5.6.37
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 fb3bc3f913394b359551234b8fd15a41 32 �;�9K5�Q#K��ZA 16 0
Output for 5.5.38, 5.6.36
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 dc90cb1c01ed417089afb031bb6ec750 32 ܐ��Ap���1�n�P 16 0
Output for 5.6.35
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 998b7a2d90fe40ca8ffd9c3804a99d3d 32 ��z-��@ʏ��8��= 16 0
Output for 5.4.6, 5.6.34
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 69ec1e4ddd004a8bb72db1143e388478 32 i�M�J��-�>8�x 16 0
Output for 5.5.3, 5.5.8, 5.6.8, 5.6.12, 5.6.33
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 b08cda78d9f84549b6ff586a8b2752c8 32 ���x�EI��Xj�'R� 16 0
Output for 5.6.32
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 97993565883e4981b1ae085c2d1111e5 32 ��5e�>I���\-� 16 0
Output for 5.5.2, 5.5.19, 5.6.31
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 fe3884fa209f4f83a0388fab9ccfe389 32 �8�� �O��8����� 16 0
Output for 5.6.30
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 2b3bc72975dc4135b60df5c1ec50d005 32 +;�)u�A5� ���P� 16 0
Output for 5.6.29
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0e7c00e12ec74fdca349b56dd6e92c85 32 |�.�OܣI�m��,� 16 0
Output for 5.5.1, 5.6.28
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 dfbb7b3cf93c4dc9a2ad2b04acecddc2 32 ߻{<�<Mɢ�+���� 16 0
Output for 5.5.27 - 5.5.28, 5.6.27
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 144cc88b52d44c8a9bb841ca1126ce71 32 LȋR�L���A�&�q 16 0
Output for 5.6.4, 5.6.25 - 5.6.26
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 4d07d90ec904401cb4edc5a001ee1fd1 32 M��@��Š�� 16 0
Output for 5.6.24
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 9afd98882786451ab31455ecae9078fc 32 ����'�E�U쮐x� 16 0
Output for 5.5.9, 5.6.23
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f3029811feb1485b846cfee96a467999 32 ����H[�l��jFy� 16 0
Output for 5.6.22
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 071fdbc9274046e1b057d23fa59385d9 32 ��'@F�W�?���� 16 0
Output for 5.6.21
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 51d6c488f959499e814892ddac639ddf 32 Q�Ĉ�YI��H�ݬc�� 16 0
Output for 5.5.30, 5.5.37, 5.6.20
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 72060ac37db14876bb669c75d559dd26 32 r �}�Hv�f�u�Y�& 16 0
Output for 5.6.19
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 c9ac8eba7d474b52b112b1b9b328eb60 32 ɬ��}GKR����(�` 16 0
Output for 5.6.18
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1c4dbbbdb0ba4827bf425f96e3550a49 32 M����H'�B_��U I 16 0
Output for 5.4.37, 5.5.32, 5.6.16
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 87c5f91db2a04cd887b62a3f34711021 32 ����L؇�*?4q! 16 0
Output for 5.6.14
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 9e2565b77f7e46d79d2ec79561972543 32 �%e�~Fם.Ǖa�%C 16 0
Output for 5.5.29, 5.6.13
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 bc1e4cd64c6f489b956639d2b1424d21 32 �L�LoH��f9ұBM! 16 0
Output for 5.6.10
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 649e8f30db0d42ccb4177b0e569f8adf 32 d��0� B̴{V��� 16 0
Output for 5.5.14, 5.5.23, 5.6.7
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e6befd8dcaa74175b2de5fbc5920183d 32 ��ʧAu��_�Y = 16 0
Output for 5.6.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 3d5a4542b95f4ea08278b536e82a24f4 32 =ZEB�_N��x�6�*$� 16 0
Output for 5.4.34, 5.6.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f26f50dae22a4acaaded49310cfda903 32 �oP��*Jʭ�I1 �� 16 0
Output for 5.4.7, 5.4.12, 5.4.23, 5.4.26, 5.4.32, 5.6.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ea7b92bfe7be4000be59f802ef3e1d77 32 �{���@�Y��>w 16 0
Output for 5.6.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 d0c3f515cace453b8529772c77de78de 32 ����E;�)w,w�x� 16 0
Output for 5.5.5, 5.5.21, 5.6.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 c2379e08e2cd4f7f82cf52549384fad4 32 �7���O��RT���� 16 0
Output for 5.6.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 2f0eb9d74a2b4c568c9ecd43e4ba97e8 32 /��J+LV���C亗� 16 0
Output for 5.5.36
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 94e704670db84a64b2d719dd77309497 32 ��g �Jd���w0�� 16 0
Output for 5.5.35
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 8fda8b3dead14440a3c3fe6877bc6d85 32 �ڋ=��D@��hw�m� 16 0
Output for 5.5.34
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 78e3efa7257046869a59907403452d7d 32 x��%pF��Y�tE-} 16 0
Output for 5.5.33
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 017a9659809e4b3aae7c9d4144491801 32 z�Y��K:�|�ADI 16 0
Output for 5.5.18, 5.5.31
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ece1c659d84845f28fdb2e7ac67878b1 32 ���Y�HE��.z�xx� 16 0
Output for 5.5.26
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 91a2b8d721204e299400eaaddeefbb50 32 ����! N)����P 16 0
Output for 5.5.25
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 589d8ba206a94752be6a0ec263ae074f 32 X����GR�j�c�O 16 0
Output for 5.4.40, 5.5.24
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 be6a8ea981f7481faa268ae365b16c26 32 �j����H�&��e�l& 16 0
Output for 5.5.22
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e323e6f208924c4fa629864cd69cc40a 32 �#���LO�)�L֜� 16 0
Output for 5.5.20
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 b60a089e5733468d954e9f52cba4ea2c 32 � �W3F��N�Rˤ�, 16 0
Output for 5.5.17
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a21a26e93cf2461d8a28d19b129325cf 32 �&�<�F�(ћ�%� 16 0
Output for 5.5.16
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 4c12f97ff27a4e05a2e2311a086f5586 32 L��zN��1oU� 16 0
Output for 5.5.15
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 7aa3fe3b19574e7eb3825899ecd15a76 32 z��;WN~��X���Zv 16 0
Output for 5.5.13
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 53cc6fcf5a3e44e39c0e84ee97452476 32 S�o�Z>D���E$v 16 0
Output for 5.4.11, 5.5.12
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 93f812e283154958bd46936f5b6217cb 32 ���IX�F�o[b� 16 0
Output for 5.5.11
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 741a5f5398cb434d9be093059e883bf1 32 t_S��CM����;� 16 0
Output for 5.5.10
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0b7f41dca6ec4ed6aa78130356cac90f 32 Aܦ�N֪xV�� 16 0
Output for 5.5.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1db4d5fd5aca4060b33d748f8ff791d0 32 ��Z�@`�=t����� 16 0
Output for 5.5.4
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 663febe93aed4e7e9e8d709b1b128d76 32 f?��:�N~��p��v 16 0
Output for 5.4.44
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 88703596411e49a49ef5f0933b86b03d 32 �p5�AI����;��= 16 0
Output for 5.4.42
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e606766252924012b64e80e883a8dc27 32 �vbR�@�N�胨�' 16 0
Output for 5.4.41
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 5774759e9d8d42a88cefc060f614abd0 32 Wtu���B���`��� 16 0
Output for 5.4.38
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 7659b2b264cb42858e484ce38ae784d3 32 vY��d�B��HL��� 16 0
Output for 5.4.36
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 8bbd67fe8d5f41d09e7f93b651a38f36 32 ��g��_A��Q��6 16 0
Output for 5.4.33
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 db59930d2b0141ed8042ee62ca56534d 32 �Y� +A�B�b�VSM 16 0
Output for 5.4.31
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 5678d95be56b4710927d39d27ee5baff 32 Vx�[�kG�}9�~� 16 0
Output for 5.4.30
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 31442233b1e44322b95f26c0658bb9b0 32 1D"3��C"�_&�e��� 16 0
Output for 5.4.29
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ef844849d17b4f7598610e254e0aac2c 32 �HI�{Ou�a%N �, 16 0
Output for 5.4.28
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f2d3538774fa4586855c9a82407bf185 32 ��S�t�E��\��@{� 16 0
Output for 5.4.27
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 4d98639844a3413ba8dfece72dcbae04 32 M�c�D�A;����-ˮ 16 0
Output for 5.4.25
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 b9c857390b00480ebba806bd84cf2b23 32 ��W9 H�����+# 16 0
Output for 5.4.24
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ce6b55d4498f447ebc88707347f94f8b 32 �kU�I�D~��psG�O� 16 0
Output for 5.4.22
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a0965d47ce3942df89de954aa9735167 32 ��]G�9B߉ޕJ�sQg 16 0
Output for 5.4.21
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e09f64948535424d9ccbd88df670c65b 32 �d��5BM��؍�p�[ 16 0
Output for 5.4.20
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1fef40d6a35b4f319822a1b49e06b251 32 �@֣[O1�"����Q 16 0
Output for 5.4.19
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 322b374207b5425db056c5ec136c3a4a 32 2+7B�B]�V��l:J 16 0
Output for 5.4.18
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 3e90d0f8721b4d82ace801c34ef56a94 32 >��rM����N�j� 16 0
Output for 5.4.17
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 981bdb5a16394c4682ccba23404882a5 32 ��Z9LF�̺#@H�� 16 0
Output for 5.4.16
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 6fe8cba5e424402fb07e108c319bc5dc 32 o�˥�$@/�~�1��� 16 0
Output for 5.4.15
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 d9bb1fd7113a493b8cbb5635b1b101c3 32 ٻ�:I;��V5��� 16 0
Output for 5.4.14
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 b42687522b4d4d55a702f6ed18e0fb58 32 �&�R+MMU����X 16 0
Output for 5.4.13
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 2779540ac164411587fd2886843ba1f2 32 'yT �dA��(��;�� 16 0
Output for 5.4.10
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 8c8c362e42b2449d9090b8e7a502bca1 32 ��6.B�D������� 16 0
Output for 5.4.9
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 fb2889b6b41644fb82c8f2b06bf9e8b4 32 �(���D����k�� 16 0
Output for 5.4.8
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 88346e268f294b069ac4fd8835688b1c 32 �4n&�)K���5h� 16 0
Output for 5.4.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 b339944b820e475b9cbd7c78de9423f3 32 �9�K�G[��|xޔ#� 16 0
Output for 5.4.4
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 18fb4f8550654cdf91ae0f5ecd73253f 32 �O�PeLߑ�^�s%? 16 0
Output for 5.4.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 946c16814dbe487fa0c6b2bab30d67e8 32 �l�M�H�Ʋ�� g� 16 0
Output for 5.4.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 81c8809679cf4785a77b7950fcd67919 32 �Ȁ�y�G��{yP��y 16 0
Output for 5.4.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 83985ccad3e348069685ada7231e08b7 32 ��\���H����#� 16 0
Output for 5.3.29
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 55dc0b1646cc407aa6f0a7091e715352 32 U� F�@z�� qSR 16 0
Output for 5.3.2, 5.3.4, 5.3.10, 5.3.25 - 5.3.26, 5.3.28
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 754a4a26955f489b9c4c15fa26b83812 32 uJJ&�_H��L�&�8 16 0
Output for 5.3.3, 5.3.5 - 5.3.9, 5.3.11 - 5.3.17, 5.3.19 - 5.3.24, 5.3.27
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 26fcabc988ac458f844ed40789953aca 32 &��Ɉ�E��N���:� 16 0
Output for 5.3.18
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 c2601b635f6741659a9d973ef19ba81e 32 �`c_gAe���>� 16 0
Output for 5.3.0 - 5.3.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 610557fed9ff49db86579f107d17315a 32 aW��IۆW�}1Z 16 0
Output for 5.2.17
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 2f9e078023fb4ff7b1ee4a59626717e4 32 /��#�O���JYbg� 16 0
Output for 5.2.16
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1e0fcb6ddf3548eab1fe708f65364179 32 �m�5H�p�e6Ay 16 0
Output for 5.2.15
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 7e11c974805b4338a109e463e8b79284 32 ~�t�[C8� �c跒� 16 0
Output for 5.2.14
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f627c439770041dea6254edc6297cf5a 32 �'�9wAަ%N�b��Z 16 0
Output for 5.2.13
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 db4111350e2b41f4bc7ab9a9b59fd31e 32 �A5+A�z����� 16 0
Output for 5.2.12
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 1b66d5ccb8fc407ab3defb55ee38c0ff 32 f�̸�@z��U�8�� 16 0
Output for 5.2.11
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 fcf9f25df4d94514be186f27d7eb7092 32 ���]��E�o'��p� 16 0
Output for 5.2.10
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 dcfd54bd9f894e0a853239029dfe43cb 32 �T���N �29��C� 16 0
Output for 5.2.9
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 37e390d942f140d58d7a7c0e07065637 32 7��B�@Սz|V7 16 0
Output for 5.2.8
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 34c52e952f3a4ce89ee36c40e826f52c 32 4�.�/:L��l@�&�, 16 0
Output for 5.2.7
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 3e5cd64a0d264e9893ae30e5a9c7e656 32 >\�J &N���0���V 16 0
Output for 5.2.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e563d199eb0649cf9d21a9c13d59b7b2 32 �cљ�Iϝ!��=Y�� 16 0
Output for 5.2.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 493897ffb1dd4db88cd5e5b2609d111f 32 I8����M����`� 16 0
Output for 5.2.4
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 e34673aad1eb40dfbbd664812f13e1d9 32 �Fs���@߻�d�/�� 16 0
Output for 5.2.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0fb2fb942ebb4843b1372d08c6b54e86 32 ���.�HC�7-ƵN� 16 0
Output for 5.2.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f77315c7033148c5ad8ba894f81bb74c 32 �s�1Hŭ�����L 16 0
Output for 5.2.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 637b6ae16e98415497fb51870e3ef84e 32 c{j�n�AT��Q�>�N 16 0
Output for 5.2.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 291769a1072743558a51d85f0b9b0cb3 32 )i�'CU�Q�_ � � 16 0
Output for 5.1.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 c521105e803142e2b42aae4625914250 32 �!^�1B�*�F%�BP 16 0
Output for 5.1.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 de182b044f4a4c66887c73abfd88880a 32 �+OJLf�|s���� 16 0
Output for 5.1.4
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a929c15cb01447bfab43ab852b27c7fe 32 �)�\�G��C��+'� 16 0
Output for 5.1.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 bb971c89ca3c40beafccb1fb7d95e7b2 32 ����<@��̱�}�� 16 0
Output for 5.1.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 6731a7cd0ceb444e931a788d7e49ec21 32 g1�� �DN�x�~I�! 16 0
Output for 5.1.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 962aec1151824ce49953842bb3910ed5 32 �*�Q�L�S�+��� 16 0
Output for 5.1.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 936d5209b473418fbf390bac60749065 32 �mR �sA��9 �`t�e 16 0
Output for 5.0.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 39cb59b4255242bd86252f2a0a49cc03 32 9�Y�%RB��%/* I� 16 0
Output for 5.0.4
Warning: unpack(): Type H: outside of string in /in/1b5P5 on line 21 Notice: Undefined offset: 0 in /in/1b5P5 on line 22 4ad542fe69714078a068b0e9a62677f5 32 J�B�iq@x�h��&w� 16 0
Output for 5.0.3
Warning: unpack(): Type H: outside of string in /in/1b5P5 on line 21 Notice: Undefined offset: 0 in /in/1b5P5 on line 22 45cc3d286d77483cad7b2082d0fd5f5f 32 E�=(mwH<�{ ��__ 16 0
Output for 5.0.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 b62061b64a0341c796d1e22b5e85a74b 32 � a�JAǖ��+^��K 16 0
Output for 5.0.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 110f31bb3dde42a9b41427b4253dc487PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 1�=�B��'�%=ćPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 5.0.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 dbb9130a2fe848abbaba71cdbd6cc79cPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 ۹ /�H���qͽlǜPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.4.9
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 86c391102dc940d882456e5ffc12ffa3 32 �Ñ-�@؂En_��� 16 0
Output for 4.4.8
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 c9a968c12b734990a86499a6795d7804 32 ɩh�+sI��d��y]x 16 0
Output for 4.4.7
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 ff2ce0da458540cabc7491b3fa4dc743 32 �,��E�@ʼt���M�C 16 0
Output for 4.4.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 8f827a75b9e64f2295c2c71a727cdac3 32 ��zu��O"���r|�� 16 0
Output for 4.4.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 f339fe9b4e7847e79f539d03683a8745 32 �9��NxG�S�h:�E 16 0
Output for 4.4.4
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 74b6887de0a24aa78d7a88405c8b6b78 32 t��}�J��z�@\�kx 16 0
Output for 4.4.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 a700d6d6fe544bc5b1282327c7bad6f4 32 ���TKű(#'Ǻ�� 16 0
Output for 4.4.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 5bd22b7d062c44998dbb9875309b6910 32 [�+},D����u0�i 16 0
Output for 4.4.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 6b65bfc379964654ac10b9d2f6dcecb1 32 ke��y�FT����� 16 0
Output for 4.4.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 c2b2f17b25f3414abae47f7224b063dc 32 ²�{%�AJ��r$�c� 16 0
Output for 4.3.11
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 0fde485045894a739d65ab4d59d612fa 32 �HPE�Js�e�MY�� 16 0
Output for 4.3.10
Warning: unpack(): Type H: outside of string in /in/1b5P5 on line 21 Notice: Undefined offset: 0 in /in/1b5P5 on line 22 9ffeea31e097451ab32331a8aedcbe93 32 ���1�E�#1��ܾ� 16 0
Output for 4.3.9
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 174f13766c1e400d908bb385f6af750aPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 Ovl@ ������u PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.8
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 aa2e8834367c4f55b5ad68802edaf460PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 �.�46|OU��h�.��`PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.7
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 a202e07617c24d089608d5d052f2d238PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 ��v�M���R��8PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.6
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 6ad5ad5a017d454f8a7892d47e2bb158PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 jխZ}EO�x��~+�XPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.5
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 e7614acd7c7640b996682fb51a17297fPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 �aJ�|v@��h/�)PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.4
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 bbcd53b1f0cd4f9992712ac62a3b5c15PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 ��S���O��q*�*;\PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.3
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 bb00ca1e8ad84076b81d86e0ed836ee8PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 ����@v����n�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.2
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 d13ef57330e94d88acf84f44c1f06b90PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 �>�s0�M���OD��k�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.1
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 756f551b04234ac5827ed6c6aeea60e1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 uoU#Jł~�Ʈ�`�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL
Output for 4.3.0
Notice: Undefined offset: 0 in /in/1b5P5 on line 22 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 24 769e84011c8c472c9373926f076189eaPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 25 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 26 v���G,�s�oa��PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 27 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 28 PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/1b5P5 on line 29 0PHP_EOL

preferences:
211.6 ms | 402 KiB | 325 Q