3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo{ static $bar = array('strlen'); } echo foo::$bar[0](123);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iWCsa
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   FETCH_STATIC_PROP_R          unknown             ~0      'bar'
          1        FETCH_DIM_R                                      ~1      ~0, 0
          2        INIT_DYNAMIC_CALL                                        ~1
          3        SEND_VAL_EX                                              123
          4        DO_FCALL                                      0  $2      
          5        ECHO                                                     $2
          6      > RETURN                                                   1

Class foo: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.85 ms | 1396 KiB | 14 Q