3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (class_exists('SplFileObject')) { new SplFileObject('toto/tata/titi.txt'); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 8
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/eUXlD
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'class_exists'
          1        SEND_VAL                                                 'SplFileObject'
          2        DO_ICALL                                         $0      
          3      > JMPZ                                                     $0, ->8
    4     4    >   NEW                                              $1      'SplFileObject'
          5        SEND_VAL_EX                                              'toto%2Ftata%2Ftiti.txt'
          6        DO_FCALL                                      0          
          7        FREE                                                     $1
    5     8    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.05 ms | 1394 KiB | 15 Q