3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(new XMLWriter()); var_dump(xmlwriter_open_memory()); var_dump(xmlwriter_open_memory()->startDocument());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/B8Q8u
function name:  (null)
number of ops:  18
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        NEW                                              $0      'XMLWriter'
          2        DO_FCALL                                      0          
          3        SEND_VAR                                                 $0
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'xmlwriter_open_memory'
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                                 
    5    10        INIT_FCALL                                               'var_dump'
         11        INIT_FCALL                                               'xmlwriter_open_memory'
         12        DO_ICALL                                         $5      
         13        INIT_METHOD_CALL                                         $5, 'startDocument'
         14        DO_FCALL                                      0  $6      
         15        SEND_VAR                                                 $6
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.53 ms | 1394 KiB | 17 Q