3v4l.org

run code in 300+ PHP versions simultaneously
<?php $php_ver = phpversion(); $php_ver == "5.6.16" or die(); ECHO phpversion();
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PlWhK
function name:  (null)
number of ops:  11
compiled vars:  !0 = $php_ver
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'phpversion'
          1        DO_ICALL                                         $1      
          2        ASSIGN                                                   !0, $1
    5     3        IS_EQUAL                                         ~3      !0, '5.6.16'
          4      > JMPNZ_EX                                         ~3      ~3, ->7
          5    > > EXIT                                                     
          6*       BOOL                                             ~3      <true>
    7     7    >   INIT_FCALL                                               'phpversion'
          8        DO_ICALL                                         $4      
          9        ECHO                                                     $4
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.77 ms | 1385 KiB | 15 Q