3v4l.org

run code in 300+ PHP versions simultaneously
<?php $php_ver = phpversion(); $php_ver == "5.6.16" or exit(); ECHO "<h1>$php_ver</h1>";
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/BXOnW
function name:  (null)
number of ops:  12
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    >   ROPE_INIT                                     3  ~5      '%3Ch1%3E'
          8        ROPE_ADD                                      1  ~5      ~5, !0
          9        ROPE_END                                      2  ~4      ~5, '%3C%2Fh1%3E'
         10        ECHO                                                     ~4
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.55 ms | 1394 KiB | 15 Q