3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(); $fp = fopen("/usr/share/dict/words", "r"); while ($i < 5000 && ($w = fgets($fp))) { $arr[trim($w)] = ++$i; } $s = microtime(1); for ($i = 0; $i < 100000; $i++) { isset($arr['abracadabra']); } $e = microtime(1); echo "Isset: ".($e - $s)."\n"; $s = microtime(1); for ($i = 0; $i < 100000; $i++) { array_key_exists('abracadabra', $arr); } $e = microtime(1); echo "array_key_exists: ".($e - $s)."\n"; ?>
Output for 8.0.0 - 8.0.28, 8.1.0 - 8.1.18, 8.2.0 - 8.2.5
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): Failed to open stream: Operation not permitted in /in/iYETV on line 4 Warning: Undefined variable $i in /in/iYETV on line 5 Fatal error: Uncaught TypeError: fgets(): Argument #1 ($stream) must be of type resource, bool given in /in/iYETV:5 Stack trace: #0 /in/iYETV(5): fgets(false) #1 {main} thrown in /in/iYETV on line 5
Process exited with code 255.
Output for 7.4.33
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0017721652984619 array_key_exists: 0.0013370513916016
Output for 7.4.32
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0011498928070068 array_key_exists: 0.0012171268463135
Output for 7.4.30
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0014281272888184 array_key_exists: 0.0012800693511963
Output for 7.4.29
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0014641284942627 array_key_exists: 0.0013339519500732
Output for 7.4.28
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0015699863433838 array_key_exists: 0.001255989074707
Output for 7.4.27
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0013580322265625 array_key_exists: 0.0012869834899902
Output for 7.4.26
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0024139881134033 array_key_exists: 0.0013439655303955
Output for 7.4.25
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.001323938369751 array_key_exists: 0.0013301372528076
Output for 7.4.24
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0013160705566406 array_key_exists: 0.001439094543457
Output for 7.4.23
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.001370906829834 array_key_exists: 0.0013201236724854
Output for 7.4.22
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0011849403381348 array_key_exists: 0.0014359951019287
Output for 7.4.21
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012760162353516 array_key_exists: 0.0014159679412842
Output for 7.4.20
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0013179779052734 array_key_exists: 0.0014309883117676
Output for 7.4.19
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0011909008026123 array_key_exists: 0.0013868808746338
Output for 7.4.18
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0011961460113525 array_key_exists: 0.001370906829834
Output for 7.4.16
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.001539945602417 array_key_exists: 0.0013740062713623
Output for 7.4.15
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012450218200684 array_key_exists: 0.0013229846954346
Output for 7.4.14
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012688636779785 array_key_exists: 0.0014817714691162
Output for 7.4.13
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0013120174407959 array_key_exists: 0.0014631748199463
Output for 7.4.12
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0014560222625732 array_key_exists: 0.0014669895172119
Output for 7.4.11
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0013158321380615 array_key_exists: 0.0016579627990723
Output for 7.4.10
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012140274047852 array_key_exists: 0.0014801025390625
Output for 7.4.9
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0013511180877686 array_key_exists: 0.0014479160308838
Output for 7.4.8
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012328624725342 array_key_exists: 0.0016109943389893
Output for 7.4.7
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012259483337402 array_key_exists: 0.0014410018920898
Output for 7.4.6
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0013918876647949 array_key_exists: 0.0014698505401611
Output for 7.4.5
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0015690326690674 array_key_exists: 0.0013749599456787
Output for 7.4.4
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012519359588623 array_key_exists: 0.0012650489807129
Output for 7.4.3
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012919902801514 array_key_exists: 0.0014200210571289
Output for 7.4.2
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0013949871063232 array_key_exists: 0.0018091201782227
Output for 7.4.1
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0012729167938232 array_key_exists: 0.0015840530395508
Output for 7.4.0
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.001270055770874 array_key_exists: 0.0013360977172852
Output for 7.3.33
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0015859603881836 array_key_exists: 0.0021910667419434
Output for 7.3.32
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0015830993652344 array_key_exists: 0.0023810863494873
Output for 7.3.31
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0016088485717773 array_key_exists: 0.0020129680633545
Output for 7.3.30
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0016140937805176 array_key_exists: 0.0023789405822754
Output for 7.3.29
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0017580986022949 array_key_exists: 0.0018060207366943
Output for 7.3.28
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0017850399017334 array_key_exists: 0.0019950866699219
Output for 7.3.27
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0017931461334229 array_key_exists: 0.0018830299377441
Output for 7.3.26
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0020020008087158 array_key_exists: 0.0018148422241211
Output for 7.3.25
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0018610954284668 array_key_exists: 0.0018210411071777
Output for 7.3.24
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0020430088043213 array_key_exists: 0.002100944519043
Output for 7.3.23
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0018360614776611 array_key_exists: 0.0020370483398438
Output for 7.3.22
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0025789737701416 array_key_exists: 0.0022017955780029
Output for 7.3.21
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0025951862335205 array_key_exists: 0.0025029182434082
Output for 7.3.20
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0026118755340576 array_key_exists: 0.0023479461669922
Output for 7.3.19
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0020928382873535 array_key_exists: 0.0017769336700439
Output for 7.3.18
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0020251274108887 array_key_exists: 0.0018250942230225
Output for 7.3.17
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.001708984375 array_key_exists: 0.0018689632415771
Output for 7.3.16
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0024089813232422 array_key_exists: 0.0021331310272217
Output for 7.3.15
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0025069713592529 array_key_exists: 0.00177001953125
Output for 7.3.14
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0023250579833984 array_key_exists: 0.0018129348754883
Output for 7.3.13
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0023808479309082 array_key_exists: 0.0017979145050049
Output for 7.3.12
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0021858215332031 array_key_exists: 0.001802921295166
Output for 7.3.11
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0017580986022949 array_key_exists: 0.0019981861114502
Output for 7.3.10
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0019738674163818 array_key_exists: 0.002418041229248
Output for 7.3.9
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0017478466033936 array_key_exists: 0.0021429061889648
Output for 7.3.8
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0016829967498779 array_key_exists: 0.0021049976348877
Output for 7.3.7
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0017259120941162 array_key_exists: 0.0021190643310547
Output for 7.3.6
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0017671585083008 array_key_exists: 0.0018899440765381
Output for 7.3.5
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.001884937286377 array_key_exists: 0.0019710063934326
Output for 7.3.4
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0014760494232178 array_key_exists: 0.002357006072998
Output for 7.3.3
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0018739700317383 array_key_exists: 0.0019128322601318
Output for 7.3.2
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0020718574523926 array_key_exists: 0.0021569728851318
Output for 7.3.1
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.001572847366333 array_key_exists: 0.0022850036621094
Output for 7.3.0
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, bool given in /in/iYETV on line 5 Isset: 0.0015299320220947 array_key_exists: 0.0022528171539307
Output for 7.2.34
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015840530395508 array_key_exists: 0.0023610591888428
Output for 7.2.33
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015270709991455 array_key_exists: 0.0024590492248535
Output for 7.2.32
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016331672668457 array_key_exists: 0.0022749900817871
Output for 7.2.31
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015220642089844 array_key_exists: 0.0022881031036377
Output for 7.2.30
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.001535177230835 array_key_exists: 0.0022790431976318
Output for 7.2.29
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016920566558838 array_key_exists: 0.0023770332336426
Output for 7.2.28
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016629695892334 array_key_exists: 0.0023469924926758
Output for 7.2.27
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015449523925781 array_key_exists: 0.0022029876708984
Output for 7.2.26
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015408992767334 array_key_exists: 0.0022270679473877
Output for 7.2.25
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015950202941895 array_key_exists: 0.0025529861450195
Output for 7.2.24
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018339157104492 array_key_exists: 0.0018429756164551
Output for 7.2.23
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018911361694336 array_key_exists: 0.0021390914916992
Output for 7.2.22
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.00180983543396 array_key_exists: 0.0019431114196777
Output for 7.2.21
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015568733215332 array_key_exists: 0.0021610260009766
Output for 7.2.20
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0020451545715332 array_key_exists: 0.0019869804382324
Output for 7.2.19
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0020132064819336 array_key_exists: 0.0021469593048096
Output for 7.2.18
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016269683837891 array_key_exists: 0.0018658638000488
Output for 7.2.17
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015099048614502 array_key_exists: 0.0019900798797607
Output for 7.2.16
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0015571117401123 array_key_exists: 0.0018599033355713
Output for 7.2.15
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0021378993988037 array_key_exists: 0.0019669532775879
Output for 7.2.14
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0028278827667236 array_key_exists: 0.002018928527832
Output for 7.2.13
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0019509792327881 array_key_exists: 0.0019040107727051
Output for 7.2.12
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0021381378173828 array_key_exists: 0.0025510787963867
Output for 7.2.11
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.001896858215332 array_key_exists: 0.0019209384918213
Output for 7.2.10
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018107891082764 array_key_exists: 0.0018508434295654
Output for 7.2.9
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0019688606262207 array_key_exists: 0.0018279552459717
Output for 7.2.8
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0021510124206543 array_key_exists: 0.0018589496612549
Output for 7.2.7
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018939971923828 array_key_exists: 0.0018398761749268
Output for 7.2.6
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017490386962891 array_key_exists: 0.0020730495452881
Output for 7.2.5
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016379356384277 array_key_exists: 0.0019540786743164
Output for 7.2.4
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.001896858215332 array_key_exists: 0.0020380020141602
Output for 7.2.3
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017280578613281 array_key_exists: 0.0020480155944824
Output for 7.2.2
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017349720001221 array_key_exists: 0.0019121170043945
Output for 7.2.1
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018789768218994 array_key_exists: 0.0021991729736328
Output for 7.2.0
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018911361694336 array_key_exists: 0.0019810199737549
Output for 7.1.33
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018210411071777 array_key_exists: 0.0031020641326904
Output for 7.1.32
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.001676082611084 array_key_exists: 0.002964973449707
Output for 7.1.31
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017819404602051 array_key_exists: 0.0029909610748291
Output for 7.1.30
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016748905181885 array_key_exists: 0.0027890205383301
Output for 7.1.29
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0019500255584717 array_key_exists: 0.0031421184539795
Output for 7.1.28
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0020220279693604 array_key_exists: 0.0029220581054688
Output for 7.1.27
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017108917236328 array_key_exists: 0.0030930042266846
Output for 7.1.26
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017077922821045 array_key_exists: 0.0030128955841064
Output for 7.1.25
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017588138580322 array_key_exists: 0.0031819343566895
Output for 7.1.24
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017080307006836 array_key_exists: 0.0030951499938965
Output for 7.1.23
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017969608306885 array_key_exists: 0.0032298564910889
Output for 7.1.22
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017800331115723 array_key_exists: 0.0031599998474121
Output for 7.1.21
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0021069049835205 array_key_exists: 0.0031108856201172
Output for 7.1.20
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.001835823059082 array_key_exists: 0.003000020980835
Output for 7.1.19
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.001884937286377 array_key_exists: 0.0031299591064453
Output for 7.1.18
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017549991607666 array_key_exists: 0.0028510093688965
Output for 7.1.17
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.001708984375 array_key_exists: 0.0029540061950684
Output for 7.1.16
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018980503082275 array_key_exists: 0.0029468536376953
Output for 7.1.15
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017499923706055 array_key_exists: 0.0027530193328857
Output for 7.1.14
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018880367279053 array_key_exists: 0.0031530857086182
Output for 7.1.13
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0019509792327881 array_key_exists: 0.0033020973205566
Output for 7.1.12
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017578601837158 array_key_exists: 0.0031101703643799
Output for 7.1.11
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018689632415771 array_key_exists: 0.0030450820922852
Output for 7.1.10
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.001823902130127 array_key_exists: 0.0030980110168457
Output for 7.1.9
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016789436340332 array_key_exists: 0.0031599998474121
Output for 7.1.8
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0021400451660156 array_key_exists: 0.0044989585876465
Output for 7.1.7
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018050670623779 array_key_exists: 0.0033140182495117
Output for 7.1.6
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018351078033447 array_key_exists: 0.0030519962310791
Output for 7.1.5
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0019199848175049 array_key_exists: 0.0029821395874023
Output for 7.1.4
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018210411071777 array_key_exists: 0.0027229785919189
Output for 7.1.3
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018489360809326 array_key_exists: 0.0028879642486572
Output for 7.1.2
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017240047454834 array_key_exists: 0.0029911994934082
Output for 7.1.1
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018289089202881 array_key_exists: 0.0031671524047852
Output for 7.1.0
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0020179748535156 array_key_exists: 0.0031700134277344
Output for 7.0.33
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018060207366943 array_key_exists: 0.0033221244812012
Output for 7.0.32
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017211437225342 array_key_exists: 0.003201961517334
Output for 7.0.31
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018799304962158 array_key_exists: 0.0030539035797119
Output for 7.0.30
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018460750579834 array_key_exists: 0.0033140182495117
Output for 7.0.29
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017499923706055 array_key_exists: 0.0031259059906006
Output for 7.0.28
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018999576568604 array_key_exists: 0.0030977725982666
Output for 7.0.27
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018069744110107 array_key_exists: 0.0032839775085449
Output for 7.0.26
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018630027770996 array_key_exists: 0.00325608253479
Output for 7.0.25
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017721652984619 array_key_exists: 0.0031530857086182
Output for 7.0.24
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016767978668213 array_key_exists: 0.0030460357666016
Output for 7.0.23
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017411708831787 array_key_exists: 0.0031070709228516
Output for 7.0.22
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017468929290771 array_key_exists: 0.0029768943786621
Output for 7.0.21
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017850399017334 array_key_exists: 0.0031559467315674
Output for 7.0.20
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017409324645996 array_key_exists: 0.0035929679870605
Output for 7.0.19
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0019240379333496 array_key_exists: 0.0032520294189453
Output for 7.0.18
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0021369457244873 array_key_exists: 0.0032141208648682
Output for 7.0.17
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018610954284668 array_key_exists: 0.0028378963470459
Output for 7.0.16
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0028009414672852 array_key_exists: 0.0040140151977539
Output for 7.0.15
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017518997192383 array_key_exists: 0.0031030178070068
Output for 7.0.14
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018749237060547 array_key_exists: 0.0029799938201904
Output for 7.0.13
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017139911651611 array_key_exists: 0.0033621788024902
Output for 7.0.12
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018179416656494 array_key_exists: 0.0033349990844727
Output for 7.0.11
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.00177001953125 array_key_exists: 0.0029900074005127
Output for 7.0.10
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018360614776611 array_key_exists: 0.003026008605957
Output for 7.0.9
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017468929290771 array_key_exists: 0.0027949810028076
Output for 7.0.8
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016789436340332 array_key_exists: 0.0029058456420898
Output for 7.0.7
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017120838165283 array_key_exists: 0.0030670166015625
Output for 7.0.6
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017387866973877 array_key_exists: 0.0030851364135742
Output for 7.0.5
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017480850219727 array_key_exists: 0.0032670497894287
Output for 7.0.4
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0016589164733887 array_key_exists: 0.002885103225708
Output for 7.0.3
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0019340515136719 array_key_exists: 0.0031559467315674
Output for 7.0.2
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018148422241211 array_key_exists: 0.003338098526001
Output for 7.0.1
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0018370151519775 array_key_exists: 0.0036258697509766
Output for 7.0.0
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0017659664154053 array_key_exists: 0.0032448768615723
Output for 5.6.40
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003633975982666 array_key_exists: 0.01209282875061
Output for 5.6.39
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0041618347167969 array_key_exists: 0.012402057647705
Output for 5.6.38
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034410953521729 array_key_exists: 0.012202978134155
Output for 5.6.37
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0042929649353027 array_key_exists: 0.012104988098145
Output for 5.6.36
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035109519958496 array_key_exists: 0.012001991271973
Output for 5.6.35
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0041701793670654 array_key_exists: 0.011995077133179
Output for 5.6.34
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.00357985496521 array_key_exists: 0.011833906173706
Output for 5.6.33
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035309791564941 array_key_exists: 0.011513948440552
Output for 5.6.32
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035948753356934 array_key_exists: 0.011506080627441
Output for 5.6.31
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035390853881836 array_key_exists: 0.011826038360596
Output for 5.6.30
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035548210144043 array_key_exists: 0.011996030807495
Output for 5.6.29
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032939910888672 array_key_exists: 0.01162314414978
Output for 5.6.28
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032289028167725 array_key_exists: 0.011552095413208
Output for 5.6.27
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034239292144775 array_key_exists: 0.012071132659912
Output for 5.6.26
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034530162811279 array_key_exists: 0.012048006057739
Output for 5.6.25
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033590793609619 array_key_exists: 0.012580871582031
Output for 5.6.24
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003493070602417 array_key_exists: 0.011900186538696
Output for 5.6.23
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034170150756836 array_key_exists: 0.011961936950684
Output for 5.6.22
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033459663391113 array_key_exists: 0.012119054794312
Output for 5.6.21
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0037450790405273 array_key_exists: 0.012425899505615
Output for 5.6.20
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034511089324951 array_key_exists: 0.0120849609375
Output for 5.6.19
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035409927368164 array_key_exists: 0.011868953704834
Output for 5.6.18
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035760402679443 array_key_exists: 0.011569976806641
Output for 5.6.17
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034492015838623 array_key_exists: 0.011687040328979
Output for 5.6.16
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035040378570557 array_key_exists: 0.011658906936646
Output for 5.6.15
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003309965133667 array_key_exists: 0.012239933013916
Output for 5.6.14
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003371000289917 array_key_exists: 0.011748075485229
Output for 5.6.13
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035507678985596 array_key_exists: 0.012252807617188
Output for 5.6.12
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0038690567016602 array_key_exists: 0.01201605796814
Output for 5.6.11
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032849311828613 array_key_exists: 0.012188911437988
Output for 5.6.10
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033388137817383 array_key_exists: 0.011341094970703
Output for 5.6.9
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035190582275391 array_key_exists: 0.011574029922485
Output for 5.6.8
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035331249237061 array_key_exists: 0.012094020843506
Output for 5.6.7
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003399133682251 array_key_exists: 0.01189112663269
Output for 5.6.6
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033478736877441 array_key_exists: 0.012057065963745
Output for 5.6.5
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035519599914551 array_key_exists: 0.011917114257812
Output for 5.6.4
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034589767456055 array_key_exists: 0.011996984481812
Output for 5.6.3
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003389835357666 array_key_exists: 0.012485980987549
Output for 5.6.2
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034859180450439 array_key_exists: 0.013698816299438
Output for 5.6.1
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034840106964111 array_key_exists: 0.011651992797852
Output for 5.6.0
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033559799194336 array_key_exists: 0.01238489151001
Output for 5.5.38
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033860206604004 array_key_exists: 0.012648105621338
Output for 5.5.37
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035300254821777 array_key_exists: 0.012621164321899
Output for 5.5.36
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033159255981445 array_key_exists: 0.011754035949707
Output for 5.5.35
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035579204559326 array_key_exists: 0.012475967407227
Output for 5.5.34
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034329891204834 array_key_exists: 0.012667179107666
Output for 5.5.33
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033130645751953 array_key_exists: 0.011742115020752
Output for 5.5.32
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033020973205566 array_key_exists: 0.012868881225586
Output for 5.5.31
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033969879150391 array_key_exists: 0.012689113616943
Output for 5.5.30
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034949779510498 array_key_exists: 0.012303113937378
Output for 5.5.29
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033419132232666 array_key_exists: 0.012894153594971
Output for 5.5.28
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034151077270508 array_key_exists: 0.011886119842529
Output for 5.5.27
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035610198974609 array_key_exists: 0.011945962905884
Output for 5.5.26
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033869743347168 array_key_exists: 0.012892961502075
Output for 5.5.25
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0036280155181885 array_key_exists: 0.014111042022705
Output for 5.5.24
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035290718078613 array_key_exists: 0.013132810592651
Output for 5.5.23
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034880638122559 array_key_exists: 0.012151956558228
Output for 5.5.22
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033130645751953 array_key_exists: 0.01207709312439
Output for 5.5.21
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034830570220947 array_key_exists: 0.012499094009399
Output for 5.5.20
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035309791564941 array_key_exists: 0.013006925582886
Output for 5.5.19
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033581256866455 array_key_exists: 0.012852907180786
Output for 5.5.18
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035099983215332 array_key_exists: 0.011950969696045
Output for 5.5.17
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032739639282227 array_key_exists: 0.012126922607422
Output for 5.5.16
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033969879150391 array_key_exists: 0.012550830841064
Output for 5.5.15
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033071041107178 array_key_exists: 0.013286828994751
Output for 5.5.14
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034928321838379 array_key_exists: 0.012590169906616
Output for 5.5.13
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034339427947998 array_key_exists: 0.013219118118286
Output for 5.5.12
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034708976745605 array_key_exists: 0.012338876724243
Output for 5.5.11
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035738945007324 array_key_exists: 0.012213945388794
Output for 5.5.10
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034081935882568 array_key_exists: 0.01216721534729
Output for 5.5.9
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035500526428223 array_key_exists: 0.012225151062012
Output for 5.5.8
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032749176025391 array_key_exists: 0.012053966522217
Output for 5.5.7
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033450126647949 array_key_exists: 0.013548135757446
Output for 5.5.6
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003403902053833 array_key_exists: 0.012596130371094
Output for 5.5.5
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033230781555176 array_key_exists: 0.012113094329834
Output for 5.5.4
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.00341796875 array_key_exists: 0.011910915374756
Output for 5.5.3
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003389835357666 array_key_exists: 0.012769937515259
Output for 5.5.2
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0038039684295654 array_key_exists: 0.012601137161255
Output for 5.5.1
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035481452941895 array_key_exists: 0.012380838394165
Output for 5.5.0
Warning: fopen(): open_basedir restriction in effect. File(/usr/share/dict/words) is not within the allowed path(s): (/tmp:/in:/etc) in /in/iYETV on line 4 Warning: fopen(/usr/share/dict/words): failed to open stream: Operation not permitted in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034639835357666 array_key_exists: 0.012588977813721
Output for 5.4.45
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0035369396209717 array_key_exists: 0.012689828872681
Output for 5.4.44
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033190250396729 array_key_exists: 0.011992931365967
Output for 5.4.43
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032789707183838 array_key_exists: 0.012727975845337
Output for 5.4.42
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033168792724609 array_key_exists: 0.012253046035767
Output for 5.4.41
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0049378871917725 array_key_exists: 0.014782190322876
Output for 5.4.40
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0036289691925049 array_key_exists: 0.012979984283447
Output for 5.4.39
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032918453216553 array_key_exists: 0.012840986251831
Output for 5.4.38
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032949447631836 array_key_exists: 0.012135982513428
Output for 5.4.37
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032641887664795 array_key_exists: 0.012432098388672
Output for 5.4.36
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032839775085449 array_key_exists: 0.012108087539673
Output for 5.4.35
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032989978790283 array_key_exists: 0.012715101242065
Output for 5.4.34
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034010410308838 array_key_exists: 0.012634038925171
Output for 5.4.33
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033349990844727 array_key_exists: 0.012504100799561
Output for 5.4.32
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033080577850342 array_key_exists: 0.012006044387817
Output for 5.4.31
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032980442047119 array_key_exists: 0.011809110641479
Output for 5.4.30
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033278465270996 array_key_exists: 0.012055158615112
Output for 5.4.29
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033690929412842 array_key_exists: 0.011758089065552
Output for 5.4.28
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0034050941467285 array_key_exists: 0.011554956436157
Output for 5.4.27
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033609867095947 array_key_exists: 0.012677907943726
Output for 5.4.26
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003493070602417 array_key_exists: 0.011855840682983
Output for 5.4.25
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003277063369751 array_key_exists: 0.011831045150757
Output for 5.4.24
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032830238342285 array_key_exists: 0.012045860290527
Output for 5.4.23
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033280849456787 array_key_exists: 0.011782884597778
Output for 5.4.22
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033140182495117 array_key_exists: 0.011744022369385
Output for 5.4.21
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033309459686279 array_key_exists: 0.011714935302734
Output for 5.4.20
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033349990844727 array_key_exists: 0.012116193771362
Output for 5.4.19
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033020973205566 array_key_exists: 0.013206005096436
Output for 5.4.18
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032920837402344 array_key_exists: 0.013082981109619
Output for 5.4.17
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032789707183838 array_key_exists: 0.011936902999878
Output for 5.4.16
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032980442047119 array_key_exists: 0.01157808303833
Output for 5.4.15
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033068656921387 array_key_exists: 0.012917041778564
Output for 5.4.14
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033318996429443 array_key_exists: 0.011518955230713
Output for 5.4.13
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033249855041504 array_key_exists: 0.011352777481079
Output for 5.4.12
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032970905303955 array_key_exists: 0.011828899383545
Output for 5.4.11
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033149719238281 array_key_exists: 0.012161016464233
Output for 5.4.10
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033259391784668 array_key_exists: 0.011471033096313
Output for 5.4.9
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033740997314453 array_key_exists: 0.011533975601196
Output for 5.4.8
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.003331184387207 array_key_exists: 0.011798858642578
Output for 5.4.7
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033550262451172 array_key_exists: 0.013668060302734
Output for 5.4.6
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033040046691895 array_key_exists: 0.012546062469482
Output for 5.4.5
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032482147216797 array_key_exists: 0.012076854705811
Output for 5.4.4
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033299922943115 array_key_exists: 0.011764049530029
Output for 5.4.3
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033199787139893 array_key_exists: 0.013561010360718
Output for 5.4.2
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033040046691895 array_key_exists: 0.012462139129639
Output for 5.4.1
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0033299922943115 array_key_exists: 0.012587070465088
Output for 5.4.0
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0032758712768555 array_key_exists: 0.013170003890991
Output for 5.3.29
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.012714147567749 array_key_exists: 0.015826225280762
Output for 5.3.28
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.014442205429077 array_key_exists: 0.015097141265869
Output for 5.3.27
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.014211177825928 array_key_exists: 0.014733076095581
Output for 5.3.26
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.014182090759277 array_key_exists: 0.014933824539185
Output for 5.3.25
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.011299133300781 array_key_exists: 0.015170097351074
Output for 5.3.24
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.018795013427734 array_key_exists: 0.01501989364624
Output for 5.3.23
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.013265132904053 array_key_exists: 0.014928817749023
Output for 5.3.22
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.014786005020142 array_key_exists: 0.017207145690918
Output for 5.3.21
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.011901140213013 array_key_exists: 0.016036987304688
Output for 5.3.20
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.015237092971802 array_key_exists: 0.016107082366943
Output for 5.3.19
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.014420032501221 array_key_exists: 0.016336917877197
Output for 5.3.18
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.011184215545654 array_key_exists: 0.020745992660522
Output for 5.3.17
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.0120530128479 array_key_exists: 0.016741037368774
Output for 5.3.16
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.010612010955811 array_key_exists: 0.017546892166138
Output for 5.3.15
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.012418031692505 array_key_exists: 0.015851020812988
Output for 5.3.14
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.014845132827759 array_key_exists: 0.016618013381958
Output for 5.3.13
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.013877153396606 array_key_exists: 0.015974044799805
Output for 5.3.12
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.010210037231445 array_key_exists: 0.015845060348511
Output for 5.3.11
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.011659145355225 array_key_exists: 0.01544189453125
Output for 5.3.10
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.010684013366699 array_key_exists: 0.01604700088501
Output for 5.3.9
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.014206171035767 array_key_exists: 0.015931844711304
Output for 5.3.8
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.013811111450195 array_key_exists: 0.015286922454834
Output for 5.3.7
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.013753175735474 array_key_exists: 0.015756845474243
Output for 5.3.6
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.010985136032104 array_key_exists: 0.015435934066772
Output for 5.3.5
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.013827085494995 array_key_exists: 0.015719890594482
Output for 5.3.4
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.013422012329102 array_key_exists: 0.015427827835083
Output for 5.3.3
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.010776042938232 array_key_exists: 0.014530181884766
Output for 5.3.2
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.012261152267456 array_key_exists: 0.014976024627686
Output for 5.3.1
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.012593984603882 array_key_exists: 0.015907049179077
Output for 5.3.0
Warning: fopen(/usr/share/dict/words): failed to open stream: No such file or directory in /in/iYETV on line 4 Notice: Undefined variable: i in /in/iYETV on line 5 Warning: fgets() expects parameter 1 to be resource, boolean given in /in/iYETV on line 5 Isset: 0.015151023864746 array_key_exists: 0.014955043792725

preferences:
299.3 ms | 402 KiB | 383 Q