3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($p1) { $asd = md5(sprintf($null['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/h11O4
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'test'
          1        SEND_VAL                                                 'asdfgg'
          2        DO_FCALL                                      0          
          3      > RETURN                                                   1

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

End of function test

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.11 ms | 1397 KiB | 18 Q