3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(defined('HHVM_VERSION')); var_dump(defined('HHVM_VERSION_ID')); var_dump(is_int(HHVM_VERSION_ID)); // test HHVM_VERSION and HHVM_VERSION_ID matches $version = explode('.', PHP_VERSION); $version_int = $version[0] * 10000 + $version[1] * 100 + $version[2]; echo $version_int;
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
bool(false) bool(false) Fatal error: Uncaught Error: Undefined constant "HHVM_VERSION_ID" in /in/rdICO:5 Stack trace: #0 {main} thrown in /in/rdICO on line 5
Process exited with code 255.
Output for 7.4.33
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70433
Output for 7.4.32
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70432
Output for 7.4.30
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70430
Output for 7.4.29
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70429
Output for 7.4.28
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70428
Output for 7.4.27
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70427
Output for 7.4.26
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70426
Output for 7.4.25
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70425
Output for 7.4.24
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70424
Output for 7.4.23
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70423
Output for 7.4.22
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70422
Output for 7.4.21
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70421
Output for 7.4.20
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70420
Output for 7.4.16
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70416
Output for 7.4.15
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70415
Output for 7.4.14
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70414
Output for 7.4.13
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70413
Output for 7.4.12
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70412
Output for 7.4.11
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70411
Output for 7.4.10
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70410
Output for 7.4.9
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70409
Output for 7.4.8
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70408
Output for 7.4.7
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70407
Output for 7.4.6
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70406
Output for 7.4.5
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70405
Output for 7.4.4
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70404
Output for 7.4.3
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70403
Output for 7.4.0
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70400
Output for 7.3.33
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70333
Output for 7.3.32
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70332
Output for 7.3.31
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70331
Output for 7.3.30
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70330
Output for 7.3.29
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70329
Output for 7.3.28
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70328
Output for 7.3.27
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70327
Output for 7.3.26
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70326
Output for 7.3.25
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70325
Output for 7.3.24
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70324
Output for 7.3.23
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70323
Output for 7.3.21
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70321
Output for 7.3.20
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70320
Output for 7.3.19
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70319
Output for 7.3.18
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70318
Output for 7.3.17
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70317
Output for 7.3.16
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70316
Output for 7.3.12
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70312
Output for 7.3.11
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70311
Output for 7.3.10
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70310
Output for 7.3.9
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70309
Output for 7.3.8
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70308
Output for 7.3.7
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70307
Output for 7.3.6
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70306
Output for 7.3.5
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70305
Output for 7.3.4
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70304
Output for 7.3.3
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70303
Output for 7.3.2
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70302
Output for 7.3.1
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70301
Output for 7.3.0
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70300
Output for 7.2.33
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70233
Output for 7.2.32
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70232
Output for 7.2.31
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70231
Output for 7.2.30
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70230
Output for 7.2.29
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70229
Output for 7.2.25
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70225
Output for 7.2.24
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70224
Output for 7.2.23
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70223
Output for 7.2.22
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70222
Output for 7.2.21
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70221
Output for 7.2.20
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70220
Output for 7.2.19
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70219
Output for 7.2.18
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70218
Output for 7.2.17
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70217
Output for 7.2.6
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70206
Output for 7.2.0
bool(false) bool(false) Warning: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' (this will throw an Error in a future version of PHP) in /in/rdICO on line 5 bool(false) 70200
Output for 7.1.33
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70133
Output for 7.1.32
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70132
Output for 7.1.31
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70131
Output for 7.1.30
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70130
Output for 7.1.29
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70129
Output for 7.1.28
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70128
Output for 7.1.27
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70127
Output for 7.1.26
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70126
Output for 7.1.20
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70120
Output for 7.1.10
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70110
Output for 7.1.7
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70107
Output for 7.1.6
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70106
Output for 7.1.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70105
Output for 7.1.0
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70100
Output for 7.0.20
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70020
Output for 7.0.14
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70014
Output for 7.0.6
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70006
Output for 7.0.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70005
Output for 7.0.4
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70004
Output for 7.0.3
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70003
Output for 7.0.2
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70002
Output for 7.0.1
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70001
Output for 7.0.0
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 70000
Output for 5.6.28
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50628
Output for 5.6.21
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50621
Output for 5.6.20
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50620
Output for 5.6.19
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50619
Output for 5.6.18
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50618
Output for 5.6.17
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50617
Output for 5.6.16
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50616
Output for 5.6.15
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50615
Output for 5.6.14
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50614
Output for 5.6.13
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50613
Output for 5.6.12
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50612
Output for 5.6.11
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50611
Output for 5.6.10
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50610
Output for 5.6.9
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50609
Output for 5.6.8
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50608
Output for 5.5.35
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50535
Output for 5.5.34
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50534
Output for 5.5.33
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50533
Output for 5.5.32
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50532
Output for 5.5.31
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50531
Output for 5.5.30
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50530
Output for 5.5.29
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50529
Output for 5.5.28
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50528
Output for 5.5.27
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50527
Output for 5.5.26
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50526
Output for 5.5.25
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50525
Output for 5.5.24
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50524
Output for 5.4.45
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50445
Output for 5.4.44
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50444
Output for 5.4.43
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50443
Output for 5.4.42
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50442
Output for 5.4.41
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50441
Output for 5.4.40
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50440
Output for 5.4.39
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50439
Output for 5.4.38
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50438
Output for 5.4.37
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50437
Output for 5.4.36
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50436
Output for 5.4.35
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50435
Output for 5.4.34
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50434
Output for 5.4.32
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50432
Output for 5.4.31
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50431
Output for 5.4.30
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50430
Output for 5.4.29
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50429
Output for 5.4.28
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50428
Output for 5.4.27
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50427
Output for 5.4.26
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50426
Output for 5.4.25
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50425
Output for 5.4.24
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50424
Output for 5.4.23
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50423
Output for 5.4.22
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50422
Output for 5.4.21
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50421
Output for 5.4.20
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50420
Output for 5.4.19
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50419
Output for 5.4.18
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50418
Output for 5.4.17
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50417
Output for 5.4.16
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50416
Output for 5.4.15
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50415
Output for 5.4.14
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50414
Output for 5.4.13
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50413
Output for 5.4.12
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50412
Output for 5.4.11
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50411
Output for 5.4.10
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50410
Output for 5.4.9
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50409
Output for 5.4.8
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50408
Output for 5.4.7
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50407
Output for 5.4.6
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50406
Output for 5.4.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50405
Output for 5.4.4
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50404
Output for 5.4.3
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50403
Output for 5.4.2
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50402
Output for 5.4.1
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50401
Output for 5.4.0
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50400
Output for 5.3.29
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50329
Output for 5.3.28
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50328
Output for 5.3.27
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50327
Output for 5.3.26
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50326
Output for 5.3.25
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50325
Output for 5.3.24
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50324
Output for 5.3.23
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50323
Output for 5.3.22
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50322
Output for 5.3.21
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50321
Output for 5.3.20
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50320
Output for 5.3.19
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50319
Output for 5.3.18
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50318
Output for 5.3.17
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50317
Output for 5.3.16
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50316
Output for 5.3.15
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50315
Output for 5.3.14
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50314
Output for 5.3.13
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50313
Output for 5.3.12
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50312
Output for 5.3.11
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50311
Output for 5.3.10
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50310
Output for 5.3.9
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50309
Output for 5.3.8
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50308
Output for 5.3.7
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50307
Output for 5.3.6
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50306
Output for 5.3.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50305
Output for 5.3.4
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50304
Output for 5.3.3
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50303
Output for 5.3.2
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50302
Output for 5.3.1
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50301
Output for 5.3.0
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50300
Output for 5.2.17
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50217
Output for 5.2.16
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50216
Output for 5.2.15
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50215
Output for 5.2.14
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50214
Output for 5.2.13
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50213
Output for 5.2.12
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50212
Output for 5.2.11
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50211
Output for 5.2.10
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50210
Output for 5.2.9
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50209
Output for 5.2.8
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50208
Output for 5.2.7
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50207
Output for 5.2.6
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50206
Output for 5.2.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50205
Output for 5.2.4
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50204
Output for 5.2.3
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50203
Output for 5.2.2
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50202
Output for 5.2.1
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50201
Output for 5.2.0
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50200
Output for 5.1.6
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50106
Output for 5.1.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50105
Output for 5.1.4
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50104
Output for 5.1.3
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50103
Output for 5.1.2
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50102
Output for 5.1.1
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50101
Output for 5.1.0
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50100
Output for 5.0.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50005
Output for 5.0.4
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50004
Output for 5.0.3
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50003
Output for 5.0.2
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50002
Output for 5.0.1
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50001
Output for 5.0.0
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 50000
Output for 4.4.9
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40409
Output for 4.4.8
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40408
Output for 4.4.7
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40407
Output for 4.4.6
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40406
Output for 4.4.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40405
Output for 4.4.4
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40404
Output for 4.4.3
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40403
Output for 4.4.2
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40402
Output for 4.4.1
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40401
Output for 4.4.0
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40400
Output for 4.3.11
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40311
Output for 4.3.10
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40310
Output for 4.3.9
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40309
Output for 4.3.8
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40308
Output for 4.3.7
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40307
Output for 4.3.6
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40306
Output for 4.3.5
bool(false) bool(false) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40305
Output for 4.3.4
int(0) int(0) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40304
Output for 4.3.3
int(0) int(0) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40303
Output for 4.3.2
int(0) int(0) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40302
Output for 4.3.1
int(0) int(0) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40301
Output for 4.3.0
int(0) int(0) Notice: Use of undefined constant HHVM_VERSION_ID - assumed 'HHVM_VERSION_ID' in /in/rdICO on line 5 bool(false) 40300

preferences:
227.99 ms | 401 KiB | 342 Q