3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach (new GlobIterator("*.php") as $nombre_fichero) { echo "TamaƱo de $nombre_fichero " . filesize($nombre_fichero) . "\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 15
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 15
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename:       /in/Kk525
function name:  (null)
number of ops:  17
compiled vars:  !0 = $nombre_fichero
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'GlobIterator'
          1        SEND_VAL_EX                                              '%2A.php'
          2        DO_FCALL                                      0          
          3      > FE_RESET_R                                       $3      $1, ->15
          4    > > FE_FETCH_R                                               $3, !0, ->15
    4     5    >   ROPE_INIT                                     3  ~5      'Tama%C3%B1o+de+'
          6        ROPE_ADD                                      1  ~5      ~5, !0
          7        ROPE_END                                      2  ~4      ~5, '+'
          8        INIT_FCALL                                               'filesize'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $7      
         11        CONCAT                                           ~8      ~4, $7
         12        CONCAT                                           ~9      ~8, '%0A'
         13        ECHO                                                     ~9
    3    14      > JMP                                                      ->4
         15    >   FE_FREE                                                  $3
    5    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.54 ms | 1395 KiB | 15 Q