3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { $chars = '0123456789abcdefghijklmnopqrstuvwxyz'; $base = mt_rand(2, 36); $len = mt_rand(10, 100); $str = ''; for ($i = 0; $i < $len; ++$i) { $str .= $chars[mt_rand(0, $base - 1)]; } $gmp = gmp_init($str, $base); $val = gmp_strval($str, $base); $val = str_pad($val, strlen($str), '0', STR_PAD_LEFT); if ($val !== $str) { throw new Exception('Not same - base '.$base."\n-".$str."\n+".$val); } } for($i = 0; $i < 100000; ++$i) { test(); }
Output for 7.4.1
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 26 -od4cge0bdgde +000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.4.0
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 21 -g0c395079gj5dja9gf0kaccbdb96db14f4cijif1d +00000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.13
Fatal error: Uncaught Exception: Not same - base 9 -70327842527706714 +418517202253014760 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.12
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 25 -77hk6462do31b6fmo9nokd93678ha6g03goeale02f +000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.11
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 29 -g5l9llp2iqs6ncenb81n43lbs4raaj44i6plmp06i9d +0000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.10
Fatal error: Uncaught Exception: Not same - base 11 -18739812404480720 +0453909989a478393 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.9
Fatal error: Uncaught Exception: Not same - base 4 -333000121102333312033323332220223 +1001223003112300213111210223111302303111031020103110333 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.20, 7.3.8
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 29 -5imm9jhd17agn4i +000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.6, 7.3.0, 7.3.7
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 33 -6v5bwr4wmgrf5kfwecs2v0ec5hu5mfbeniww +000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.6
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 31 -er3qsa9e6nf3ciucqk6tp7s87l92n62j25os378ijq6a5pt8o8d4t77f40kcgcc8reh4r34t0003og3tfg +0000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.5
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 16 -fc89af5a92aad0c63908d2f8d13350a99b8f6c94bc88692a96d0bc0e44618b70 +0000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.4
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 27 -lh837jq2he91hp207k819o94g74i7mbgp3njfbik +0000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.3
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 27 -163km4gg76pkna8e +0000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.2
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 18 -8bb0fb147201bcfg2dc2ad1e44d357f60ehadf3032bf59d02hdgf4ga2 +000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.3.1
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 25 -4361f1o9a2o78lgnf4me04355ghb +0000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.26
Fatal error: Uncaught Exception: Not same - base 9 -42845160235871012646552000173511022 +1810380738624247476084184373734750221 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.25
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 33 -2oojmqri49eg37i45obqbdws9hp4gwvorvflr2pvngit4uvusvg27ic82supbn4k +0000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.24
Fatal error: Uncaught Exception: Not same - base 7 -666251663516560235232351562121022 +506152206342233133400000105615515326106 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.17, 7.2.23
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 11 -601936151608157787117022943459965964705aa056a8113916a95402a9155321765a671451a3882a335992 +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.22
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 15 -8a90b0e9bda5e723476249956d296bda9de168bbc910dded73384225a3c2aba135e93580de8 +000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.21
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 23 -g9jabh89jcmj49md7kci2c597jk5c431am3k73g458g5e95kkhke7eg6amlj6mlll11b549jg2 +00000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.20
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 24 -gn4gah1kbm02445k86fh5mnn1angbf9879n0gk6nf8i2ic5amf1acl66fc84agb25njak9f17h4g83j5hjc3f1fe1hd5mcl3mj7f +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.19
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 18 -a37e9d3667ccf3990f32b64e2be0b7a50c2652eh91fcgg738da74g59a50305h0g2563 +000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.18
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 20 -6eab65dh6c4c2b1bb55dd65j615884f3e20195b0cb1395j9i9jhac86c27bf6b80a1hji0hb176hg58730jhh637904 +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.1, 7.2.16
Fatal error: Uncaught Exception: Not same - base 8 -75053446512402545254237773615745366137645572412147173105506566316264246712121330336354747146364 +1077543403472102470227355002166424024661772344204100021534724725615141231501427230507776571517113227360174 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.28, 7.2.15
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 16 -d58ba15cf5c5b03a8f96e609c6a7c792cf6b7908cbf12249f498b0b7e5572b819ba6bbda +000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.14
Fatal error: Uncaught Exception: Not same - base 6 -110234331353311424251014555112541025401430540052 +2131104211525504552143045533554033501030044512042533221320404 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.13
Fatal error: Uncaught Exception: Not same - base 9 -73741646137476258304644373148786338760484803051511524587762666145648543147602666 +456026086068065055155778254032055807147331153844368856145232206857527567707701506387 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.12
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 32 -bf4sp8l3d1b8fo9draf3893q140397of0c8ao +0000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.8, 7.2.11
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 30 -9sqji1dioaso1h38eghekhi0qsqdc3tdooaansq6e +00000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.17, 7.2.10
Fatal error: Uncaught Exception: Not same - base 2 -10111001100001100 +100011111010111110011011100100111000111001111101001100 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.9
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 24 -n51f4baijm2mkln5cb126bm +00000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.8
Fatal error: Uncaught Exception: Not same - base 3 -00210101120112210020011212222220010021102211201010112001220102211011122111102001020010121112 +10112000020220120210200101212021221110200002112202102110201222120102122220100122010102222221001212221211121012000222011122220012202122101121012221011120101021202022110021 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.29, 7.2.7
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 26 -ekp2j566p8eiha2m9p4ef1of53blkgonl1k470609dl51oel1ki7690jn648djmh7 +00000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.6 - 7.1.7, 7.2.5
Fatal error: Uncaught Exception: Not same - base 4 -23020102011 +111130012232011323 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.4
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 24 -igi815mca55bmdid0fm181k3gh5jni65cf9ilaack6l11b1hd56f7nad13aendmkclgffe0 +00000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.3
Fatal error: Uncaught Exception: Not same - base 3 -21002222102011011011010102221102200120110100220201110212002121121000200000012111001 +12102112000110211222022200011101220222201101020012200022102220202000020200122220012100112120022210120222110121120211202200102022111111111201020012211201212111112200222200101 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.1, 7.2.2
Fatal error: Uncaught Exception: Not same - base 9 -433387484847127416162660 +5380723183528124451465706 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.2.0
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 26 -3dj6fg1if83m87m6 +0000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.33
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 16 -86d8f86c809a2a71e65beffacbfd016e3d128d61aabed52f5d6084fddfa858c7a16627dbb2c2ae8 +0000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.32
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 24 -mf5k951b45l1b2b84li04dg075g +000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.31
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 30 -kt6ca49iaejte6rrjlnrdn734e3e9moog2i8ncj4hefk0 +000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.22, 7.1.30
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 35 -u7mbgtuvqber6nvansiq6b7gfohskvb3i6bn82uhulpkfy6h3je2b8x7i +000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.27
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 14 -95d72c29c769a2c0d7053241b35112a64862d65cd9970419721b2dd11aaa6add621c5365bb3248038b589d420012cd +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.26
Fatal error: Uncaught Exception: Not same - base 8 -11775655543151445153733123203 +11406230034167050516264654716203 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.25
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 25 -2fe52a97h2h4i2173hofn2deo6b5gmjn12j1cgl2ab14nhne5628mi +000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.24
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 33 -w52gruli6mbahq7t0ogp09c8l8p6sab8qu5fnnpvol6r3pib17hfjvp537orois2u1vwqup5benbabsl4bc0q5pnig2j2tdus +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.23
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 26 -60jl8oecd3bgbklamkej235cmfg5246cn5h0de6b +0000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.21
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 15 -7c679c1c67d101874152ed971e7c6a9a4a4ae907b1e297a650c0781136c44180b48043a5aa85b76e242806db35361d1ce79 +000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.13, 7.1.18 - 7.1.19
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 23 -kl34k99fba0je5maahhgee7hiflcf199g6909kc9cb0fgdiihm9gd54m1l1b0hk03ai56l2d4 +0000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.16
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 19 -4b6i8i9fieh3637 +000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.15
Fatal error: Uncaught Exception: Not same - base 3 -2010222111010101002110110022222010022200011200 +22112022122002000110021010000100000000222102212210222222201002222120120210221121022222020010120 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.14
Fatal error: Uncaught Exception: Not same - base 5 -410233132224430114140414310402202241414002300000410322231222130312304443221100304 +13230003112410043422404431122132024401401404440112213422423011031110413321034204002410044444103323331444204100202204 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.12
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 33 -7492j28wjicrahjs8d3imjlmi8h4w9aoqi4t9kblvnvmrim3k18e5ob0w39g4kk1aj0jut6c85hl +0000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.11
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 18 -52427bahbdd608a261e76608c00c10bc0ddd3ag377211406ce1bbh2b8ed5ce5454fdb6146 +0000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.10
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 29 -7sf6rg1kohi13bcgs36a5feb9q8 +000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.9
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 19 -8bbaeb3hgc6h90ae2a3ef032eea2g870152c6f4dge76b2h73g +00000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.5
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 29 -8c72qmqbilhg0qgd9lnj6pfq5849dok5k +000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.4
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 16 -4379d058a211a2f486739701c2e49aa575 +0000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.3
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 30 -a2hjcc46nppga53dd3jq3so3jdln15ikds8b2ac4kip2toc70tfactcqhj4g5b48fjc0qfkan37ocmd4t6s0rg76c0cl6ema +000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.1.0, 7.1.2
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 16 -d2e34adac30a00d6e96a1dcbae9a +0000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.33
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 23 -661idc9g9ba4b05jmb5g8089dmg798m54l7dk7b414dbgbcm39587hdcaef53agbdkahmk771ea2clkmla3fd2gb +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.32
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 26 -ihp17mfdem6cgmo64pii8oo268aganlin471o95654h0pn526gm983opmd9j2c9p4 +00000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.31
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 21 -eekhkfe42a965gfhf1713g34448ka679dfd1c7afef01cd5hb5fg72dg4kgfig13d954a274c90b8eefh8303h3cc491 +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.14, 7.0.30
Fatal error: Uncaught Exception: Not same - base 4 -23003013110012202331203032103302131202210232103113103213210133 +321100211312123002032220322233221002031001302231303130330213313120221202333313211313233010211202220111 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.7, 7.0.29
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 21 -k8kg595d7h3631c7g1h7dha2i007 +0000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.16, 7.0.28
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 30 -smn0lrg6s8r3g9a8r4agsda9drmddobrmmk81j7grep14oe5j9reab13g7q0abth1mf22iqf4sdo8cbhcbqfmeminoe2t +000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.27
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 19 -2e86fg6fi2h8ea69ae3cc2dcgd6c14a3fcf6abcc21df5i32d01agf7c49ci3d6c62a2e8fd608 +000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.26
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 32 -it6q6u80165 +00000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.25
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 24 -nc01g95gf86153bb64lddhgfil69lff3mcld +000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.24
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 16 -771fea02ae45bca86066ddc221e54ee914fa3c633d3345a0716909016374ee0448efebaf191c0701ddad4524557a8 +000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.23
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 30 -5mrfgm5qt8sq6l3go1 +000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.6, 7.0.13, 7.0.22
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 30 -7l5ekhghk0i892828ga5t65ha94tj818ij2dd3g830sd60op0b +00000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.21
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 14 -a2b536415d1429d0bdcdb88c6901c058158cc1939ad1ca +0000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.20
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 22 -j2bdh13iebga86gj17j +0000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.19
Fatal error: Uncaught Exception: Not same - base 2 -10011011010111001101101100101101110111011110111001010111110001010001000 +10111001101010100001110111011011001000110100100110101110001001010011001000011000011100001111101111011101001101100011010010000110101101110111111111000111001100100001000110110110010011110001000111011101010110100101110011100010001101000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.18
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 24 -c9i0m267i8ma6jli0 +00000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.17
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 24 -5c1764l4n0fda7g9ieli2ac8hk70ban +0000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.15
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 29 -2solr2ddashq0br8dhmq9q4eq3695s7rirj8fj1aigeii50pqabl +0000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.12
Fatal error: Uncaught Exception: Not same - base 8 -23115460244672251150002755676030513267154051260365042122413273621607507316 +1505234022564452717462034556220031535451716366361456323737736130156714421367062564 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.11
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 15 -d915ee158ebcd3ca2656197c6689b1bbe4c5a75736b8200a072460e27bcb5a582d3331e22c0c8ea +0000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.10
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 21 -01390e6a1kh1 +000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.9
Fatal error: Uncaught Exception: Not same - base 6 -443125113031305455 +32111104242343124502235 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.8
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 29 -i9pn9k8q3lrfknpg8io3gal149rcbfahore0g99r79sopojjjh8qlg4p4n1a0b577jc0r0i1gpd07jj08nb0n +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.5
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 26 -g2i731pb2ok250b3dp0k75o69mm3518f6df4eine55ja79he3h10m20hm9fkpac46ldj5hd1g6fci8p6h7g +00000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.4
Fatal error: Uncaught Exception: Not same - base 3 -221011112220102010122002101001000 +21011002121120012012101201022202021102210020112222000202000012222102 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.3
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 10 -0520902711766530136373 +0000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.2
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 20 -1ed1g9c8d2b1b23gf622547g945i8i4b19646b48ai6hibchhe013dh3096h9ej5ead68e0c1jfb00jc0g49g6183i16 +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.1
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 11 -048a54587a06528aa06159649240376a628161110507827703604442331665428323157801990923955a10823760207786 +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 7.0.0
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught Exception: Not same - base 13 -b6576815ca610523cbcc18 +0000000000000000000000 in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.0, 5.6.40
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 18 -7fg9161cd0ahd27c7dc82bf5bfeg233608bd666dcb0 +0000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.34, 5.6.39
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 6 -513551250103505521142541331425250343444321353234125040113054225204455 +14133324404223013153251021105425323351235012254410345210155010333533431004500232252450035' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.38
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 31 -fsa081o3hc61062t3 +00000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.37
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 7 -5222044344356 +1046165061355520' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.36
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 11 -77111539766968089a547a2 +00000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.35
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 27 -lmedf0macd0318jibn29od1b2kdqa2jdddie685cgp1o3q81cpb7bd +000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.33
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 9 -7700815212773080773663483427148301501303 +570806888355156413477503420308232663244863' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.32
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 23 -glij9c37eami1d8f4i2ie1679ck4gjeeflb1ibd729ch0e4065lji6icjj +0000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.31
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 34 -gwgdpb72gj7nxquu60pa87tlfpusrwdlesx8txsvkl0125pv1aauskii3afjwx21ej968rwpqkdhm870der7msks1ihshr0x0l9h +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.30
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 36 -midk1ddig4d7r04ot6uwd1eqccku0zvn8627pnog +0000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.29
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 7 -2302435536006265245400056602161152006125615264543545062355632610231355364503 +125653405623625120424533151010230140335412516125251424410411425332352465606346050011636644' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.28
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 22 -602d81ci568ha3bakeka6if64flek309kkehe33di4298ca +00000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.27
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 3 -022010221011102100002201102212220202212 +21000012010220011100012202200011112202011000010021221220201201120012202' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.26
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 16 -5fd446294acce347e094de5dc9105a11bd41 +000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.25
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 19 -81g94i35756dd34ii22124g6ffb4idc419hiadi4a7efagd9hg032g62g0c9g1481d0acie5ic9d5ic36 +000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.13, 5.6.24
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 19 -9g9aci607c88cife208ae3289dai5c3d6eagi8609eh2ea983651c42hh7ci3h507c32ehd0g33a6ac6737i35c4be +000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.5, 5.6.23
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 8 -422337654646315542611670306535242134645411670472563 +110174643327122620067475710235363125340743640327412233563' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.32, 5.6.22
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 6 -3110031323112023351430223143312224043212201542041453000544251052 +2522322214444123125135054310345222351223015013553031422450444303321314212122035524' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.7, 5.5.37, 5.6.21
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 2 -1000110001001011101000111101101100001100010100111011 +10101011000100110110010011011110010100111111100110111100100100111011011000110110011100110101101000110100011110001011101100000001001111110101100100011101000011011010100011' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.20
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 23 -dddlgm9jm8l5lf1klam8j5ge69gm0c3bmigh53j3c07dh60ef7mfg9ck8mbifi78cifh1kha98e2i1m +0000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.19
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 27 -mq089jo9k1ck9jhb61a13nen4kk8p7ic01fo01i0cdgomfpkd8994k3m0ieipc5n2oq92f27b7hh62c8ho5d8do6m23k +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.18
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 31 -u2nkimmh7mqakd0 +000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.18, 5.6.17
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 5 -1031134223423242302141310424342431303204421312321133244322410003124232330044431230001131240411040142 +2414122103323124423422002243440233342022443140204040432122044413313332042333313430302434240033332214332142133202243332414131233220330211241032' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.16
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 8 -524566423116560415202 +70677222350655765634742' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.15
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 14 -a2b536415d1429d0bdcdb88c6901c058158cc1939ad1ca +0000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.14
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 7 -65062310446265414333520110566300641033066101116643550 +242032656010510320565415325446244135333211222454221400032600353' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.12
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 31 -51f8epdlkj1pdpkf9ou8skace40ihj257r2cm05kbmkcptcsl09pi7bjbqkq7lhobctmuo2d4rc9hr5gp +000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.11
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 24 -f07ble24ifkaf5f14804ij7hk49kjlnijgk10lgd486ldeheb0cf3086l5cc435d77n52m21lm0h7731fgdk3852g85 +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.10
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 24 -dihiie37hc6md16c47f58k9j5d45k2lm010c6bl6jlel4m5cnmbj2g59b1a86dmn04f9m7fdhh5mh6g795j5jj4ne +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.9
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 31 -tudk2rh5i7rpm3otfci07unu6astl55lc1fsntdkd590fi2d78 +00000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.8
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 25 -ihi28hf95mfke9aj7aellh32jmbalcck2keb6elg0dd1745b67ihhili14kk1a +00000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.7
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 25 -47n03diffkhb3oi03ooo0gl9g88o +0000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.6
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 26 -2ho173g6p5ch31j01n5ehbpefjac0bhk7a34ckcnae16f8hjfl0no228dfmnknj +000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.4
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 6 -3554025332220140012 +430002205001552502412112' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.13, 5.6.3
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 8 -2716232425454560300043753533507677754270542567336 +355710046074327654725677527030307527154562223367313650' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.2
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 2 -10011011010111001101101100101101110111011110111001010111110001010001000 +10111001101010100001110111011011001000110100100110101110001001010011001000011000011100001111101111011101001101100011010010000110101101110111111111000111001100100001000110110110010011110001000111011101010110100101110011100010001101000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.6.1
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in /in/8jaLo on line 11 Fatal error: Uncaught exception 'Exception' with message 'Not same - base 16 -d5c341eb69bdd565626468f763c393384154660357677de48aeb482e71c87420f0aae3b513474104e6511768783 +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.38
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 28 -oq08r48feh72jepjaro1q8of5f5eqobedf72pdj4erok9gpmocmmn35n2adrifqcif8fmlg12f +00000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.9, 5.5.36
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 9 -064204801017683103453424028575272488403180831548740211103 +000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.35
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 29 -i9pn9k8q3lrfknpg8io3gal149rcbfahore0g99r79sopojjjh8qlg4p4n1a0b577jc0r0i1gpd07jj08nb0n +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.14, 5.5.34
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 35 -ac8osnocu4jvehwq5hg39bj2b2bx4bk +0000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.33
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 11 -4024aa109567782344090515750884337753658715885969600933024300780a073a207540074a977 +000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.31
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 16 -771fea02ae45bca86066ddc221e54ee914fa3c633d3345a0716909016374ee0448efebaf191c0701ddad4524557a8 +000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.30
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 3 -2000121201200112111012 +200021112201211011110210001211221000110101010' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.29
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 8 -24751563716667150445433336177073124133615361051500641726342331031764550416650146373626037466 +141151443735217026643611310153523653536211150227207674517432014455274317153031667705171666210617202332' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.28
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 25 -47n03diffkhb3oi03ooo0gl9g88o +0000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.27
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 9 -6707876617331015334118572 +103075445733664788157672043' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.26
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 22 -06c097h01g7h0kaec82b6b0l05159d3c8h7jj9i9daf5gd5hdbg50h4ii08ch +0000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.25
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 10 -0520902711766530136373 +0000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.24
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 28 -no794c7km5 +0000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.23
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 24 -dihiie37hc6md16c47f58k9j5d45k2lm010c6bl6jlel4m5cnmbj2g59b1a86dmn04f9m7fdhh5mh6g795j5jj4ne +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.22
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 19 -9g9aci607c88cife208ae3289dai5c3d6eagi8609eh2ea983651c42hh7ci3h507c32ehd0g33a6ac6737i35c4be +000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.21
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 36 -gcgpkatv1ulr85cp8vb64zwsfzrsuokutqrdjl3wlkqd9xa778i3c6axcx2txtgqdzfpizc0unx +000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.6, 5.5.20
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 6 -443125113031305455 +32111104242343124502235' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.19
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 5 -0420103200324434000 +40014441020242031131421' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.17
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 34 -kmwfm1l1a60n74ejoituow0r8rcx +0000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.16
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 12 -52565a36a31baa7b167368a7932577719692bb7a98a585b39a116 +00000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.15
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 9 -506858007372530255745224417253266273168647308684204587764057631152748515222576625804885343617 +13461082732223371585387115251502583682227323321772132385057252188437574514836717114658153785654815' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.12
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 33 -w9novdsrbs470ls7eqkeoqtc4pmf19m463eut3172traio47fj +00000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.11
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 14 -25313c0d157d927480ddd3 +0000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.10
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 27 -4kji2n7jbef4513i222gaajqq178n9qan29c25dcjfcn26da763870lf8nhelkgg0n0g0qn7l5khan9mm5iobmq0hkk957 +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.8
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 18 -7fg9161cd0ahd27c7dc82bf5bfeg233608bd666dcb0 +0000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.5
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 11 -77111539766968089a547a2 +00000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.4
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 9 -202283135566077226322747643748755472173032840348365117412821281685 +254728163400075640764137144103281258885757451261513182178553632506017' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.3
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 31 -51f8epdlkj1pdpkf9ou8skace40ihj257r2cm05kbmkcptcsl09pi7bjbqkq7lhobctmuo2d4rc9hr5gp +000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.1 - 5.5.2
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 19 -81g94i35756dd34ii22124g6ffb4idc419hiadi4a7efagd9hg032g62g0c9g1481d0acie5ic9d5ic36 +000000000000000000000000000000000000000000000000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.5.0
Fatal error: Uncaught exception 'Exception' with message 'Not same - base 24 -3mmb17g3iaf2ak6fg1fb497kmd1377k99bj0b +0000000000000000000000000000000000000' in /in/8jaLo:14 Stack trace: #0 /in/8jaLo(19): test() #1 {main} thrown in /in/8jaLo on line 14
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
Fatal error: Call to undefined function gmp_init() in /in/8jaLo on line 10
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_NEW in /in/8jaLo on line 14
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
Parse error: parse error, unexpected T_NEW in /in/8jaLo on line 14
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/8jaLo on line 14
Process exited with code 255.

preferences:
247.81 ms | 405 KiB | 326 Q