3v4l.org

run code in 300+ PHP versions simultaneously
<?php $my_file = @file ('non_existent_file') or die ("error:'$php_errormsg'");
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 7, Position 2 = 12
Branch analysis from position: 7
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4UtR7
function name:  (null)
number of ops:  13
compiled vars:  !0 = $my_file, !1 = $php_errormsg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   BEGIN_SILENCE                                    ~2      
          1        INIT_FCALL                                               'file'
          2        SEND_VAL                                                 'non_existent_file'
          3        DO_ICALL                                         $3      
          4        END_SILENCE                                              ~2
          5        ASSIGN                                           ~4      !0, $3
          6      > JMPNZ_EX                                         ~4      ~4, ->12
    3     7    >   ROPE_INIT                                     3  ~6      'error%3A%27'
          8        ROPE_ADD                                      1  ~6      ~6, !1
          9        ROPE_END                                      2  ~5      ~6, '%27'
         10      > EXIT                                                     ~5
         11*       BOOL                                             ~4      <true>
         12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
261.82 ms | 1398 KiB | 17 Q