3v4l.org

run code in 300+ PHP versions simultaneously
<?php //comprobador de fitxers en zona 3 function bfr($d,$A){ //echo $func; $z='holhola'; $A($z); $a = array(1, 2); foreach($a as $v){ $z='afas'; $A($z); } } function aaa($k){echo $k.'<br>';} bfr('./../E/2/L/','aaa'); //echo 'hola mon';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jiVld
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   INIT_FCALL                                               'bfr'
          1        SEND_VAL                                                 '.%2F..%2FE%2F2%2FL%2F'
          2        SEND_VAL                                                 'aaa'
          3        DO_FCALL                                      0          
   19     4      > RETURN                                                   1

Function bfr:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 14
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 14
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/jiVld
function name:  bfr
number of ops:  16
compiled vars:  !0 = $d, !1 = $A, !2 = $z, !3 = $a, !4 = $v
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    7     2        ASSIGN                                                   !2, 'holhola'
    8     3        INIT_DYNAMIC_CALL                                        !1
          4        SEND_VAR_EX                                              !2
          5        DO_FCALL                                      0          
    9     6        ASSIGN                                                   !3, <array>
   10     7      > FE_RESET_R                                       $8      !3, ->14
          8    > > FE_FETCH_R                                               $8, !4, ->14
   11     9    >   ASSIGN                                                   !2, 'afas'
   12    10        INIT_DYNAMIC_CALL                                        !1
         11        SEND_VAR_EX                                              !2
         12        DO_FCALL                                      0          
   10    13      > JMP                                                      ->8
         14    >   FE_FREE                                                  $8
   14    15      > RETURN                                                   null

End of function bfr

Function aaa:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jiVld
function name:  aaa
number of ops:  4
compiled vars:  !0 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E >   RECV                                             !0      
          1        CONCAT                                           ~1      !0, '%3Cbr%3E'
          2        ECHO                                                     ~1
          3      > RETURN                                                   null

End of function aaa

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.56 ms | 1399 KiB | 14 Q