3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Example2 { private $hook = "phpinfo();"; } print urlencode(serialize(new Example2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/joIca
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'urlencode'
          1        INIT_FCALL                                               'serialize'
          2        NEW                                              $0      'Example2'
          3        DO_FCALL                                      0          
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        ECHO                                                     $3
          9      > RETURN                                                   1

Class Example2: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
191.03 ms | 1398 KiB | 17 Q