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); echo $uuid . PHP_EOL; echo sizeof($uuid) . PHP_EOL; echo $packedUuid . PHP_EOL; echo sizeof($packedUuid) . PHP_EOL;
Output for 7.4.1
4999d6320d0f4447a2598bb4929af050 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 I��2 DG�Y�����P Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.4.0
e94df9bfc71042ce90f7316e997edee7 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �M���Bΐ�1n�~�� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.13
53c10aed50984f85844ef1c34504b05d Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 S� �P�O��N��E�] Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.12
68655a6f96374c1196c5850946164876 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 heZo�7L�Ņ FHv Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.11
9bf7367bc1594027bd049c745143f623 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ��6{�Y@'��tQC�# Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.10
b2f594725e4d439bb7799ef3a0ac76d6 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ���r^MC��y��v� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.9
95ec8f381e3b48ac82e5c95adbb38a6a Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ��8;H����Z۳�j Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.8
d91bc4e98fb54ee68af7cc84d8f77db1 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ��鏵N�̄�}� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.7
e5d3290571c04e8a94689fed45481ae7 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ��)q�N��h��EH� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.6
7cf9c84d74c24a9287f7ed9cd739a96a Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 |��Mt�J�����9�j Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.5
23067744e9864fd2b0fb7a91c4f361c2 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 #wD�OҰ�z���a� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.4
8f967c3b1a694e15954845755b46f781 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ��|;iN�HEu[F�� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.3
333200a9253944f4b630e7d8fb21f8b5 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 32�%9D�0��!�� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.2
8439be1a29f54545a6eb2b818e551055 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �9�)�EE��+��UU Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.1
6544414017c34dceb63a7f7c44672e1b Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 eDA@�Mζ:|Dg. Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.3.0
07901065b1104dbb9ffafdf37013a51a Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �e�M�����p� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.26
4532062015644126a7e3eb5695862ff5 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 E2 dA&���V��/� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.25
0361a3a33e5d4958aff6acd8d9914ce3 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 a��>]IX����ّL� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.24
f7623876e5d3494d9ec53d0533e4bb48 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �b8v��IM��=3�H Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.23
1965c0c766084b8eabc99fd43d85f198 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 e��fK��ɟ�=�� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.22
518637c9f4134204b48b9c30075cdbe0 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 Q�7��B���0\�� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.21
57c5149bccb3485385f3a9ae5da16635 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 W��̳HS��]�f5 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.20
6877064591b14ac5b79e1fc3e9e94786 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 hwE��Jŷ����G� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.19
f4409d71e213430c8f3fd1f196747f79 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �@�q�C �?��ty Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.7, 7.2.10, 7.2.16, 7.2.18
a61a5794ec744470bb86520afd6e7ed2 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �W��tDp��R �n~� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.17
9598c5d159754ce185bc07d4d64416fc Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ����YuLᅼ��D� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.15
cb22ee041ecf472ea54053d86ec68f16 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �"��G.�@S�nƏ Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.11, 7.2.14
3d348b70f87a489180d49be072d777ce Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 =4�p�zH��ԛ�r�w� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.13
f0ad9858e7274e7db9b1c8f8973444a9 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �X�'N}����4D� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.12
efaeceb99d1542edb2951019d4ea4166 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �ι�B���Af Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.9
2c1e04ab04e34b7aa7f26f2d89457051 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ,��Kz��o-�EpQ Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.8
5ec38901fec347508898314a5beb77e5 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ^��GP��1J[�w� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.6
bebcf5e2a3dd444a85ad02c0d23f228e Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �����DJ����?"� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.5
68a55f7c7c804ecc814d3fecdf2395f9 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 h�_||�ŃM?��#�� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.4
6a6f16df9af64bd3b455c1753e515da1 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 joߚ�KӴU�u>Q]� Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.3
5127d5aabd914f0aae50d727316d5570 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 Q'ժ��O �P�'1mUp Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.2
e1a6067d768445daa960a339dc25d8a5 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 �}v�Eک`�9�%إ Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.1
796ed994311e49728f92c924deae3a43 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 ynٔ1Ir���$ޮ:C Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.2.0
2621f3a116f9482b97114e61e5de8f34 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 23 1 &!��H+�Na�ޏ4 Warning: sizeof(): Parameter must be an array or an object that implements Countable in /in/VqCKq on line 25 1
Output for 7.1.33
998db6a5c93545c0bbe4fbc3c390fbc1 1 �����5E������ 1
Output for 7.1.32
3937d26b13d7479092d6e97a8484e625 1 97�k�G����z���% 1
Output for 7.1.31
766fbc5dbf1d4edc984d1f868e7bb8fc 1 vo�]�NܘM��{�� 1
Output for 7.1.13, 7.1.30
f4cf8cc353014d31a538486585305f78 1 �ό�SM1�8He�0_x 1
Output for 7.1.29
613babadc6a24b71bd95d0d0dca0dee2 1 a;��ƢKq����ܠ�� 1
Output for 7.1.28
d17c29c24aec453d816cac751b188137 1 �|)�J�E=�l�u�7 1
Output for 7.1.27
27e2bce451024906ab49a0615438783b 1 '��QI�I�aT8x; 1
Output for 7.1.26
6ecbf6808af74f94a4f1fb413258d881 1 n����O���A2X؁ 1
Output for 7.1.25
24a1c9630d4341d6ac6b606eb5c9ae6c 1 $��c CA֬k`n�ɮl 1
Output for 7.1.24
e94df9bfc71042ce90f7316e997edee7 1 �M���Bΐ�1n�~�� 1
Output for 7.1.9, 7.1.23
5127d5aabd914f0aae50d727316d5570 1 Q'ժ��O �P�'1mUp 1
Output for 7.1.22
d8ee4a624f464918ae5e45c2f865c9d2 1 ��JbOFI�^E�e�� 1
Output for 7.1.21
bebcf5e2a3dd444a85ad02c0d23f228e 1 �����DJ����?"� 1
Output for 7.1.5, 7.1.20
808645d633c4415596e2bdee7a45cbf0 1 ��E�3�AU���zE�� 1
Output for 7.1.3, 7.1.19
22deed253c12401daf727deec059b407 1 "��%<@�r}�Y� 1
Output for 7.1.18
3640dca8fd06436fae3979f3b15e710f 1 6@ܨ�Co�9y�^q 1
Output for 7.1.17
4999d6320d0f4447a2598bb4929af050 1 I��2 DG�Y�����P 1
Output for 7.1.1, 7.1.16
3d348b70f87a489180d49be072d777ce 1 =4�p�zH��ԛ�r�w� 1
Output for 7.1.6, 7.1.15
9a651822d23d4e3abb853f244a96ccfd 1 �e"�=N:��?$J�� 1
Output for 7.1.14
3a5c4cf8a9a34c7a8036c295e3d45251 1 :\L���Lz�6•��RQ 1
Output for 7.1.7, 7.1.12
f176ed9808d64764a1844378e6e3ce79 1 �v��Gd��Cx���y 1
Output for 7.1.11
2c1e04ab04e34b7aa7f26f2d89457051 1 ,��Kz��o-�EpQ 1
Output for 7.1.10
8b798fcb0c884dcd8500c40ab351b991 1 �y�� �Mͅ� �Q�� 1
Output for 7.1.8
bd6022c674c3480f8fbd1c9f0545a8ad 1 �`"�t�H���E�� 1
Output for 7.1.4
46a83eb7faa041a9800bb6af8595a57d 1 F�>���A�� �����} 1
Output for 7.1.2
3b246b40bea146ab932f25d46da81adc 1 ;$k@��F��/%�m�� 1
Output for 7.1.0
cf61565857904232adbdb2b4b94abe65 1 �aVXW�B2�����J�e 1
Output for 5.5.25, 5.6.25, 7.0.21, 7.0.33
8e7ec847c5ab4ee9847ece39938599e1 1 �~�GūN�~�9���� 1
Output for 7.0.32
0e169dfe8fd74a0399db50efc1b6c540 1 ����J��P��@ 1
Output for 5.4.36, 7.0.31
2117941ac283406495552bf2cda3f21a 1 !�ƒ@d�U+�ͣ� 1
Output for 7.0.30
256ebb04e58a458cb10ae62dbf25d0bb 1 %n��E�� �-�%л 1
Output for 5.5.8, 5.5.29, 5.6.30, 7.0.9, 7.0.29
c76c4b1c43e6414ead82586f365e8129 1 �lKC�AN��Xo6^�) 1
Output for 7.0.28
4944c481df6c4ce08882dc7c0d3570f5 1 IDā�lL��| 5p� 1
Output for 7.0.27
284561128c974924a6a75e3de2e2d0d0 1 (Ea��I$��^=���� 1
Output for 7.0.26
2dc39e7344ae45b483aa4b2d604b7fb0 1 -ÞsD�E���K-`K� 1
Output for 5.4.19, 7.0.25
3c15a436290b4b7fa59270b7947cf79e 1 <�6) K��p��|�� 1
Output for 5.5.12, 5.6.20, 7.0.24
70128f02451b4646b45ed148c82d802f 1 p�EFF�^�H�-�/ 1
Output for 5.6.18, 7.0.23
3457150857fe4e528951cbde9fefacfb 1 4WW�NR�Q�ޟ� 1
Output for 7.0.22
9064d11a20804d0d940b54b36e67bc13 1 �d� �M � T�ng� 1
Output for 5.5.35, 7.0.20
18551fde24e74b28b26e633e02358e18 1 U�$�K(�nc>5� 1
Output for 5.4.15, 7.0.19
09dfd539c04a4dc18f5b0fb7ca5cf8eb 1 ��9�JM��[��\�� 1
Output for 7.0.18
2aa98c3177394183aba9e487f0dee21d 1 *��1w9A������� 1
Output for 7.0.8, 7.0.11, 7.0.17
8e32d448c70a45d0b2de1ef9d8a9483c 1 �2�H� Eв��ةH< 1
Output for 5.5.17, 5.5.21, 5.5.32, 7.0.12, 7.0.16
242b2e2a283e4b4f9cc67b51d51b82d9 1 $+.*(>KO��{Q��� 1
Output for 7.0.6, 7.0.15
892df93fbeab4075a84fd626854a5ed7 1 �-�?��@u�O�&�J^� 1
Output for 7.0.14
77377781ba9f467cb28be76f1e78f8fc 1 w7w���F|���ox�� 1
Output for 7.0.13
40bd97fed0ac40a6add3974817d9ae6e 1 @���Ь@��ӗHٮn 1
Output for 7.0.10
fa2225416ab94591884eeb6ca1c1904e 1 �"%Aj�E��N�l���N 1
Output for 5.5.24, 7.0.7
eac9bb307e734a09b0d9d158ec0d972a 1 �ɻ0~sJ ���X� �* 1
Output for 7.0.5
75d2d1bbe8d2405d902f58d91d208b68 1 u�ѻ��@]�/X� �h 1
Output for 7.0.4
6953bf34cfb944b7ae6f7a2363304b85 1 iS�4ϹD��oz#c0K� 1
Output for 7.0.3
2f35e9fcd36c4cdcb270151c6be7e0dd 1 /5��lLܲpk��� 1
Output for 7.0.2
eb3701ed048c4b6eb528ed107e94855d 1 �7��Kn�(�~��] 1
Output for 5.6.35, 7.0.1
9fc1890921a54d3286d21138c2bc0810 1 ��� !�M2��8¼ 1
Output for 5.4.22, 5.5.11, 5.6.17, 7.0.0
714f12ac78244ab4a9aa591d291a8083 1 qO�x$J���Y)�� 1
Output for 5.4.29, 5.6.40
8685071490ab459e96912bfed1c6e6a8 1 ����E���+���� 1
Output for 5.6.39
b516279d406249bd9b8bce17fb91f04c 1 �'�@bI�������L 1
Output for 5.6.38
a9b743be64944fa197c8334afb7aa18e 1 ��C�d�O���3J�z�� 1
Output for 5.6.37
bd6535f38e4e4c77acc0c1ad867c1879 1 �e5�NLw�����|y 1
Output for 5.6.36
000dad9f72004d22b4e9e2f544539af8 1 ��rM"���DS�� 1
Output for 5.5.2, 5.6.34
4a90837edf1146f8b928b9e16383e21f 1 J��~�F��(��c�� 1
Output for 5.5.1, 5.5.22, 5.6.33
0df36eda12854907befe44f6ccec92bc 1 �n��I��D��쒼 1
Output for 5.6.1, 5.6.32
9c1b6740c16d4c7887e13c0191bed718 1 �g@�mLx��<��� 1
Output for 5.5.23, 5.6.31
b9c9df2a5ce24260b07b18e02d673739 1 ���*\�B`�{�-g79 1
Output for 5.4.41, 5.5.14, 5.6.29
6b90d3e575fc4971a159f41d607c51ac 1 k���u�Iq�Y�`|Q� 1
Output for 5.6.28
b254cfb730124e808cccd040fff0495e 1 �TϷ0N����@��I^ 1
Output for 5.6.27
2d6ebd679ab142eab9bf60a6f300f4e1 1 -n�g��B깿`���� 1
Output for 5.6.26
b7712d978d694e69a0b32ec9e2426aa5 1 �q-��iNi��.��Bj� 1
Output for 5.4.26, 5.6.12, 5.6.24
7e9ea44ae2894451971e1aa387257624 1 ~��J�DQ���%v$ 1
Output for 5.6.23
955734bcecd94bdc9b83c7ea07a7a7da 1 �W4���Kܛ������ 1
Output for 5.5.20, 5.5.37, 5.6.22
5a31762a4aab4ea0a6eb1a69213563f3 1 Z1v*J�N���i!5c� 1
Output for 5.6.21
b24c521016a64ab5aa9a63281bb87e90 1 �LR�J���c(�~� 1
Output for 5.6.19
d2bd533a0fcc44c9bbb271ebf8124447 1 ҽS:�Dɻ�q�DG 1
Output for 5.4.7, 5.6.16
4f7f5c3558c84553ac5e38bc42516001 1 O\5X�ES�^8�BQ` 1
Output for 5.6.15
45b6e6cea09d493caddf31d63af19c41 1 E���I<��1�:�A 1
Output for 5.4.17, 5.6.14
bd29636ccbbc4c5dac89f471cc561297 1 �)cl˼L]���q�V� 1
Output for 5.6.13
a2ba4015a89e47b2b6f9138ee62fc2e1 1 ��@��G�����/�� 1
Output for 5.6.11
25478f7efd4f47daa7602a0a1d7827e0 1 %G�~�OGڧ`* x'� 1
Output for 5.4.31, 5.4.43, 5.5.36, 5.6.10
31f9b58c5fbd4a5992e825c9ebb1b1d0 1 1���_�JY��%�뱱� 1
Output for 5.6.9
f7d2e0cf819b469aadaa5ab640a2cd3f 1 ���ρ�F���Z�@��? 1
Output for 5.4.23, 5.6.8
9b0b7fe42d6146cbb5380edabd69bb88 1 � �-aF˵8ڽi�� 1
Output for 5.4.20, 5.5.34, 5.6.7
8624d7acd5fb4510828f9633e34c093b 1 �$׬�E���3�L ; 1
Output for 5.4.24, 5.6.6
0ebee89a6d2c41a3abf5c38e309b11af 1 ��m,A���Î0�� 1
Output for 5.6.5
2c4a1d3fe9f9459fbe50e63a6556d707 1 ,J?�E��P�:eV� 1
Output for 5.6.4
5a4f481d72794e02847a7f07e2807908 1 ZOHryN�z�y 1
Output for 5.5.30, 5.6.3
83e69312bd6f45e0be303628dd3bda46 1 ���oE�06(�;�F 1
Output for 5.5.13, 5.6.2
f41924d035b84784806621b978ac8c67 1 �$�5�G��f!�x��g 1
Output for 5.6.0
fa1e9a564c804cc29cd8d991829e9923 1 ��VL�Lœ�ّ���# 1
Output for 5.5.38
f525bfb6f7134823a678f5dca988cc05 1 �%���H#�x�ܩ�� 1
Output for 5.5.33
98113db9f01c43949fb0437ad28857d1 1 �=��C���Cz҈W� 1
Output for 5.5.31
0f91dbd032604e93baa25eb5d4fa0acc 1 ���2`N���^�� � 1
Output for 5.5.28
1f00e6a0de8d4a5ebe17dff9cb8b6fe4 1 �ލJ^��ˋo� 1
Output for 5.5.27
f339819c8552460eb29d92d6f3c3bc85 1 �9���RF�����ü� 1
Output for 5.5.26
8f7dc926a38a4cf89df919f0c742f573 1 �}�&��L�����B�s 1
Output for 5.5.19
fc4146662aa14bd2a8b7c93aaf54bc0c 1 �AFf*�KҨ��:�T� 1
Output for 5.4.12, 5.5.9, 5.5.18
e1d09f0b18334f93bde5c8a777fdd3fd 1 �П 3O���ȧw�� 1
Output for 5.5.16
9f34a2695c984d9a8dbb94ec41a9770c 1 �4�i\�M�����A�w 1
Output for 5.4.38, 5.5.15
7950524d9c49478095c092a944555e6f 1 yPRM�IG�����DU^o 1
Output for 5.5.10
7a65309be3f342679831aad177a6575d 1 ze0���Bg�1��w�W] 1
Output for 5.5.7
799e1cfc702647cdab545298e72a3a0e 1 y��p&GͫTR��*: 1
Output for 5.5.6
d03ed793fcdd42bb995978065fabe8d8 1 �>ד��B��Yx_��� 1
Output for 5.5.5
abefe1592c07425485c95a367f90a521 1 ���Y,BT��Z6��! 1
Output for 5.5.4
769fc80c940a49ab84344b661311bde6 1 v�� � I��4Kf�� 1
Output for 5.5.3
5b6696f1838849a8a0c4fa719157c733 1 [f��I���q�W�3 1
Output for 5.5.0
3c84b7913cb14783a1d8f831650af085 1 <���<�G���1e � 1
Output for 5.4.45
ac77e46c550645d2ab2a6040fc7ebd1a 1 �w�lUEҫ*`@�~� 1
Output for 5.4.44
647ab81415b941228e2c573c5ce5d484 1 dz��A"�,W<\�Ԅ 1
Output for 5.4.42
e4d4fec03cd74af785ed28923697f873 1 ���<�J���(�6��s 1
Output for 5.4.40
5f4755d159f44204b38c6a2f64a2db35 1 _GU�Y�B��j/d��5 1
Output for 5.4.39
0b3aeda5c85d42569d87bd7d8d7ffdf0 1 :��]BV���}��� 1
Output for 5.4.37
528c24c5ae5644478f82bc6d1c38fd68 1 R�$ŮVDG���m8�h 1
Output for 5.4.35
6ddd9eb4f36c4c979353816a4bccc8af 1 mݞ��lL��S�jK�ȯ 1
Output for 5.4.4, 5.4.34
c7c1b619554e4a338f95c3ef86d02cfa 1 ��UNJ3�����,� 1
Output for 5.4.33
057c21a913624f109409620410e399d2 1 |!�bO� b�� 1
Output for 5.4.32
db117cdf837e4e4086acaae5e4d0ff0a 1 �|߃~N@������ 1
Output for 5.4.30
1813443a43d0432c9669ab4dbaba0010 1 D:C�C,�i�M�� 1
Output for 5.4.28
28027eda907d4e899075fb44982fa316 1 (~ڐ}N��u�D�/� 1
Output for 5.4.27
790355458de94a8b9b4f4173581e50c3 1 yUE��J��OAsXP� 1
Output for 5.4.25
72c76077b72849b4bfffb3d8f6d58df5 1 r�`w�(I�����Ս� 1
Output for 5.4.21
77053871654142a0a517204553d336de 1 w8qeAB�� ES�6� 1
Output for 5.4.18
c039121afd784f53bb0ee865e0716ec7 1 �9�xOS��e�qn� 1
Output for 5.4.16
b6d5e1ea0cc342c0a8348eb384357f83 1 ���� �B��4���5� 1
Output for 5.4.14
0679f7c8e1ba4bd5b06436b0a966830a 1 y���Kհd6��f� 1
Output for 5.4.13
7961967b846e4f8e973c25ef9c92ddc7 1 ya�{�nO��<%�� 1
Output for 5.4.11
669c404634fd4dc180aad1bb3d0ee55f 1 f�@F4�M���ѻ=�_ 1
Output for 5.4.10
9ab8f037e63e4187aa06650811886cf0 1 ���7�>A��e�l� 1
Output for 5.4.9
6241241a6b1945af87bae6e367b9e9ef 1 bA$kE�����g��� 1
Output for 5.4.8
16ef77a051eb4fdd94b4376c1f05cad6 1 �w�Q�Oݔ�7l�� 1
Output for 5.4.6
0a8800e12cbf4cf48f29b1bfebfa6aef 1 ��,�L�)���j� 1
Output for 5.4.5
91a1c31e4dd741c681763d6477b0a883 1 ���M�AƁv=dw��� 1
Output for 5.4.3
4ba3da2719f94ece9f59ef87101b0532 1 K��'�NΟY�2 1
Output for 5.4.2
e5d7f11d5efd4510af0d66bb56d42144 1 ���^�E� f�V�!D 1
Output for 5.4.1
915fa8e21d1040c5a1f4584bf0c9626c 1 �_��@š�XK��bl 1
Output for 5.4.0
450e6efe888d464d8cd761d5a5547cf9 1 En���FM��aեT|� 1
Output for 5.3.2 - 5.3.5, 5.3.7 - 5.3.13, 5.3.15 - 5.3.16, 5.3.18, 5.3.20 - 5.3.29
e6add8bcb4254cb7992bdc21606dc06f 1 �ؼ�%L��+�!`m�o 1
Output for 5.3.6, 5.3.14, 5.3.17, 5.3.19
dab21a22776a4a239f4355ba0ac32457 1 ڲ"wjJ#�CU� �$W 1
Output for 5.3.0 - 5.3.1
b09c0650cead47ac9fea2b9df9827e73 1 ��PέG���+���~s 1
Output for 5.2.17
d0b23372c7e3488894d8c110dfb10307 1 в3r��H���߱ 1
Output for 5.2.16
4c94cc05894f4dc193f3389078090f01 1 L���OM���8�x  1
Output for 5.2.15
f34d587be9a446d4b5a4470314f71ae2 1 �MX{�FԵ�G�� 1
Output for 5.2.14
db58603cd0e34276a8610f44806c8b95 1 �X`<��Bv�aD�l�� 1
Output for 5.2.13
b728e30d96ac45899d4128dd6806b1ac 1 �(� ��E��A(�h�� 1
Output for 5.2.12
21e4c4fa61dd4980809a3d18236715b2 1 !��a�I���=#g� 1
Output for 5.2.11
ab997c29c9c3474ba36b07341aad1322 1 ��|)��GK�k4�" 1
Output for 5.2.10
5d6dd3a211934611a10a4ec0354e397b 1 ]mӢ�F� N�5N9{ 1
Output for 5.2.9
269b9b6ae3b14cd48b43972991e25ce9 1 &��j�LԋC�)��\� 1
Output for 5.2.8
b5a8863d14e14038b9cfbbddc802748d 1 ���=�@8�ϻ��t� 1
Output for 5.2.7
c7957c82b8f04573ab011e57a4aa1fcd 1 Ǖ|���Es�W��� 1
Output for 5.2.6
1491d530139c46e78d2cd5ef11a5e1ea 1 ��0�F�,����� 1
Output for 5.2.5
5b5f46bfa77c4e0a9bda4f98f599e60a 1 [_F��|N ��O���� 1
Output for 5.2.4
3af06e9c876d4e08aa4c1a0527826332 1 :�n��mN�L'�c2 1
Output for 5.2.3
43d1b6e2e2674e6097fc6a89ba9a7a09 1 CѶ��gN`��j���z 1
Output for 5.2.2
5180ac0ef03f4ae3b3966087a647c404 1 Q���?J㳖`��G� 1
Output for 5.2.1
ec174b8249ff4878aba8721029eb763f 1 �K�I�Hx��r)�v? 1
Output for 5.2.0
b74ae8896c9244ecae5a7deaaa4e2dc4 1 �J�l�D�Z}�N-� 1
Output for 5.1.6
1872ac25c5384c838611fe321d8c9c3a 1 r�%�8L���2��: 1
Output for 5.1.5
7b6754c54bf84f719635c3acf6b8fb91 1 {gT�K�Oq�5��� 1
Output for 5.1.4
2de5353278a54070ac8872aa9d7fd1fa 1 -�52x�@p��r��� 1
Output for 5.1.3
f7fce6e40c8b423081e236d60a2e4eee 1 ���� �B0��6� .N� 1
Output for 5.1.2
6963b20289ff4ad4b670b069bd076842 1 ic���JԶp�i�hB 1
Output for 5.1.1
496d1eb942284ad696e49f5f5271d352 1 Im�B(J֖�_Rq�R 1
Output for 5.1.0
4a1a060d92cd44048a7982fdf0d07636 1 J ��D�y����v6 1
Output for 5.0.5
3e27d5499094486cb9f8a7c5bd230f0d 1 >'�I��Hl���Ž# 1
Output for 5.0.4
7d1b7febbcdb4fcf9e2081f458b2a1a7 1 }��OϞ ��X��� 1
Output for 5.0.3
4d77ba0079ab428f95bfcb46546ae5aa 1 Mw�y�B����FTj� 1
Output for 5.0.2
d869b327df50448ea54d09bba62d233d 1 �i�'�PD��M ��-#= 1
Output for 5.0.1
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 b2daa0b2bbc8472a9860b54f6da4e61aPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 �ڠ���G*�`�Om��PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 5.0.0
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 2d5f02155508456aa20785c744b1247cPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 -_UEj���D�$|PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.4.9
ca1a599edba84532858ff74a7ab38b7e 1 �Y�ۨE2���Jz��~ 1
Output for 4.4.8
adf83f52e998414f9eae9934bb4b543f 1 ��?R�AO���4�KT? 1
Output for 4.4.7
3c539012f1374b4c9d39848c40969761 1 <S��7KL�9��@��a 1
Output for 4.4.6
5c841a52d4cc44e7bbbb9081dedf0def 1 \�R��D绻���� � 1
Output for 4.4.5
8271901a48294ffea4d3faf9d88ee096 1 �q�H)O����؎� 1
Output for 4.4.4
a28c82a173604680809f4230e8984a98 1 ����s`F���B0�J� 1
Output for 4.4.3
ca37735d66c8488d955ccc3e4abbf523 1 �7s]f�H��\�>J��# 1
Output for 4.4.2
169cd38f89ea4091bfbd3f8ece733ffd 1 �ӏ��@���?��s?� 1
Output for 4.4.1
f953e2028d4a4507b6729376642181db 1 �S��JE�r�vd!�� 1
Output for 4.4.0
9343bde114b34ab1959bb02fe02fcdae 1 �C���J����/�/ͮ 1
Output for 4.3.11
1b96a3ecc81143e7aecb7410180c8b46 1 ����C��t �F 1
Output for 4.3.10
8e58304341df433b84188a29b0168571 1 �X0CA�C;��)��q 1
Output for 4.3.9
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 af6a689b460d471493e33f35376662aePHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 �jh�F G��?57fb�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.8
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 cbef05b3b211420c90f76457090a289ePHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 ����B ��dW (�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.7
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 4fde87a180c24a88ab718934a4197f29PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 Oއ���J��q�4�)PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.6
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 628a89411aef4c0e920fdb6020f4e79cPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 b��A�L��` ��PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.5
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 b77ecf51a98645da8695a4a8dcb78507PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 �~�Q��Eچ���ܷ�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.4
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 5da74e0edf91439dad4c45a2f8f0d9d2PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 ]�NߑC��LE�����PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.3
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 5472848a0084424d8d1cc26e73ac4283PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 Tr���BM��ns�B�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.2
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 79f2a251191540ad878dbf64cf8e2c68PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 y�Q@����dώ,hPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.1
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 fb1ddc26f1b34433b3051cf6aa2da085PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 ��&�D3���-��PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL
Output for 4.3.0
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 22 03ae5ae4e95c48a398fcf09135f9e3b5PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 23 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 24 �Z��\H����5��PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/VqCKq on line 25 1PHP_EOL

preferences:
237.14 ms | 402 KiB | 325 Q