3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo random_string(32,0,0); function random_string($charcount = 8, $mode = 0, $capsonly = 0) { /* 0 = alphanumeric 1 = letters only 2 = numbers only */ $chars_alpha_cap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; $chars_alpha_low = 'abcdefghijklmnopqrstuvwxyz'; $chars_num = '0123456789'; if ($capsonly) { $chars_alpha_cap = ''; $chars_alpha_low = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; } switch ($mode) { case 1: $chars = $chars_alpha_cap . $chars_alpha_low; break; case 2: $chars = $chars_num; break; default: $chars = $chars_alpha_cap . $chars_alpha_low . $chars_num; } for ($i = 0; $i < $charcount; $i++) { $rand .= $chars[mt_rand(0, strlen($chars) - 1)]; } return $rand; }
Output for 7.4.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 HW3RHU1KGRuGDni1L3kX9YIfO41S8v3C
Output for 7.3.12
Notice: Undefined variable: rand in /in/BFuDC on line 29 EESOImKrkFS18FMLdsTFB1Qjohbg4UdS
Output for 7.3.11
Notice: Undefined variable: rand in /in/BFuDC on line 29 U7Anp5mRTAFlkLwl4pLAKPNvHzRZnJKr
Output for 7.3.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 BbCTniEaOWyvALakdAGkg2eHXTYWyndM
Output for 7.3.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 yMktfLNQwTKeOfsNMPc35QXHcqt1m6lo
Output for 7.3.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 xsyP6jRozhWlbyUi82tut1JbhyXqZulB
Output for 7.3.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 ufBmgtprxJNI4aMeNsm641NF4ybYoUDL
Output for 7.3.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 bZu8AEsFfFFrX645AbcvCLVCnBq3ZPwK
Output for 7.3.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 CVimsmnnyNM0H8qAUYrVBJFVm3sFLWyG
Output for 7.3.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 5nY6DQX7DgzmgOdkIsOqrBth3fjtH1gh
Output for 7.3.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 nINNkGcvsx9GcbTQSG8YOXOD9X55J5S0
Output for 7.3.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 gpo6GvFzIyeJ5eaIWLQw2BhiCAvErp6c
Output for 7.3.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 ZjXUMlkbO8mlVpoYCaHmo6iCOJexuts4
Output for 7.3.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 CimxFaRhtxamOrkuwaZfgN2nTxRXnY3P
Output for 7.2.25
Notice: Undefined variable: rand in /in/BFuDC on line 29 IpHpDjVQkRqI8BE9n8AwBv4FHW3iuZSe
Output for 7.2.24
Notice: Undefined variable: rand in /in/BFuDC on line 29 Cgy2ZZCYrkxEozfQQYRaAtLgTwIeWpyc
Output for 7.2.23
Notice: Undefined variable: rand in /in/BFuDC on line 29 0XQBJNw6LT5DscvXpedWvD8WTXzCAr4a
Output for 7.2.22
Notice: Undefined variable: rand in /in/BFuDC on line 29 CzADkwHy7JNeCJkJFoIpGZY9ftADSFfb
Output for 7.2.21
Notice: Undefined variable: rand in /in/BFuDC on line 29 5GIoDl6qrajhkFOqqepz4Q7MFwqb8c98
Output for 7.2.20
Notice: Undefined variable: rand in /in/BFuDC on line 29 lIkO4VQTuWnm8IVxaEEPeMAz5wEarR1k
Output for 7.2.19
Notice: Undefined variable: rand in /in/BFuDC on line 29 HFsY96KvehVDGthFBjXXtRftVIoD51a3
Output for 7.2.18
Notice: Undefined variable: rand in /in/BFuDC on line 29 f4yS7vlqCc4KyxXBeKyCg62O3iKFCMsj
Output for 7.2.17
Notice: Undefined variable: rand in /in/BFuDC on line 29 wTpYksgRDletMtmk5NmzAcKLYh9gYqQx
Output for 7.2.13
Notice: Undefined variable: rand in /in/BFuDC on line 29 7dJVYK8W2KAgpmxxlXQ3xcTqp9kF516S
Output for 7.2.12
Notice: Undefined variable: rand in /in/BFuDC on line 29 OyoiwnFHHD0QAHrOvBs5k4nTUlrspC47
Output for 7.2.11
Notice: Undefined variable: rand in /in/BFuDC on line 29 GrMqfYM0Sil12jLdWxSjvwGI3id9jHOX
Output for 7.2.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 HuUuchpZGopgoXBDYBwBfrxS5f5tTtNR
Output for 7.2.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 DHIY68ZXluByLS4qmk7nDQqPeULaGl8B
Output for 7.2.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 QrE9HkAbiWQiXFnYwg3PCg809YbIfDnS
Output for 7.2.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 1WZVsCb0OAGVTa0hzfYIq4S91PYV2RFq
Output for 7.2.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 kgZKFFVO6gcOrEOG7vcvlKvnMAxqAaBO
Output for 7.2.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 anwAnhcigbdG2jJiRiiPnpF4yGXu4JU0
Output for 7.2.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 LzXgGpuJcd0tKv6ADeyKsHo3aImNLJ6G
Output for 7.2.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 Lcotc7Gv6LwaXsmRsdBQd2HgORMK8j5t
Output for 7.2.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 wMy1VNzhmgYCmhP1v0YciONupeqAhmqw
Output for 7.2.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 ilaJ2b7ZcS90np529bC86bv2kHb8Dql1
Output for 7.2.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 6wU1uIlT23juxzNkRhYzL6nzyqE0FLt7
Output for 7.1.33
Notice: Undefined variable: rand in /in/BFuDC on line 29 LCfLJAJiMvvGp8EWznnyP8xd5u6Mrabn
Output for 7.1.32
Notice: Undefined variable: rand in /in/BFuDC on line 29 HLLM4MADoozcE18k57BctK0QKuvEbtEr
Output for 7.1.31
Notice: Undefined variable: rand in /in/BFuDC on line 29 PTpYM2IlNABTTDf4Y074OVUPCwv1Png9
Output for 7.1.30
Notice: Undefined variable: rand in /in/BFuDC on line 29 ZC3WjYG7ms4pNNDeAY06pu1xQ4JtKXTk
Output for 7.1.29
Notice: Undefined variable: rand in /in/BFuDC on line 29 UVVnHFuVdDyr51Ri2hd5fFQ3NixsP5fd
Output for 7.1.28
Notice: Undefined variable: rand in /in/BFuDC on line 29 INUsBgrnclaWn49phwQZ92djmln3mcMf
Output for 7.1.27
Notice: Undefined variable: rand in /in/BFuDC on line 29 3xljFM9VAxWC8wHigTYiiOA7kLGaAW8C
Output for 7.1.26
Notice: Undefined variable: rand in /in/BFuDC on line 29 oPnWlwT9MBed84oOZiinm9PfXdpQHZ60
Output for 7.1.25
Notice: Undefined variable: rand in /in/BFuDC on line 29 xBH2JrRNqcGtPkR3p6xdSC4b9ITLTKWl
Output for 7.1.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 Dk3FMpI6KrFZg4agjw964sL86qa4nmAd
Output for 7.1.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 UFLVfVcAjMMCmkHM0scsWhd1fu0LCHhN
Output for 7.1.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 gDgoYYIPPbkPwjHxbXOOOR51hYBli0io
Output for 7.1.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 RkBL1OYfbbD7RFrZlIKNVtNZbzpOGTFf
Output for 7.0.20
Notice: Undefined variable: rand in /in/BFuDC on line 29 gN1eP1ffX2os134xcL8HZgsjB6SHgUcC
Output for 7.0.14
Notice: Undefined variable: rand in /in/BFuDC on line 29 zhcsQdnq1miVYXJsuELC07HLYkDEBEzh
Output for 7.0.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 czUZDOBo68yVH94nM9ypnGfddvsyHija
Output for 7.0.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 8AsONg0JZj6GPwcXYeACob7zLuEFKVEX
Output for 7.0.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 LEfkaUQzNetRjg4FCrkDdbB5A34Py28z
Output for 7.0.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 LMSTn220rNmZJzqG5Lox0WPeihMsOqtO
Output for 7.0.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 ojAvpI2HmcWVGOKcQE1yLmMNmoDwhJ1U
Output for 7.0.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 VV50xVRY8suL6bQivSffzC3OMMoP9zmp
Output for 7.0.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 g4rZChxMpYF4jUfzeZPl8oYBtGQVvbnV
Output for 7.0.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 C1yOcnV2Cgn450p8GshZ4j2NdXRPn0fL
Output for 7.0.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 hzOTyJWX3r0EMK39Hwpj9kFB0FLMAXQD
Output for 7.0.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 CRtlE3pFqLOdQmd9QB2ZYSbMp6aewrrW
Output for 7.0.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 IUL6fuQqm16Rio1IokvGTR4FgdPvhMqL
Output for 5.6.28
Notice: Undefined variable: rand in /in/BFuDC on line 29 1FA53DsC0z6ZSDySMQmQYtJSyQ0IGywS
Output for 5.6.25
Notice: Undefined variable: rand in /in/BFuDC on line 29 IKUJvdKm82qyU0Bf2JnFKdwwp3sgpdpl
Output for 5.6.24
Notice: Undefined variable: rand in /in/BFuDC on line 29 FR1hMjus15TZduqXjW7nWoeBOZmpS8tv
Output for 5.6.23
Notice: Undefined variable: rand in /in/BFuDC on line 29 idt5ZSdRIcLaQ0M7C4aYEKha2mxxlsiP
Output for 5.6.22
Notice: Undefined variable: rand in /in/BFuDC on line 29 YETRqzsa3AsufEi7aA5ZyvyPIRdvUTLO
Output for 5.6.21
Notice: Undefined variable: rand in /in/BFuDC on line 29 wDglkOcpIAQM4etNifLIkGRknQ7nzRSB
Output for 5.6.20
Notice: Undefined variable: rand in /in/BFuDC on line 29 453ZCvRuypI32CGLN1DkVPulBGrUarZv
Output for 5.6.19
Notice: Undefined variable: rand in /in/BFuDC on line 29 zfm8Ogc5N27asRqChFULQZb34YG0AkWT
Output for 5.6.18
Notice: Undefined variable: rand in /in/BFuDC on line 29 bSGzuZMoJzxK8CoWDgDevK1ao3opE0KA
Output for 5.6.17
Notice: Undefined variable: rand in /in/BFuDC on line 29 feCAS55Fbc5nOwbaTtkYAEaCrPf7Iwqj
Output for 5.6.16
Notice: Undefined variable: rand in /in/BFuDC on line 29 Hdt59rKYVqLrtWADIy3EyZIN20KFpJab
Output for 5.6.15
Notice: Undefined variable: rand in /in/BFuDC on line 29 S8rqGtQMnNoz5JOkZFgOOqpQdGIUgEnO
Output for 5.6.14
Notice: Undefined variable: rand in /in/BFuDC on line 29 Cf7bHaUHI9Bcjt5ai5dcOZ6qFDD4Ehef
Output for 5.6.13
Notice: Undefined variable: rand in /in/BFuDC on line 29 aCCAagOjO6szmzr991UYtnnNveX0Xdbx
Output for 5.6.12
Notice: Undefined variable: rand in /in/BFuDC on line 29 wLqEHddOFmIg8kPHdhCPa1iTD4c6uYdQ
Output for 5.6.11
Notice: Undefined variable: rand in /in/BFuDC on line 29 eV90qh8t8uogF2SN0LwmDK7J0WBOZXEm
Output for 5.6.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 lWlOe1MnfOAZHuA4BHmxeJFjtG6aluhW
Output for 5.6.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 mcTkm4vZcdvB8OtF0oRhOO8s4wUIaaUX
Output for 5.6.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 dTXdLNOjOmEjlcUTBrAfBCjqorSDZDrM
Output for 5.6.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 U2amxU2eqQIZW6bj6RCxTKIk4UPmRssL
Output for 5.6.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 DOOuBWpC6DDCKTyh6JJ23IYPhEt2TcTw
Output for 5.6.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 lgcAtNWaZgsSLwROGicybtM2JzkjDOce
Output for 5.6.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 FUaxbXsyyqWUYbbb5ghcG3yTXRAVhvqs
Output for 5.6.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 4a0qlK64ZunWxozeQDxgjjKug6UyE2Oh
Output for 5.6.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 PkMog74PgMS6ynCHPRBtwMCh54GzEJjH
Output for 5.6.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 fgcmJMdSTqE1UtiPHHUreFhe3mPjQIfi
Output for 5.6.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 rOx0Iy7n2AFrcUWuaGaAz6dQKI4vmmE8
Output for 5.5.38
Notice: Undefined variable: rand in /in/BFuDC on line 29 F1zmxtGrL7CQLLoeOY8jzkIMRAEXgQAo
Output for 5.5.37
Notice: Undefined variable: rand in /in/BFuDC on line 29 nLyexm1xKLsjknutaIITtwObAoMLMU5I
Output for 5.5.36
Notice: Undefined variable: rand in /in/BFuDC on line 29 tOWB4mHf9IXXu1m2LamkQWsQ5r5WYCzg
Output for 5.5.35
Notice: Undefined variable: rand in /in/BFuDC on line 29 bN3P8DMSZnM6EdOZER5or1nKpM2FMQjz
Output for 5.5.34
Notice: Undefined variable: rand in /in/BFuDC on line 29 EJkyx4iqWK87aDD9RGswt0T3iKIXNmMO
Output for 5.5.33
Notice: Undefined variable: rand in /in/BFuDC on line 29 YjPY7XmfulbWUJuN0Othp8KephFXBhrH
Output for 5.5.32
Notice: Undefined variable: rand in /in/BFuDC on line 29 j9JObNz9iRaeEsN3xLKxKcYHxn4OyQQJ
Output for 5.5.31
Notice: Undefined variable: rand in /in/BFuDC on line 29 PdF68wsrItbrmIkYt8Hi8liqXFM47ag8
Output for 5.5.30
Notice: Undefined variable: rand in /in/BFuDC on line 29 ToYxDAwazoo9Nj8zyFHWaU24fwo5ptXC
Output for 5.5.29
Notice: Undefined variable: rand in /in/BFuDC on line 29 sW0QGlR29DM27U6wnJE4TFi3ZMqHNMWb
Output for 5.5.28
Notice: Undefined variable: rand in /in/BFuDC on line 29 82r9Am5CsfxtNYnYxloAtMcBxe1hJs3q
Output for 5.5.27
Notice: Undefined variable: rand in /in/BFuDC on line 29 sYiL9ckMUWu23WuIZxmxeCjplUqcHXPS
Output for 5.5.26
Notice: Undefined variable: rand in /in/BFuDC on line 29 cCN3Tg4VnJCCGAoTEvWWXWiPO3Upse2u
Output for 5.5.25
Notice: Undefined variable: rand in /in/BFuDC on line 29 BzGoIlG1gMsEoMS3FzN50hGHRchZI7nB
Output for 5.5.24
Notice: Undefined variable: rand in /in/BFuDC on line 29 7MB0fz47KVl0sPZvfAmwpeBab1sL5jEs
Output for 5.5.23
Notice: Undefined variable: rand in /in/BFuDC on line 29 0gxrKGoIMew7jYosQNphn9YQkl4RE0PG
Output for 5.5.22
Notice: Undefined variable: rand in /in/BFuDC on line 29 6ka7iUSjHd7hPlvbi0FEWHTQwIzOApTR
Output for 5.5.21
Notice: Undefined variable: rand in /in/BFuDC on line 29 whGoOCkIlTkvDaCu77MJdVIWBe7YeiNF
Output for 5.5.20
Notice: Undefined variable: rand in /in/BFuDC on line 29 8k87xGAzDMya7MKVkcaKOYC0vVWh7N7n
Output for 5.5.19
Notice: Undefined variable: rand in /in/BFuDC on line 29 7tnWZd89H5x7R44nfUAbnIfnDLVtK4Zc
Output for 5.5.18
Notice: Undefined variable: rand in /in/BFuDC on line 29 h8SE808f65zLd9doCn8E2W6IDdgS3CBD
Output for 5.5.16
Notice: Undefined variable: rand in /in/BFuDC on line 29 8kUZc7pKemcJdLYWXIC9oqsXuaQVjgqs
Output for 5.5.15
Notice: Undefined variable: rand in /in/BFuDC on line 29 nhlMguaIuBRq1AgVkrOe8WTp3A69jyml
Output for 5.5.14
Notice: Undefined variable: rand in /in/BFuDC on line 29 c0VFqPDKkXw8AiUxTzCl9gV3z0k05SjZ
Output for 5.5.13
Notice: Undefined variable: rand in /in/BFuDC on line 29 zixh7LFlqInvtAxWiMVnuocR5ea0iXCs
Output for 5.5.12
Notice: Undefined variable: rand in /in/BFuDC on line 29 LHcdLn2JtsWznLvbRgDxM4KNaNUWzGxL
Output for 5.5.11
Notice: Undefined variable: rand in /in/BFuDC on line 29 ND71deUbYOy0BbxacV7B60DIWlmkmv59
Output for 5.5.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 7SpH14jMpHrJ2YTadfZnpxH9ca3NEzM9
Output for 5.5.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 lKbgV5tN9kMitb9ZuVcMhr8iDX2DZ2Ku
Output for 5.5.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 URDCaBsvKuDJhxYgAbs352GCbHwCQib2
Output for 5.5.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 ykah2hF2wEVrK24eG9dMdhB3etjO5Xav
Output for 5.5.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 Gz3YcKgBhnPBvufCMSXGNkopoNpNlwX7
Output for 5.5.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 FLVY8vCwAIoaihb1VIFmSXYbxjIGXNuv
Output for 5.5.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 hBHAHSrOGQMntmetriNcBLDGSdwL2A2C
Output for 5.5.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 2u0p2nhCFt8itZOcuAn79TjE94EO8ZyW
Output for 5.5.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 DVfSp2Qh6kzbELLrrM74eATufcOai6xx
Output for 5.5.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 UScZKT1feCkTYhQhnfYtjIJkCzjCLIkX
Output for 5.5.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 777hdk1Ej21pISgzV8ri8qDZPWTmwNEG
Output for 5.4.45
Notice: Undefined variable: rand in /in/BFuDC on line 29 SaitwGmNkVXFTsDHrVcmqxXL3iB15VwZ
Output for 5.4.44
Notice: Undefined variable: rand in /in/BFuDC on line 29 ikzsDbj2iCS1iTgDW2wLyqh5xBcLR161
Output for 5.4.43
Notice: Undefined variable: rand in /in/BFuDC on line 29 FgYX309MUMnh9gHV8E3AQyzeJmcmtb3n
Output for 5.4.42
Notice: Undefined variable: rand in /in/BFuDC on line 29 0ExHQYEgwviht407Ke4PValZsg0yCdIF
Output for 5.4.41
Notice: Undefined variable: rand in /in/BFuDC on line 29 2no94LaZs26Rm9rrBBnIHRSfjFg76xf8
Output for 5.4.40
Notice: Undefined variable: rand in /in/BFuDC on line 29 hDkOv3n8sR73XkiZ6vaOvDoOHHHQc834
Output for 5.4.39
Notice: Undefined variable: rand in /in/BFuDC on line 29 is4BroqXdaKudl7za7Srq45OHlOJDigs
Output for 5.4.38
Notice: Undefined variable: rand in /in/BFuDC on line 29 fhEmHoN3gCTGFmXKmmOCRjN2pS46sIrq
Output for 5.4.37
Notice: Undefined variable: rand in /in/BFuDC on line 29 2kdgch5umahLzY0znWVF2B4XEt2IeEDN
Output for 5.4.36
Notice: Undefined variable: rand in /in/BFuDC on line 29 rS2dKaGncah9Sd6fERENRPHaRVDm4ZWG
Output for 5.4.35
Notice: Undefined variable: rand in /in/BFuDC on line 29 gYGMLuruUM4CEgdyxtkQg4CiV1Z9qwJ6
Output for 5.4.34
Notice: Undefined variable: rand in /in/BFuDC on line 29 xGEwaJAHTv6emvxH96fma6eX0oieZ7Hp
Output for 5.4.32
Notice: Undefined variable: rand in /in/BFuDC on line 29 HCNmeXwwXqOzLD7lRkuWQMaxcQOkv2yK
Output for 5.4.31
Notice: Undefined variable: rand in /in/BFuDC on line 29 xu9szVbvQ5Q6FPu0TShdXzvDFAitTQ1c
Output for 5.4.30
Notice: Undefined variable: rand in /in/BFuDC on line 29 SRO7xnhL3VIC8hKQcuQxu8HA9jCV69Z1
Output for 5.4.29
Notice: Undefined variable: rand in /in/BFuDC on line 29 GNLi0sncixJFs83W7kEHTo6x5g9vtl1y
Output for 5.4.28
Notice: Undefined variable: rand in /in/BFuDC on line 29 yozeetJq79JVWh4Td08NB1xRO8iZHspM
Output for 5.4.27
Notice: Undefined variable: rand in /in/BFuDC on line 29 pQIUmuiCAYOruwo4hkW2RWBLJzv0snG6
Output for 5.4.26
Notice: Undefined variable: rand in /in/BFuDC on line 29 H3VZoBDL0A1i8Iy4nAswoXR8KiltNqQh
Output for 5.4.25
Notice: Undefined variable: rand in /in/BFuDC on line 29 g6DVYykMVlCEtcU7PBZGv30OJECy98ZJ
Output for 5.4.24
Notice: Undefined variable: rand in /in/BFuDC on line 29 3qApl2LX5Cf4H6IxhC35JvkkLQhWLjO5
Output for 5.4.23
Notice: Undefined variable: rand in /in/BFuDC on line 29 Fsb5D7BHfzzrmGpjKKXbJCUdMYd17Vcj
Output for 5.4.22
Notice: Undefined variable: rand in /in/BFuDC on line 29 6N0gHM6A0VN1Gq2Wnx0jUZX7Mngmxbhk
Output for 5.4.21
Notice: Undefined variable: rand in /in/BFuDC on line 29 OURS37yFWcEUW9ZUwG9V9pbQpcMorLUj
Output for 5.4.20
Notice: Undefined variable: rand in /in/BFuDC on line 29 jo4Yq5aqha6BjBprjzFI9QLXvDmFhCuD
Output for 5.4.19
Notice: Undefined variable: rand in /in/BFuDC on line 29 jFBFx9Iajfk7LTc18hA0BfCm0lUMQiBm
Output for 5.4.18
Notice: Undefined variable: rand in /in/BFuDC on line 29 kEVsNWB63Im4qDfcT4Mg1zyoF5mv8ExV
Output for 5.4.17
Notice: Undefined variable: rand in /in/BFuDC on line 29 sRqBIvgTzeUDkMGOayKgYJxdJOoHYj25
Output for 5.4.16
Notice: Undefined variable: rand in /in/BFuDC on line 29 QMHVDloyeEHIpXtoO4u2keH0Ha5PsKik
Output for 5.4.15
Notice: Undefined variable: rand in /in/BFuDC on line 29 TeTgZPU5GRWFrqhn6IQFJE1OHPl7FlVO
Output for 5.4.14
Notice: Undefined variable: rand in /in/BFuDC on line 29 PGU3nnWIaDzD2zeH1RLhD7LI30LLD7Jn
Output for 5.4.13
Notice: Undefined variable: rand in /in/BFuDC on line 29 alhNxsnvbaDOSQ8jD9s5YXHs0VaHC2PM
Output for 5.4.12
Notice: Undefined variable: rand in /in/BFuDC on line 29 8uhS8I8Yvk3gwTs3STdgK37dawI67Zkj
Output for 5.4.11
Notice: Undefined variable: rand in /in/BFuDC on line 29 Lz3IsaTUpGzSSGL7oqCPI4x9FqH8g7dz
Output for 5.4.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 GAiCLyrHv8KJdQ6Fm3qhdXC85FPduiBZ
Output for 5.4.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 776HoGNif1k6vW232Y3iUik89yCeJqdw
Output for 5.4.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 9xRdlcNLRyyxNhJq6S5GMa6gZnKRtR0Q
Output for 5.4.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 Y3poWBl7Q6taNkF7ukUiyHQAvxS324Jv
Output for 5.4.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 0Rwrct60vjnV7T96joX3rTT98GRxuqmR
Output for 5.4.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 LFRZxL0QnF8wvJQO80ivBeHiNK9nb4Y8
Output for 5.4.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 2Bf9HalwkuqEkMiXtTi8iaOrMNwMXSpb
Output for 5.4.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 SlUzzUCEFceLCPBdjsd3BmrD30cRQ8J9
Output for 5.4.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 cVyopCpb73dQHq9Q9Wcnu4QUUMIpeLX7
Output for 5.4.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 ybG8XyBaWaIcTp7JxfyyiVSyf73Nni3i
Output for 5.4.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 Bu5HwGKS9tcIKofnSzSCprUvJ9LxVQCb
Output for 5.3.29
Notice: Undefined variable: rand in /in/BFuDC on line 29 gPWchgWE85HH6479TYjPDjZXCrYuOEVu
Output for 5.3.28
Notice: Undefined variable: rand in /in/BFuDC on line 29 FXyRyyLuuY7e07mMGquHedbI6CyJrTw9
Output for 5.3.27
Notice: Undefined variable: rand in /in/BFuDC on line 29 ZB4PDiKBmjhwRrAvQeET3pBZVsd3KJOP
Output for 5.3.26
Notice: Undefined variable: rand in /in/BFuDC on line 29 kvsW6GkKY247IDdZ86ahQ1wwPSsxSkdH
Output for 5.3.25
Notice: Undefined variable: rand in /in/BFuDC on line 29 krd7Xg0Nvbl4S6TIwxNi5WXRJS322kn6
Output for 5.3.24
Notice: Undefined variable: rand in /in/BFuDC on line 29 QskVflnnpOqoE41dVk5Kt89CSgvR6Q69
Output for 5.3.23
Notice: Undefined variable: rand in /in/BFuDC on line 29 U5CJum1z4hhHSw1qWu9cSLU56y08Wqby
Output for 5.3.22
Notice: Undefined variable: rand in /in/BFuDC on line 29 Ovkw2xTit4bFefuS5LGKQO7ir11MlD18
Output for 5.3.21
Notice: Undefined variable: rand in /in/BFuDC on line 29 cLt0ILXpkzq4HIA4Zhd7vNRBBtrZSOKY
Output for 5.3.20
Notice: Undefined variable: rand in /in/BFuDC on line 29 PFDfh5JTZYrsErTZxjEA4IuJvhJxqgcL
Output for 5.3.19
Notice: Undefined variable: rand in /in/BFuDC on line 29 3fOdDPxpgnyfdiy9nOrb4gcdx0Pjw5Nf
Output for 5.3.18
Notice: Undefined variable: rand in /in/BFuDC on line 29 TFptcOhMiQO8LCEqbgPwiEtHg7RdvaFW
Output for 5.3.17
Notice: Undefined variable: rand in /in/BFuDC on line 29 D5nnBULBuahckIIdS2yBfSMor7lIqHeC
Output for 5.3.16
Notice: Undefined variable: rand in /in/BFuDC on line 29 inkAQ81k4BInT1Tr14tMbeKldMd5O9Po
Output for 5.3.15
Notice: Undefined variable: rand in /in/BFuDC on line 29 nO80Em6e0duWlqK5hqTXoO0TPRsSnMTu
Output for 5.3.14
Notice: Undefined variable: rand in /in/BFuDC on line 29 IaZT6Kphey5e3YOBtRTcbGqigB9R7Zar
Output for 5.3.13
Notice: Undefined variable: rand in /in/BFuDC on line 29 nujPkJXKv9cmWySXKYFCuqYYGdWIbxbR
Output for 5.3.12
Notice: Undefined variable: rand in /in/BFuDC on line 29 00gOYmbvO1wLFAlQzntbuDjv8B441QaC
Output for 5.3.11
Notice: Undefined variable: rand in /in/BFuDC on line 29 29IDXBgZ9wGbDUzRWYm1U1imtrELuZOn
Output for 5.3.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 CeGZirc2p7LKzMWjnJMyt4tbUoS8TTky
Output for 5.3.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 e3c9X8oiGiIzGr2pAW1Xjln6ucuIwDfd
Output for 5.3.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 GiI4kGym82TvZt2LPl9W0RZWIJxjQWKr
Output for 5.3.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 5rChh1lOYiTmeyIawqv15QUc7OLaivce
Output for 5.3.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 4nU4RdgX0CfzBiLyKTLooWE49jy3gpOY
Output for 5.3.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 EavVat6KoFzMHR4pLztU4VYCbcb9zJ4R
Output for 5.3.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 6g8SpdFNEnQzHXqrWUmHqWWTdqArwQX7
Output for 5.3.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 9FrH233YARxnBSwiCdIFdI0DIEaNftW6
Output for 5.3.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 gY0smTMXdwxXotRTmpKbGdUFdABJKfqT
Output for 5.3.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 zLSG2Wm7fm9SqPPI8rDu4XHZzmpH4APM
Output for 5.3.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 DBD4moE0ibbFiSKBZD3kAkG6buminuls
Output for 5.2.17
Notice: Undefined variable: rand in /in/BFuDC on line 29 UlBpEHXRhM02ZNHQCiwF7yjT3ndKWH5d
Output for 5.2.16
Notice: Undefined variable: rand in /in/BFuDC on line 29 uUvDO9vOnw5KZsKqK1E3LTlCMYw0LT4y
Output for 5.2.15
Notice: Undefined variable: rand in /in/BFuDC on line 29 tDzuqBIfY7S0uVtnN7pCTtepqGJjWXfw
Output for 5.2.14
Notice: Undefined variable: rand in /in/BFuDC on line 29 Lu6FIctaTD3f35JRxzUKOmB1QCzsnZmQ
Output for 5.2.13
Notice: Undefined variable: rand in /in/BFuDC on line 29 ajjymx9F93JEN2JUNWQDPbmalxO2St5n
Output for 5.2.12
Notice: Undefined variable: rand in /in/BFuDC on line 29 YupwhtZRE5UnCSHnJI84RNpdE0V2hVpb
Output for 5.2.11
Notice: Undefined variable: rand in /in/BFuDC on line 29 COuivty7vKdsoh3CplZVb4YeVup9ikY1
Output for 5.2.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 zZDf0mfoYTUyyoKhymL5O9jvl1ComvuK
Output for 5.2.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 iaag0hOwD8AnuHRbHP1SZ6kqwzZo2z2w
Output for 5.2.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 1QbpAg0ct4ggQdhdiZhRLOdcPenXQ0go
Output for 5.2.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 OUoBHpK0wK3Xbdh5QuJmwImv1QPL3yOj
Output for 5.2.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 cnHPvF0sTUf2MIICxYRy8J6j5D3zs1vM
Output for 5.2.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 IEJctKAfPuerMpk8BTraNRhSqJVfAtFw
Output for 5.2.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 oaPImMWJhveHmo1UMctnOJyUDW4SIkHw
Output for 5.2.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 IrThaewL4YtwOLB2761hOc8xdMjKFihw
Output for 5.2.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 QRzVjdQYgvpEu84FqgEhBC5AgLmzL4z0
Output for 5.2.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 WC5i335d1xWUJHvZ2eonwU0STRkrwOQT
Output for 5.2.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 Uuzcf2eHEwgIEhBAfGur02KuAjQAT2nY
Output for 5.1.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 9Tu2v8BqjGCgFD05mgouSEjrDcODDYyu
Output for 5.1.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 BMs2dnL8rlNBbcgV85p65a8abbJFadF5
Output for 5.1.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 654E45Fur1Nhfq22yCkeCmx8nueHRMI1
Output for 5.1.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 00ZTy0DBfBNSlfE5yw5jwfERWekbWY9E
Output for 5.1.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 LmTq3ozNPSUJqpMlPlsoKRIkXhVtS5Hb
Output for 5.1.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 1FN9m6T6za5xoA49cba2epswhIdpMYq2
Output for 5.1.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 iL7DnZmPIllCBT7VIEnqCcwhwbmhdSMt
Output for 5.0.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 JkLdqYfYgu5s1eV3AYhw9ewSnIoQo3Dg
Output for 5.0.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 r3BARvwo76DwvHGh1fvndqtaptlhJb0X
Output for 5.0.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 ik7smpn9vBa9gci6oPIQBX3QlxoegJQb
Output for 5.0.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 gkbdHVMu7f5LjR0e0dOazkZ90xEz2yjR
Output for 5.0.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 U2psTnHkuQYAjrM51ftVLfQjTXrCXwEa
Output for 5.0.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 B58BcSgvd1qX5VuFlGdeGI24mreoUzhH
Output for 4.4.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 5Z0gYYgxoRhneCh8i03YIEnPfWLd6qtp
Output for 4.4.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 RiRFOw99O5gMrRkUk0F5GH51BU1LFguG
Output for 4.4.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 9Gpk78922a0h5rvhO6CdotbAXjpGbTk1
Output for 4.4.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 fAczck4lhDTk4SN5ZHpwcs7AapmrQmBF
Output for 4.4.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 yZom2mxaDFUT5Hsjh8ku3cGqRoEZtj0t
Output for 4.4.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 BgZsyzRoWUXOdXR5cVggrOkQdu5oPuhX
Output for 4.4.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 Pa1KGknK1P5f4KVUKBrS58o6MZpIKWyk
Output for 4.4.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 v4Ll43JwUcKeguPhK9cMFx7N0KNDP9qh
Output for 4.4.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 K0jVbuPZuiZzs2xikXff4qsMPxcZv9sa
Output for 4.4.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 IJnqv8sSDLbIAVZSi40vn1sf7PU8dYDu
Output for 4.3.11
Notice: Undefined variable: rand in /in/BFuDC on line 29 EqlxIAqFAjTcjdAwwKJRmTxcStm2IWaJ
Output for 4.3.10
Notice: Undefined variable: rand in /in/BFuDC on line 29 TLE3SQkqE6MlRSFVAu0mEu6hX3ivR9ty
Output for 4.3.9
Notice: Undefined variable: rand in /in/BFuDC on line 29 2CeiYQiWPBKTgIcX6gfLXLhPwTOfSDZb
Output for 4.3.8
Notice: Undefined variable: rand in /in/BFuDC on line 29 aaqzPVkQxEgo7lArnvjiQXzS5BySLKrW
Output for 4.3.7
Notice: Undefined variable: rand in /in/BFuDC on line 29 r5utDdiGTXDEt2BwoDplqeoiCmwZDDYS
Output for 4.3.6
Notice: Undefined variable: rand in /in/BFuDC on line 29 cJY5E2NaNHMK367v1hpf9TYbyhwaKCht
Output for 4.3.5
Notice: Undefined variable: rand in /in/BFuDC on line 29 sf3mGKnHvJ6KqLEH6ntiVWZXfHbE9Muw
Output for 4.3.4
Notice: Undefined variable: rand in /in/BFuDC on line 29 VtrX98E2CSE4mkV3bqSLCabIz7nwKZeo
Output for 4.3.3
Notice: Undefined variable: rand in /in/BFuDC on line 29 i4ADMc7cw3Ojj2NsKdbbbmEGZWji6n5U
Output for 4.3.2
Notice: Undefined variable: rand in /in/BFuDC on line 29 klPy0cyyqCfPHxs5QmfmL4o9jsDM9JQk
Output for 4.3.1
Notice: Undefined variable: rand in /in/BFuDC on line 29 G2BcEukXYWMwSIIQabJLS4DOS9HgOBIm
Output for 4.3.0
Notice: Undefined variable: rand in /in/BFuDC on line 29 ELAw0itC0oS1tss2WX0KNPORCNFFgHVm

preferences:
169.24 ms | 401 KiB | 261 Q