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); 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/8svtq
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E >   INIT_FCALL                                               'bfr'
          1        SEND_VAL                                                 '.%2F..%2FE%2F2%2FL%2F'
          2        SEND_VAL                                                 'aaa'
          3        DO_FCALL                                      0          
   18     4      > RETURN                                                   1

Function bfr:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 13
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 13
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/8svtq
function name:  bfr
number of ops:  15
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      > FE_RESET_R                                       $7      !3, ->13
          7    > > FE_FETCH_R                                               $7, !4, ->13
   10     8    >   ASSIGN                                                   !2, 'afas'
   11     9        INIT_DYNAMIC_CALL                                        !1
         10        SEND_VAR_EX                                              !2
         11        DO_FCALL                                      0          
    9    12      > JMP                                                      ->7
         13    >   FE_FREE                                                  $7
   13    14      > 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/8svtq
function name:  aaa
number of ops:  4
compiled vars:  !0 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   16     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:
152.04 ms | 1399 KiB | 14 Q