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)[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/Y5BA7 on line 21 e33283312b1749e4bd5958bfd2d96b5f 32 �2�1+I�YX���k_ 16 0
Output for 7.4.0
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3f3b3e28389b4b9294d5c30c878e9647 32 ?;>(8�K���� ���G 16 0
Output for 7.3.13
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 a7d90019bad14a75a300b6f13e6a73b3 32 ����Ju���>js� 16 0
Output for 7.1.2, 7.3.12
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 0afbe290e6864ff4b5fb4d06570c4599 32 ���O�MW E� 16 0
Output for 7.3.11
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 ec6ae90bb68e43ecad2d7ab5a15e4fb7 32 �j� ��C�-z��^O� 16 0
Output for 7.3.10
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 4e1de5412cd643ad93e05bf678a3193d 32 N�A,�C���[�x�= 16 0
Output for 7.3.9
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 9da4617344b546ac8371485b2c769364 32 ��asD�F��qH[,v�d 16 0
Output for 7.3.8
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 dbca5f150ec7433dafa66a31a420662a 32 ��_�C=��j1� f* 16 0
Output for 7.3.7
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 364f67acb131405ba89ee1c12256f53c 32 6Og��1@[���"V�< 16 0
Output for 7.1.22, 7.3.6
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 1eb9f0562e3748199e1fac2706e9ea42 32 ��V.7H��'��B 16 0
Output for 7.3.5
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 725be01019c84ab98c7aa08c95f086cc 32 r[��J��z����� 16 0
Output for 7.3.4
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 13c5f237d7ff48089ceb04d7d5295874 32 ��7�H����)Xt 16 0
Output for 7.3.2 - 7.3.3
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 db06d52f0430452792c32a17d357c4fe 32 ��/0E'��*�W� 16 0
Output for 7.3.1
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 bb34fb51fd394aaeac0ffbb2b896ec3e 32 �4�Q�9J�������> 16 0
Output for 7.3.0
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 9b36e5c14d1f4fbc946348687b437c50 32 �6�MO��cHh{C|P 16 0
Output for 7.2.26
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 d3787239d0e747a0ba6313e27429f5f6 32 �xr9��G��c�t)�� 16 0
Output for 7.2.25
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 4885db3bf28c4f0da56164c07ac342be 32 H��;�O �ad�z�B� 16 0
Output for 7.2.24
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 a0e00a091fa040fa85189aabe2dd6395 32 �� �@������c� 16 0
Output for 7.2.23
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 8dfdf34a323b49ecb5f3f593581a219b 32 ���J2;I��X!� 16 0
Output for 7.2.22
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 4018a533214949029fe2d9a5ec171e47 32 @�3!II��٥�G 16 0
Output for 7.2.21
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6468c07e1f5e4bc2bea0b01ccd342f16 32 dh�~^K¾���4/ 16 0
Output for 7.2.20
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 281153af444542298b2d9020b4d7ccb7 32 (S�DEB)�-� ��̷ 16 0
Output for 7.2.19
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 65b6adb3ccc14fff95382e8cc0f3c7fc 32 e����O��8.���� 16 0
Output for 7.2.18
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6caaad30d83f4f8f8820533802f9c958 32 l��0�?O�� S8��X 16 0
Output for 7.2.17
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2b43f86254c04fb49c2ef9fbb6cf7e78 32 +C�bT�O��.����~x 16 0
Output for 7.2.16
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 a5af1d208e9d4544b1bbd133bb0ca801 32 �� ��ED���3� � 16 0
Output for 7.2.2, 7.2.15
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 7d21f9fc087c4130be87035c71a4ecbb 32 }!��|A0��\q�� 16 0
Output for 7.2.14
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 04c25816dc7247d6af473862858b8e3e 32 �X�rG֯G8b���> 16 0
Output for 7.1.10, 7.2.13
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 7e6a1f25b71548fcbf43e3d8bad9ae93 32 ~j%�H��C�غٮ� 16 0
Output for 7.2.0, 7.2.4, 7.2.12
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 e6d407bd56fe49029b4fbf953cf909d9 32 ���V�I�O��<� � 16 0
Output for 7.2.11
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 1668326aa7b8438884c1e077d6afe5cc 32 h2j��C����w֯�� 16 0
Output for 7.1.33, 7.2.10
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 9ef6b14233904e7ca39ebd5396a13b8d 32 ���B3�N|���S��;� 16 0
Output for 7.2.9
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 de12c35834c446d49537b0ccc8cfed75 32 ��X4�Fԕ7�����u 16 0
Output for 7.2.8
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 84714d59e757444c8d48a252ca88cbb7 32 �qMY�WDL�H�Rʈ˷ 16 0
Output for 7.2.7
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 1a733a34606b43ce8616c6c6857848a5 32 s:4`kCΆ�ƅxH� 16 0
Output for 7.2.6
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 f09d3dad046344848c1846a3b91637ed 32 �=�cD��F��7� 16 0
Output for 7.2.5
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6c8bd0f37d6744d1a8e622827540d670 32 l���}gDѨ�"�u@�p 16 0
Output for 7.2.3
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 bd587f5a55c94135866b53d500f42397 32 �XZU�A5�kS��#� 16 0
Output for 7.2.1
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 f1da77c498bf48eb841b0d2fb18af678 32 ��w�H� /���x 16 0
Output for 7.1.32
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 4fdc456a0d7344b8a5fcce515a5d900e 32 O�Ej sD����QZ]� 16 0
Output for 7.1.31
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 bca52fd016f6473fa64b16d2b19bd2dd 32 ��/��G?�Kұ��� 16 0
Output for 7.1.30
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c9bd0e3628cf48fbab8b0832e06d8725 32 ɽ6(�H���2�m�% 16 0
Output for 7.1.29
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 a0018b8376ce49db86c6ed83aa50a9e0 32 ���v�Iۆ�탪P�� 16 0
Output for 7.1.17, 7.1.28
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 69b82953e8444b4288dc1cd6ec9ba334 32 i�)S�DKB���웣4 16 0
Output for 7.1.27
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 9b67921ca2a24ad6ac18d8a7dd3451cd 32 �g���J֬ا�4Q� 16 0
Output for 7.1.26
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c2dd4ba2d0b34a7985ce742324c7bdd8 32 ��K�гJy��t#$ǽ� 16 0
Output for 7.1.25
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 fee21ee401294ec9b87522359b980b92 32 ���)Nɸu"5�� � 16 0
Output for 7.1.24
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 052040ccbd6f48b2ae22277136883148 32  @̽oH��"'q6�1H 16 0
Output for 7.1.23
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3ca40ff3c1ca4cab8d3ce91ebd79c264 32 <���L��<��y�d 16 0
Output for 7.1.0, 7.1.21
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6a076639311a4dc297bc3d629bdeed5c 32 jf91M—�=b���\ 16 0
Output for 7.1.20
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 699c22d9aed8426db9ec41f8dd89e281 32 i�"ٮ�Bm��A�݉� 16 0
Output for 7.1.19
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2a09ad0bb7754e9daafe8ab9e6c35a11 32 * � �uN�������Z 16 0
Output for 7.1.18
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 eb6b5f4f7bab440f9a3c9595d5b3ae1e 32 �k_O{�D�<��ճ� 16 0
Output for 7.1.16
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 ba4e3778685044e0adcf064df71d1087 32 �N7xhPD��M�� 16 0
Output for 7.1.15
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c0433ee5c9754b9a80d78e9be7d3542c 32 �C>��uK��׎���T, 16 0
Output for 7.1.14
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 95f9d9611a24487c91032545475eede0 32 ���a$H|�%EG^�� 16 0
Output for 7.1.13
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 ed1a3ccdb391465c9a4d4dc93bbc90a3 32 �<ͳ�F\�MM�;��� 16 0
Output for 7.1.12
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 b0c5c9c070e546118d99f9e046ba0715 32 ���p�F����F� 16 0
Output for 7.1.6, 7.1.11
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 ccf1b6c381b341ffba89249c111170a9 32 ��Á�A���$�p� 16 0
Output for 7.1.9
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 30d7a9a0f94549819e01380568812775 32 0ש��EI��8h�'u 16 0
Output for 7.1.8
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 5d91f728cb7349b081f900f278472e44 32 ]��(�sI����xG.D 16 0
Output for 7.1.7
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 50fc39cc9d9c4609a2840d6dbcaf9ae6 32 P�9̝�F �� m���� 16 0
Output for 7.1.5
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 1c221ec23d6f4a77b8e93ada4b78c8d7 32 "�=oJw��:�Kx�� 16 0
Output for 7.1.4
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 220bd36f32374e74a28836854c3985fb 32 " �o27Nt��6�L9�� 16 0
Output for 7.1.3
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 ed1ded383d5643f5847f47351c4f93a1 32 ��8=VC��G5O�� 16 0
Output for 7.1.1
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 4e2a6321549d4baeac2fbe60066abed6 32 N*c!T�K��/�`j�� 16 0
Output for 7.0.33
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 1a847e4025454ffb9d9a13a2686af509 32 �~@%EO����hj� 16 0
Output for 7.0.27, 7.0.32
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 de807558848f4e3c8c2423efc1601d75 32 ހuX��N<�$#�`u 16 0
Output for 5.4.13, 7.0.31
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 75e26f92f57644b2a0433325c9b56c85 32 u�o��vD��C3%ɵl� 16 0
Output for 7.0.30
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 858a932804134d098ec18bfb455a36be 32 ���(M ����EZ6� 16 0
Output for 7.0.29
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 8200e6ccae764efda0227e83f946e1cc 32 ��̮vN��"~��F�� 16 0
Output for 5.4.9, 5.4.35, 5.5.33, 7.0.28
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 e4420e48ba6d44c39bddc7d2291c6cdd 32 �BH�mD���)l� 16 0
Output for 7.0.26
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 59b96d31d5e04d87b027ad9c427fe996 32 Y�m1��M��'��B� 16 0
Output for 7.0.25
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 b1fe1f33a943478bb82f39e74c8939d9 32 ��3�CG��/9�L�9� 16 0
Output for 5.4.30, 7.0.24
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 0d6e45a11fb74583be14d913831c1fc2 32 nE��E����� 16 0
Output for 7.0.23
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 204179b04a7d42efbed42725dd7b7148 32 Ay�J}B��'%�{qH 16 0
Output for 7.0.22
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6a7caecd0b274af08688a5dd61be37fe 32 j|�� 'J��a�7� 16 0
Output for 7.0.21
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 7c108b42156545a6a78a5e1164f1af00 32 |�BeE���^d� 16 0
Output for 7.0.20
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6c0d3bff70704ba4b3d178ced3f88864 32 l ;�ppK���x���d 16 0
Output for 7.0.19
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 27b732c2d15a43549f267e417c58b229 32 '�2��ZCT�&~A|X�) 16 0
Output for 7.0.18
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c4de0ded5a0b4f0983e5cceb5a07d4f1 32 �� �Z O ����Z�� 16 0
Output for 7.0.17
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 a2de48eda27241209962317468e894e8 32 ��H�rA �b1th�� 16 0
Output for 5.4.11, 5.4.37, 7.0.5 - 7.0.6, 7.0.16
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 482d208123ad46de9d67d796b1ecfa9d 32 H- �#�Fޝgז�� 16 0
Output for 7.0.15
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 5000f88bd92449cfbbfbc7e166b544e4 32 P���$Iϻ���f�D� 16 0
Output for 5.4.1, 5.5.14, 5.5.18, 5.6.5, 5.6.25, 5.6.36, 7.0.14
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 468b81c1ae7b4633bc5acb717ccf51f0 32 F����{F3�Z�q|�Q� 16 0
Output for 7.0.13
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3f5d46b40ac5498d94917b1b10c94e70 32 ?]F� �I���{�Np 16 0
Output for 7.0.12
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3a13d284272d452ca2499a88557ef4eb 32 :҄'-E,�I��U~�� 16 0
Output for 7.0.11
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 80548cfe8dd24e7c85c54acc10059f45 32 �T����N|��J��E 16 0
Output for 5.6.19, 7.0.10
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 0064eeaf4f5f4fe694746f36c15cfa3d 32 d�O_O�to6�\�= 16 0
Output for 7.0.9
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 869618f8a7514fe8992c0a50cefdd3a9 32 ����QO�, P�ө 16 0
Output for 5.4.32, 7.0.8
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 8b52203f6b214ba4afeb1e68322680fe 32 �R ?k!K���h2&�� 16 0
Output for 7.0.7
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 205a9f376b514e9a8ff31c353167ff81 32 Z�7kQN���51g�� 16 0
Output for 7.0.4
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 23c654ac43cd40aba48b8bac67ed2c3e 32 #�T�C�@�����g�,> 16 0
Output for 7.0.3
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 7e84dea5e20646caba80943fc8223665 32 ~�ޥ�Fʺ��?�"6e 16 0
Output for 7.0.2
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c96bc156be964eba8e42ca6548a10458 32 �k�V��N��B�eH�X 16 0
Output for 5.4.12, 5.5.36, 7.0.1
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 febddce30cd143a389f2347b36922ce7 32 ���� �C���4{6�,� 16 0
Output for 7.0.0
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c84a8c47b09049c99dc0b131fc554dd4 32 �J�G��Iɝ��1�UM� 16 0
Output for 5.6.40
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 d81d08d828bb43ff92da6c8f057d1522 32 ��(�C���l�}" 16 0
Output for 5.4.7, 5.6.39
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c7684cc1bf3143618b3eb1e5ad5a1dc5 32 �hL��1Ca�>��Z� 16 0
Output for 5.4.14, 5.6.9, 5.6.38
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 71c0041fe46148d2ba37998ddc7ecd40 32 q��aHҺ7���~�@ 16 0
Output for 5.6.33, 5.6.35, 5.6.37
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 abb4cd497dd54797a683af686ad9cd79 32 ���I}�G����hj��y 16 0
Output for 5.5.8, 5.6.34
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 a3cfd3e0ac204314955ac701dda29b8e 32 ���� C�Z�ݢ�� 16 0
Output for 5.5.9, 5.6.32
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 f3d3c3f8ffdb4953a74c3cd4f2f54162 32 �����IS�L<��Ab 16 0
Output for 5.4.36, 5.5.16, 5.5.22, 5.6.31
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 809f269dc2974c9fa9e6b3e73eb0ee8b 32 ��&�—L����>�� 16 0
Output for 5.6.30
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 5caff9a4cf9a4199811f9e9ebbeb36e7 32 \���ϚA������6� 16 0
Output for 5.5.13, 5.6.29
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 f6311a900d8d4ebf91fea487048bb07a 32 �1� �N�������z 16 0
Output for 5.6.28
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 f38f78519768452c93c1c48d72109db1 32 �xQ�hE,��čr�� 16 0
Output for 5.6.26 - 5.6.27
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 a8c4c141409348e0abfa4c6a1978ef40 32 ��A@�H�Ljx�@ 16 0
Output for 5.6.24
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 8bfa1bd911604a17acf9bdd093e7847e 32 ���`J����~ 16 0
Output for 5.6.23
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 445d532e4f50481ca5e9551b2a7aeabf 32 D]S.OPH��U*z� 16 0
Output for 5.6.22
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 8284f186b22443a29b4b02cc8f6664b8 32 ���$C��K̏fd� 16 0
Output for 5.6.21
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 85ae23c55db74171a154dc56bf16f2df 32 ��#�]�Aq�T�V��� 16 0
Output for 5.6.4, 5.6.20
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 b1f22025b4e1487f8319ad457fadae91 32 �� %��H��E��� 16 0
Output for 5.6.18
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 03d79ac4a55f49468daf06a8d28cf17a 32 ךĥ_IF���Ҍ�z 16 0
Output for 5.6.17
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 994b472725c84d69a9ade79fca76e9cc 32 �KG'%�Mi����v�� 16 0
Output for 5.6.16
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 b8d1b6d1604747e4bb4fbbe1ddaa02a3 32 �Ѷ�`GG�O��ݪ� 16 0
Output for 5.4.8, 5.4.40, 5.4.45, 5.6.15
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 e7f72f1712e747fda216933259ac3efb 32 �/�G���2Y�>� 16 0
Output for 5.6.14
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 00c0177587484e42bea7a358544f9ead 32 �u�HNB���XTO�� 16 0
Output for 5.6.13
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 1623d6a3edc344c0bc94d3affee498ab 32 #֣��D���ӯ�䘫 16 0
Output for 5.6.12
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c47cd7f4a0fd41258867eb53b616f79e 32 �|��A%�g�S��� 16 0
Output for 5.6.11
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 5142a051cd6b48d5b3065d85fa4edea6 32 QB�Q�kHճ]��Nަ 16 0
Output for 5.6.10
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 957b3d4adf284d3e92671a56e415eb03 32 �{=J�(M>�gV�� 16 0
Output for 5.6.8
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 f839a129ab7447b3afbe684943b470ff 32 �9�)�tG���hIC�p� 16 0
Output for 5.4.38, 5.5.27, 5.6.7
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 aab8370231bf431abe52c5dfda7df9d3 32 ��71�C�R���}�� 16 0
Output for 5.5.20, 5.6.6
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 9423f044843f45fbad29a5f0c34f55c0 32 �#�D�?E��)���OU� 16 0
Output for 5.6.3
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 e88028f3c02741b8b38ebd7e8c953606 32 �(�'A����~��6 16 0
Output for 5.6.2
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 b73d8dea20a847779b422646a5245c1b 32 �=�� �Gw�B&F�$\ 16 0
Output for 5.6.1
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 65afb4c594ee47adb998926e99043dc2 32 e��Ŕ�G����n�=� 16 0
Output for 5.6.0
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 dc9706e7cd774382b6407ffb28c60bae 32 ܗ��wC��@�(� � 16 0
Output for 5.5.23, 5.5.38
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 ce5e085fc6fe4f3e9e838e5887a1c282 32 �^_�O>���X��‚ 16 0
Output for 5.5.37
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 355fdacde1874f208ef5249dff77155c 32 5_���O ��$��w\ 16 0
Output for 5.5.35
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 08e5610f8ed54f5aacdc9b6e86fe8ca9 32 �a��OZ�ܛn���� 16 0
Output for 5.5.34
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c6f8ffd61ab34cd59023779474997adc 32 ����LՐ#w�t�z� 16 0
Output for 5.5.32
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 ea3e2977e859427f856364161c344a26 32 �>)w�YB�cd4J& 16 0
Output for 5.5.31
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 fc909aab04ec4ed0b579b86e634733d5 32 �����Nеy�ncG3� 16 0
Output for 5.4.41, 5.5.0, 5.5.30
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 019138409f32453dae616b73b2fc489b 32 �8@�2E=�aks��H� 16 0
Output for 5.4.17, 5.5.29
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3bc3e778cf9e494ba930b65a60fe81b2 32 ;��xϞIK�0�Z`��� 16 0
Output for 5.5.26, 5.5.28
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c4bf32b8e5d84d49a1cd6cd9b1c57b95 32 Ŀ2���MI��lٱ�{� 16 0
Output for 5.5.25
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 24465d36898942f38f51c36f8389ef5f 32 $F]6��B�Q�o���_ 16 0
Output for 5.5.24
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 f27f2377442641b6b87f7b1fede7422c 32 �#wD&A��{��B, 16 0
Output for 5.5.21
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 5400d2076e934cf796cc92bf34e784e8 32 T�n�L��̒�4�� 16 0
Output for 5.5.19
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 8ff80f1e6daa48b7843d19a6ac90db32 32 ��m�H��=����2 16 0
Output for 5.5.17
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2557e7e96e014233826c114a6d8bfb31 32 %W��nB3�lJm��1 16 0
Output for 5.5.15
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 45c9b01d9398484c885dca410c8822fb 32 Eɰ��HL�]�A �"� 16 0
Output for 5.4.39, 5.5.12
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 137d5f3c49e4416f810763a9c4426ce0 32 }_<I�Ao�c��Bl� 16 0
Output for 5.5.11
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2b085179aa9d4a82920c090251e7d54d 32 +Qy��J�� Q��M 16 0
Output for 5.5.10
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 be6fba1b3fa347debdba9d120df1103f 32 �o�?�G޽�� �? 16 0
Output for 5.5.7
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3aa7cb05cdb841ae97d3ff6c3c0b3750 32 :��͸A���l< 7P 16 0
Output for 5.5.6
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3663e1d032e84dbb9e249fdafc33f4ef 32 6c��2�M��$��3�� 16 0
Output for 5.5.5
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 b23083c96ccd4e2cad99f259ce5a5d1a 32 �0��l�N,���Y�Z] 16 0
Output for 5.5.4
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 7b9857865af241daa5efaa64d0d51f5e 32 {�W�Z�Aڥ�d��^ 16 0
Output for 5.5.3
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2714e3e3f25846e69ad7da603caa226b 32 '���XF���`<�"k 16 0
Output for 5.4.33, 5.5.2
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 e241df0bb0d6403c8bd523ad4ebb4113 32 �A� ��@<��#�N�A 16 0
Output for 5.5.1
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2738e1f2bf3d4099822e3f53b3406d2e 32 '8��=@��.?S�@m. 16 0
Output for 5.4.44
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3e0a3a7b6bc4403b96401841b47ac825 32 > :{k�@;�@A�z�% 16 0
Output for 5.4.43
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2845f92dff09424aa06f71944138fa49 32 (E�-� BJ�oq�A8�I 16 0
Output for 5.4.10, 5.4.42
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 7385fe4bf7e94e39b1ba0cb66ba8cb64 32 s��K��N9�� �k��d 16 0
Output for 5.4.34
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 4d3686f4cb414edc91212009a658497c 32 M6���ANܑ! �XI| 16 0
Output for 5.4.31
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 3ec6d25f321a49d3a1951834aefaa542 32 >��_2Iӡ�4���B 16 0
Output for 5.4.29
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 e7eb5c1911654905a87499f1788f905f 32 ��\eI�t��x��_ 16 0
Output for 5.4.28
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6f915eee27db4c7e8e8240fc8f23310a 32 o�^�'�L~��@��#1 16 0
Output for 5.4.27
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 9dda6c126e6a4cb3be5680178d3f3d41 32 ��lnjL��V��?=A 16 0
Output for 5.4.26
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6c48757dd07b4250b3b664d387102130 32 lHu}�{BP��dӇ!0 16 0
Output for 5.4.25
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 a8cca3f0cb244596b496f15eb3e5fd45 32 �̣��$E����^��E 16 0
Output for 5.4.24
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 bb852b31c4904eed9ed1fce586a7bddc 32 ��+1ĐN��冧�� 16 0
Output for 5.4.23
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 c75ca5b3509241a5a47c3f9dbff5214b 32 �\��P�A��|?���!K 16 0
Output for 5.4.22
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2d8f4836199047bb99058052c3132264 32 -�H6�G���R�"d 16 0
Output for 5.4.21
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 1e6722dee06549f6b6bb44b46ae466a6 32 g"��eI���D�j�f� 16 0
Output for 5.4.20
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 84cf49121f6a4999aa1778c3cc9c36c9 32 ��IjI��x�̜6� 16 0
Output for 5.4.19
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 5a545759af3941149882d0f339562627 32 ZTWY�9A����9V&' 16 0
Output for 5.4.18
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 347978efc36f4e339b130e6419cbe6fe 32 4yx��oN3�d�� 16 0
Output for 5.4.16
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 5938f8eca2e141179764d2e5cc8a9fc4 32 Y8���A�d��̊�� 16 0
Output for 5.4.15
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 6ba1c7dd99594185aa15b6a490e198d8 32 k��ݙYA������� 16 0
Output for 5.4.6
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2538b2d2d6dc4bfe9f16d34b05117a4a 32 %8����K���KzJ 16 0
Output for 5.4.5
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 def1ea4dc128481ea5162aada2bcb719 32 ���M�(H�*���� 16 0
Output for 5.4.4
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 85d5f0a9258041c8beb21e7a0101591b 32 ���%�AȾ�zY 16 0
Output for 5.4.3
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 e115f3e2b3fd4feeb7398d205154c20f 32 ���O�9� QT� 16 0
Output for 5.4.2
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 2e5eba01062e48f2a4df40be101c3abf 32 .^�.H��@�:� 16 0
Output for 5.4.0
Notice: Undefined offset: 0 in /in/Y5BA7 on line 21 dd244298004542ea8988d45f4df2923e 32 �$B�EBꉈ�_M�> 16 0
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/Y5BA7 on line 21
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/Y5BA7 on line 21
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/Y5BA7 on line 21
Process exited with code 255.

preferences:
242.88 ms | 401 KiB | 325 Q