3v4l.org

run code in 300+ PHP versions simultaneously
<?php $f = scandir('/web/com/14008356924720/'); foreach ($f as $k => $v) echo $k.': '.$v.'<br/>';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 12
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 12
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/NGWiH
function name:  (null)
number of ops:  14
compiled vars:  !0 = $f, !1 = $v, !2 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'scandir'
          1        SEND_VAL                                                 '%2Fweb%2Fcom%2F14008356924720%2F'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    3     4      > FE_RESET_R                                       $5      !0, ->12
          5    > > FE_FETCH_R                                       ~6      $5, !1, ->12
          6    >   ASSIGN                                                   !2, ~6
    4     7        CONCAT                                           ~8      !2, '%3A+'
          8        CONCAT                                           ~9      ~8, !1
          9        CONCAT                                           ~10     ~9, '%3Cbr%2F%3E'
         10        ECHO                                                     ~10
    3    11      > JMP                                                      ->5
         12    >   FE_FREE                                                  $5
    4    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.38 ms | 1394 KiB | 15 Q