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 strlen($uuid) . PHP_EOL; echo $packedUuid . PHP_EOL; echo strlen($packedUuid) . PHP_EOL;
Output for 7.3.1
8106a990ab38425b981cac719c326ab6 32 ����8B[��q�2j� 16
Output for 7.3.0
3a07a1ef15534be3ad005f014013c7aa 32 :��SK�_@Ǫ 16
Output for 7.2.13
ef19572541ca44f0950f4ffcf2aba0ca 32 �W%A�D�O��� 16
Output for 7.2.12
4f37494ffa7a4b9e85bc1dbd684e751e 32 O7IO�zK����hNu 16
Output for 7.2.11
a1a5565bd89f4b519a85e92af5b64ae2 32 ��V[؟KQ���*��J� 16
Output for 7.2.10
c8634d02c8384ebf8fd9d9d416f1fd90 32 �cM�8N������ 16
Output for 7.2.9
f1438d45479947e2a1b50ca9bd2c1dec 32 �C�EG�G⡵ ��,� 16
Output for 7.2.8
797d0499fc3a460b9a7add369b4297b0 32 y}��:F �z�6�B�� 16
Output for 7.2.7
90551fcff5a24db1b01fa19d7d4431e3 32 �U��M����}D1� 16
Output for 7.2.6
37e51b036d084d64a8d7d3b48ee50d1d 32 7�mMd��Ӵ��  16
Output for 7.2.5
e46285a62145442f97f668345e5f7d29 32 �b��!ED/��h4^_}) 16
Output for 7.2.4
cb02a0d590a14794a00ecb00d5dbe80e 32 ��Ր�G������ 16
Output for 7.2.3
79ba6b88468347cfb445dcd0a31ffdcb 32 y�k�F�GϴE�У�� 16
Output for 7.2.2
583fd8901c0b4faf9584d9e91a358f8d 32 X?ؐ O�����5�� 16
Output for 7.2.1
fd77f4d396cc4c819fdca3edc711d888 32 �w�Ӗ�L��ܣ��؈ 16
Output for 7.2.0
29e371543c5f4dc19125ea19b4416e10 32 )�qT<_M��%��An 16
Output for 7.1.25
c5dea78261ad4f29a3e82033e7bd004a 32 �ާ�a�O)�� 3�J 16
Output for 7.1.7
b538451974124cb086250f5ee6e36541 32 �8EtL��%^��eA 16
Output for 7.1.6
e3d5c9829c654e56ad8772bc3e689ae4 32 ��ɂ�eNV��r�>h�� 16
Output for 7.1.5
196b1d08d176459d925cdcb63b9d9d35 32 k�vE��\ܶ;��5 16
Output for 7.1.0
db5d5f600fb24e5dbc8b80b9a03ba064 32 �]_`�N]�����;�d 16
Output for 7.0.20
f711d853dd8d4224bf7afa878167fd07 32 ��SݍB$�z���g� 16
Output for 7.0.14
d4dfaf360c8d4afca6bc175ab1f9cd4e 32 �߯6 �J���Z���N 16
Output for 7.0.6
888edb60ab1e40558c46afff7d3c0a98 32 ���`�@U�F��}< � 16
Output for 7.0.5
f4ace45499e14e69a46c7b26c9c2d8ff 32 ��T��Ni�l{&��� 16
Output for 7.0.4
02c18e39c70d4507bcca4023b40cd2ca 32 ��9� E��@#� �� 16
Output for 7.0.3
bdbcbb529b0f4b4eab47654421676bae 32 ���R�KN�GeD!gk� 16
Output for 7.0.2
4b1800c639f14036a14c971621a80cea 32 K�9�@6�L�!� � 16
Output for 7.0.1
69fb81e68ee64705a618fd3decd777d7 32 i����G��=��w� 16
Output for 7.0.0
e9e8a99b5ab041e2ab7b10e99ffe3317 32 �詛Z�A�{�3 16
Output for 5.6.28
6af34e3288f540dbac9bd6ce089a844a 32 j�N2��@۬�����J 16
Output for 5.6.21
3024cdce4abc4bffac78f2e675040adf 32 0$��J�K��x��u � 16
Output for 5.6.20
8d0288a2e3c14c5a9bd01e69654898bd 32 ����LZ��ieH�� 16
Output for 5.6.19
31f3b4c75a674504bf38787101992877 32 1��ZgE�8xq�(w 16
Output for 5.6.18
c708cbc3a1bc4042a5b02f6340f3bc57 32 ��á�@B��/c@�W 16
Output for 5.6.17
4908ec5983e140318c2b05bca50e8975 32 I�Y��@1�+���u 16
Output for 5.6.16
37a7e79625a34ca886121416b226c773 32 7��%�L���&�s 16
Output for 5.6.15
8d3aa20e8d474574a88ad58d4923f524 32 �:��GEt��ՍI#�$ 16
Output for 5.6.14
e58d34ee16ea4669a526aafbdc7a71fe 32 �4��Fi�&���zq� 16
Output for 5.6.13
37e08be26d6648ef972437fb0b2966a7 32 7��mfH�$7� )f� 16
Output for 5.6.12
6a39ef8c97c74d1c8f26bd7926dd9d45 32 j9�M�&�y&ݝE 16
Output for 5.6.11
864a64c1229b44a8aa51819b070ba4bc 32 �Jd�"�D��Q�� �� 16
Output for 5.6.10
158f817eb0454c0c886e8bcb3307577b 32 ��~�EL �n��3W{ 16
Output for 5.6.9
ab8b7a138da8461981e4e1b3a2e7684b 32 ��z��F��᳢�hK 16
Output for 5.6.8
e448de7c6cc54daba6ff7440ca0cfada 32 �H�|l�M���t@� �� 16
Output for 5.6.7
bc9a72f6321842b4875489655ff31a66 32 ��r�2B��T�e_�f 16
Output for 5.5.35
4ca7eb2448d04731b7f98406ec63fdd4 32 L��$H�G1����c�� 16
Output for 5.5.34
f74b50fe911343fcb89825cede262f78 32 �KP��C���%��&/x 16
Output for 5.5.33
09ed3f6e20a64456a034a9ba5b88eae7 32 �?n �DV�4��[��� 16
Output for 5.5.32
f988431405894f71bab47dc97084c27f 32 ��C�Oq��}�p�� 16
Output for 5.5.31
9a654ebe2b1f4ecb9432db9d143748cd 32 �eN�+N˔2۝7H� 16
Output for 5.5.30
7828bc8377dd474fa8340b9299e9f342 32 x(��w�GO�4 ����B 16
Output for 5.5.29
9d569ef597fe4eb9b27cde1f68cff74b 32 �V����N��|�h�K 16
Output for 5.5.28
7e0de261ce1a48c88965fe4d4c5edc97 32 ~ �a�Hȉe�ML^ܗ 16
Output for 5.5.27
d9c9d422a36f42ebac4fafe9cbfd2de9 32 ���"�oB�O���-� 16
Output for 5.5.26
f076f5e6287442a8943874771ac6e636 32 �v��(tB��8tw��6 16
Output for 5.5.25
470c3894be2846a3b2b93235eeb1c754 32 G 8��(F���25��T 16
Output for 5.5.24
ee13b21fa2e34d198402e813ad389e40 32 ����M���8�@ 16
Output for 5.4.45
dde9e368a30e457cadd0097144868796 32 ���h�E|�� qD��� 16
Output for 5.4.44
b68c64ffca794e97a65f8aab7162f60f 32 ��d��yN��_��qb� 16
Output for 5.4.43
2706e0750604412c8351eeb3de3113b1 32 '�uA,�Q��1� 16
Output for 5.4.42
3f9cb2bdc7734befb60ca27456933bfc 32 ?����sK� �tV�;� 16
Output for 5.4.41
3285782e604647dea11a7a1c2f16064e 32 2�x.`FGޡz/N 16
Output for 5.4.40
5f905f46483640b4a2f10615a50050a3 32 _�_FH6@����P� 16
Output for 5.4.39
9c37712750a34acbaf90a87d35598745 32 �7q'P�J˯��}5Y�E 16
Output for 5.4.38
e137b51a3cd64eee847118b229184d8f 32 �7�<�N�q�)M� 16
Output for 5.4.37
786043bb63e8450693af2aa716ad4606 32 x`C�c�E��*��F 16
Output for 5.4.36
b6b2037978614f8c9f016829e11d1dce 32 ��yxaO��h)�� 16
Output for 5.4.35
f3ec5b4f1ede48db980672f129fa1a75 32 ��[O�Hۘr�)�u 16
Output for 5.4.34
e9a88e4aed7a42ccbc86747ad0d21c50 32 騎J�zB̼�tz��P 16
Output for 5.4.32
758dfbcbec794754bd5fdb2a5cb7db19 32 u����yGT�_�*\�� 16
Output for 5.4.31
ca6e15bb73984a17b3538252bac60bad 32 �n�s�J�S�R�� � 16
Output for 5.4.30
baba88242ae04080b580b21188f5eabb 32 ���$*�@������� 16
Output for 5.4.29
43a843f1cb104ed0bd3316b81e9df6cf 32 C�C��Nн3���� 16
Output for 5.4.28
ffc9e7c37b074058a1568ed577b141bf 32 ����{WRh8F@X�V��w�A� 16
Output for 5.4.27
66e6bc0993094f778c164a7e0b26866a 32 f� � Ow�J~ &�j 16
Output for 5.4.26
dcdd5cb3a70947c89fbf6907b9c68177 32 ��\�� Gȟ�iWRh8F�Ɓw 16
Output for 5.4.25
d828b6a1371a49f9806dd63b51512c49 32 �(��7I��m�;QQ,I 16
Output for 5.4.24
b18b03db57a14d15a16bcafa5b2113fd 32 ���W�M�k�[!� 16
Output for 5.4.23
7ca7a3b1eb494021975c92218d4e9987 32 |����I@!�\�!�N�� 16
Output for 5.4.22
5030fa4518cc4295baeda63c2aebca6d 32 P0�E�B���<*��m 16
Output for 5.4.21
46ca66caf1164e7baab367b0cf635fa6 32 F�f��N{��g��c_� 16
Output for 5.4.20
6c70bde499fe4c1ab7de3a196eff8820 32 lp��L��:n�� 16
Output for 5.4.19
4c0eaa84dc4c4ff196359fd5728539fe 32 L���LO�5��r�9� 16
Output for 5.4.18
92829f74a48345a9a7f30e8aa0d8a9fc 32 ���t��E�����ة� 16
Output for 5.4.17
a023d1a5acce4d4e81c1d1115a5720c7 32 �#ѥ��MN���ZW � 16
Output for 5.4.16
c60d7e8ee8a64d81b0610789c7c7db4e 32 � ~��M��a����N 16
Output for 5.4.15
bdc20fef440d416abc2fd59860113e5e 32 ���D Aj�/՘`>^ 16
Output for 5.4.14
d69d13230ee44605bdd4be9197087c2c 32 ֝#�F�Ծ��|, 16
Output for 5.4.13
2bf086fd8de349fdb6f472b342ab09e6 32 +��I���r�B� � 16
Output for 5.4.12
59e56f35fba24fd0a54db1e7465fd7ee 32 Y�o5��OХM��F_�� 16
Output for 5.4.11
b1edcf8f28994a72bcface2cdada8361 32 ��Ϗ(�Jr���,�ڃa 16
Output for 5.4.10
8a943d4d6c2d4ab3a9607ed99344dfd8 32 ��=Ml-J��`~ٓD�� 16
Output for 5.4.9
8d839cb9c2d6415197d9784007537987 32 ������AQ��x@Sy� 16
Output for 5.4.8
2ffffae0d16c4b7b80b4a5ac08953763 32 /����lK{�����7c 16
Output for 5.4.7
8f37dd0ce4be4e5ba6ec5c60b56c7151 32 �7� �N[��\`�lqQ 16
Output for 5.4.6
a3b4419bc11840f1a9b3be2db14ad0fa 32 ��A��@񩳾-�J� 16
Output for 5.4.5
68f5bc1a8ccb4bf5b45f9c17577e12b8 32 h����K��_�W~� 16
Output for 5.4.4
fdc9bae34a9f48149194d07f12800802 32 �ɺ�J�H���� 16
Output for 5.4.3
52d7b2b1e01b4ef4aa990e146f8f7c0a 32 Rײ��N�o�| 16
Output for 5.4.2
4e2ecadac85f4ffb84b63d03fd0d6361 32 N.���_O���=� ca 16
Output for 5.4.1
826407de348c4938a4755b0a49124c8b 32 �d�4�I8�u[ IL� 16
Output for 5.4.0
bd7b256f7c034b64998024ebc254cece 32 �{%o|Kd��$��T�� 16
Output for 5.3.29
3ad7c89ce9fd48e6b7b1538188228c27 32 :�Ȝ�H深S��"�' 16
Output for 5.3.28
a92782b4a65546799836940f72c7fa64 32 �'���UFy�6�r�d 16
Output for 5.3.27
4cfa420e1c06483d8e89a0c288803d6e 32 L�BH=���ˆ�=n 16
Output for 5.3.26
b887331242be477f96f6f375cda15c73 32 ��3B�G���u͡\s 16
Output for 5.3.25
2c0506efe1084359b5ff062b451639c2 32 ,��CY��+E9� 16
Output for 5.3.24
90ce5195f1164825b26e82627724b324 32 ��Q��H%�n�bw$�$ 16
Output for 5.3.23
ed5f7094eb01442f8dd05f4bff40cfb9 32 �_p��D/��_K�@Ϲ 16
Output for 5.3.22
4decbd6d79e74c4ea21940b09c942981 32 M�my�LN�@���)� 16
Output for 5.3.21
d7050dfbcd274e63b92eb1ebf5c43318 32 � ��'Nc�.���3 16
Output for 5.3.20
40e41da2606c4244b27898fb261191e2 32 @��`lBD�x��&�� 16
Output for 5.3.19
db9ac355b1ff4a9fa0b260169e78f93a 32 ۚ�U��J���`�x�: 16
Output for 5.3.18
cfab3c9c7ee8416bb9a2b362728e5d7e 32 ϫ<�~�Ak���br�]~ 16
Output for 5.3.17
4a9a356dfe2c443e8a57e9120197c107 32 J�5m�,D>�W��� 16
Output for 5.3.16
5ad45c2ff680463ab6840af6a2cfc181 32 Z�\/��F:�� ���� 16
Output for 5.3.15
bf77caf232e34417818b4b9366488681 32 �w��2�D��K�fH�� 16
Output for 5.3.14
fa2165dc490e41228d542918d8d73862 32 �!e�IA"�T)��8b 16
Output for 5.3.13
cb3db1056e50451887e09f43aadfb901 32 �=�nPE��C�߹ 16
Output for 5.3.12
def58f8c4c9b43e6a74d8c97a479b991 32 ���L�C�M���y�� 16
Output for 5.3.11
f1fa9a648e134c8a928dbc9239a398c8 32 �d�L�����9��� 16
Output for 5.3.10
1da645d8d1644a5bb9ea5d147d62565a 32 �E��dJ[��]}bVZ 16
Output for 5.3.9
c166f56ef1254d1aa7c2d3fe5397dbdf 32 �f�n�%M���S��� 16
Output for 5.3.8
4603cb00002545e2bda0bafbb4ee831b 32 F�%E⽠���� 16
Output for 5.3.7
993ade21553a45d39c6096b27df73b29 32 �:�!U:EӜ`��}�;) 16
Output for 5.3.6
67a4f2cedf434b74881e4341e00d4c4f 32 g����CKt�CA� LO 16
Output for 5.3.5
fb418a82089f46419b512e1f08010ad1 32 �A���FA�Q. � 16
Output for 5.3.4
883c8f44b6b94441b1aeb90a54d74a35 32 �<�D��DA��� T�J5 16
Output for 5.3.3
bcdaf0db4a4f4f5c9d0a350a67e9be15 32 ����JOO\� 5 g� 16
Output for 5.3.2
e277d6f1db4a4ff8adcc570c494344aa 32 �w���JO���W ICD� 16
Output for 5.3.1
348207c7a4b24e329b82a42775089abd 32 4�Ǥ�N2���'u�� 16
Output for 5.3.0
9c4da89f466d4cf7a9df332790e0518e 32 �M��FmL���3'��Q� 16
Output for 5.2.17
5630444da5064cc68e619a33b6203293 32 V0DM�LƎa�3� 2� 16
Output for 5.2.16
77e3b296664f4c809f60e94f27683e9a 32 w㲖fOL��`�O'h>� 16
Output for 5.2.15
ec37a97451854727afab2874bc72fcaf 32 �7�tQ�G'��(t�r�� 16
Output for 5.2.14
7ee3ba69446444ba8ab5294d213811f2 32 ~�iDdD���)M!8� 16
Output for 5.2.13
baf1ead9dd634f1eadf1ab139e1e0063 32 �����cO���c 16
Output for 5.2.12
780f04ade79444fcb37bb4a7adfc7a2e 32 x��D��{����z. 16
Output for 5.2.11
e70b5b1e44a94521bd3facd10504f2f9 32 � [D�E!�?��� 16
Output for 5.2.10
b7a19b71992746db895a01568a83f455 32 ���q�'FۉZV���U 16
Output for 5.2.9
ff8b08a8b44d4616ad16d3794de3d80a 32 ����MF��yM�� 16
Output for 5.2.8
21d8643ebbb94a67a1ca33f3fc1d1d36 32 !�d>��Jg��3�6 16
Output for 5.2.7
83a016e4bad84da99fc9c1128fcfde29 32 ����M������) 16
Output for 5.2.6
6f9675fa24a04bcea50969c608ec1bba 32 o�u�$�KΥ i��� 16
Output for 5.2.5
46a0cedf9f2847f4931f8bd06396ebb4 32 F��ߟ(G���c�� 16
Output for 5.2.4
0dc757e982794d1b8bce34facd7c2ea7 32 �W�yM��4��|.� 16
Output for 5.2.3
773e8fde55af4bc08fee9b08e9db70ff 32 w>��U�K�����p� 16
Output for 5.2.2
a3b7659875ee495d914a9a9ad128b9d3 32 ��e�u�I]�J���(�� 16
Output for 5.2.1
87c12a79031b4cd58f7430f49c904639 32 ��*yLՏt0�F9 16
Output for 5.2.0
e4041a55e93f481b9292503ffd364662 32 �U�?H��P?�6Fb 16
Output for 5.1.6
84ee2c9955724cc3aee01fc2ec4ec6be 32 ��,�UrLî���Nƾ 16
Output for 5.1.5
8753094646a04b7c99e0375f564ccc9d 32 �S FF�K|��7_VL̝ 16
Output for 5.1.4
9f948a6dc0904ce4a8b494a14d3f9982 32 ���m��L䨴��M?�� 16
Output for 5.1.3
f8d9eed0a2104d3f99ee0bf3c10470b7 32 ���ТM?�� �p� 16
Output for 5.1.2
f23f563017224143b051403c39e22785 32 �?V0"AC�Q@<9�'� 16
Output for 5.1.1
1ea3ec74aa2f48aa87e852729e1768a2 32 ��t�/H���Rr�h� 16
Output for 5.1.0
9229e9c5ef2f4d4bb98ae824ccf44d3f 32 �)���/MK���$��M? 16
Output for 5.0.5
e943913a3ee540c58ee8362c2cfd3752 32 �C�:>�@Ŏ�6,,�7R 16
Output for 5.0.4
78cb0966766544eb9511e0dff5a8af9c 32 x� fveD������ 16
Output for 5.0.3
5e7851eacab5451eb0dfeba8479d43b6 32 ^xQ�ʵE���G�C� 16
Output for 5.0.2
0360d939a5574d9a8741e7f5af13989e 32 `�9�WM��A��� 16
Output for 5.0.1
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 56607a2a77b244159ee03744c9d86997PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 V`z*w�D��7D��i�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 5.0.0
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 77b17bd4c6dc4a6bac5585de1eb17b87PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 w�{���Jk�U���{�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.4.9
5cef5f2aee804f75b5b457c1ca667630 32 \�_*�Ou��W��fv0 16
Output for 4.4.8
36fd2ff18d9c4a8db87addb7867917fc 32 6�/�J��zݷ�y� 16
Output for 4.4.7
f62667fa11c6456999673e9cd31676d1 32 �&g��Ei�g>��v� 16
Output for 4.4.6
038a43cc689e42a2b741c08164c1b1d6 32 �C�h�B��A��d��� 16
Output for 4.4.5
46e6313eabc34661b758766d953fef11 32 F�1>��Fa�Xvm�?� 16
Output for 4.4.4
93e18526807c406da56a4cd3b61d86d4 32 ��&�|@m�jLӶ�� 16
Output for 4.4.3
1dcef808ab9e483d850f535f570b3562 32 ���H=�S_W 5b 16
Output for 4.4.2
bbb189a326214c32af3067f4aedbc782 32 ����&!L2�0g��ǂ 16
Output for 4.4.1
7d3ad22e1a2a47bbbe74c40ba331f39f 32 }:�.*G��t� �1� 16
Output for 4.4.0
0cfe3f5e48f54c4d8f3d10c93f37d95d 32 �?^H�LM�=�?7�] 16
Output for 4.3.11
b59d9dab11d14da29e506a6348ecf38d 32 �����M��PjcH�� 16
Output for 4.3.10
1cf6b87de291484f805759cfd786116e 32 ��}�HO�WY�׆n 16
Output for 4.3.9
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 fa660d1d2ac0473187482472a075652dPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 �f *�G1�H$r�ue-PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.8
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 e373fa49d25b4f05ae714aa089c4f3dbPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 �s�I�[O�qJ�����PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.7
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 e0f75e05d7ac4866846233a5984463f7PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 �^׬Hf�b3��Dc�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.6
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 a2fa165d8e8842c687f7f12d5a5d2511PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 ��]��BƇ��-Z]%PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.5
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 73717795acee4c46b695f95c95a278b9PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 sqw���LF���\��x�PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.4
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 dc36a3e4ab024e3382a1683275037478PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 �6��N3��h2utxPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.3
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 f75d92f33de442c29490b65cff60d981PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 �]��=�B”��\�`فPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.2
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 dab8f296ba0b488cb5e746d7cf5ed077PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 ڸ� H���F��^�wPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.1
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 758b2e88aa0a4aa28c157627952e7f62PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 u�.�� J��v'�.bPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL
Output for 4.3.0
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 22 40cdb52f013d4ac0b590d364c091c829PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 23 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 24 @͵/=J����d���)PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/WRh8F on line 25 16PHP_EOL

preferences:
184.04 ms | 402 KiB | 191 Q