3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=0); (new XMLReader)->XML(array(1)); printf("finished\n"); (new finfo)->file(array(1)); printf ("finished\n");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QId2S
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $0      'XMLReader'
          1        DO_FCALL                                      0          
          2        INIT_METHOD_CALL                                         $0, 'XML'
          3        SEND_VAL_EX                                              <array>
          4        DO_FCALL                                      0          
          5        INIT_FCALL                                               'printf'
          6        SEND_VAL                                                 'finished%0A'
          7        DO_ICALL                                                 
    4     8        NEW                                              $4      'finfo'
          9        DO_FCALL                                      0          
         10        INIT_METHOD_CALL                                         $4, 'file'
         11        SEND_VAL_EX                                              <array>
         12        DO_FCALL                                      0          
         13        INIT_FCALL                                               'printf'
         14        SEND_VAL                                                 'finished%0A'
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.34 ms | 1394 KiB | 15 Q