3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cars=array(array("bmw",20,10,20),array("benz",30,10,0),array("gator",20,40,9),array("ferrari",15,60,18)); for ($row = 0; $row < 4; $row++) { for ($col = 0; $col < 4; $col++) { echo $cars[$row][$col]; } } echo "\n"; $myfile = fopen("webdictionary.txt", "r") or ("Unable to open file!"); echo fread($myfile,filesize("webdictionary.txt")); fclose($myfile);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
2 jumps found. (Code = 47) Position 1 = 21, Position 2 = 22
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 5
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
Branch analysis from position: 3
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 5
Branch analysis from position: 11
Branch analysis from position: 5
filename:       /in/Dlflg
function name:  (null)
number of ops:  34
compiled vars:  !0 = $cars, !1 = $row, !2 = $col, !3 = $myfile
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->12
    6     3    >   ASSIGN                                                   !2, 0
          4      > JMP                                                      ->9
    7     5    >   FETCH_DIM_R                                      ~7      !0, !1
          6        FETCH_DIM_R                                      ~8      ~7, !2
          7        ECHO                                                     ~8
    6     8        PRE_INC                                                  !2
          9    >   IS_SMALLER                                               !2, 4
         10      > JMPNZ                                                    ~10, ->5
    5    11    >   PRE_INC                                                  !1
         12    >   IS_SMALLER                                               !1, 4
         13      > JMPNZ                                                    ~12, ->3
   11    14    >   ECHO                                                     '%0A'
   12    15        INIT_FCALL                                               'fopen'
         16        SEND_VAL                                                 'webdictionary.txt'
         17        SEND_VAL                                                 'r'
         18        DO_ICALL                                         $13     
         19        ASSIGN                                           ~14     !3, $13
         20      > JMPNZ_EX                                         ~14     ~14, ->22
         21    >   BOOL                                             ~14     'Unable+to+open+file%21'
   13    22    >   INIT_FCALL                                               'fread'
         23        SEND_VAR                                                 !3
         24        INIT_FCALL                                               'filesize'
         25        SEND_VAL                                                 'webdictionary.txt'
         26        DO_ICALL                                         $15     
         27        SEND_VAR                                                 $15
         28        DO_ICALL                                         $16     
         29        ECHO                                                     $16
   14    30        INIT_FCALL                                               'fclose'
         31        SEND_VAR                                                 !3
         32        DO_ICALL                                                 
         33      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.39 ms | 1388 KiB | 21 Q