3v4l.org

run code in 500+ PHP versions simultaneously
<?php class X { public static function unlink($x) { echo $x; } } echo X::unlink('bar');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MgA2l
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   10     0  E >   INIT_STATIC_METHOD_CALL                                      'X', 'unlink'
          1        SEND_VAL                                                     'bar'
          2        DO_FCALL                                          0  $0      
          3        ECHO                                                         $0
          4      > RETURN                                                       1

Class X:
Function unlink:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MgA2l
function name:  unlink
number of ops:  3
compiled vars:  !0 = $x
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   RECV                                                 !0      
    6     1        ECHO                                                         !0
    7     2      > RETURN                                                       null

End of function unlink

End of class X.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
169.56 ms | 3091 KiB | 13 Q