3v4l.org

run code in 300+ PHP versions simultaneously
<?php $conf = array(); function test($p1) { global $conf; $asd = md5(sprintf($conf['11'], $p1)) .'1'; return $asd; } test('asdfgg');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mVFaY
function name:  (null)
number of ops:  5
compiled vars:  !0 = $conf
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    9     1        INIT_FCALL                                               'test'
          2        SEND_VAL                                                 'asdfgg'
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mVFaY
function name:  test
number of ops:  14
compiled vars:  !0 = $p1, !1 = $conf, !2 = $asd
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    5     1        BIND_GLOBAL                                              !1, 'conf'
    6     2        INIT_FCALL                                               'md5'
          3        INIT_FCALL                                               'sprintf'
          4        FETCH_DIM_R                                      ~3      !1, 11
          5        SEND_VAL                                                 ~3
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                         $5      
         10        CONCAT                                           ~6      $5, '1'
         11        ASSIGN                                                   !2, ~6
    7    12      > RETURN                                                   !2
    8    13*     > RETURN                                                   null

End of function test

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.47 ms | 1397 KiB | 18 Q