3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myvalue = 'yes'; $anothervalue = 'test'; if ($myvalue == 'yes') { echo 'This is some test content, within which is some more php bits Test ' , ($anothervalue == 'test' ? 'Print this' : 'Print that') , ' And then some more content<br />Test'; } else { echo 'The value didnt match'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 13
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bueeL
function name:  (null)
number of ops:  15
compiled vars:  !0 = $myvalue, !1 = $anothervalue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'yes'
    3     1        ASSIGN                                                   !1, 'test'
    4     2        IS_EQUAL                                                 !0, 'yes'
          3      > JMPZ                                                     ~4, ->13
    5     4    >   ECHO                                                     'This+is+some+test+content%2C+within+which+is+some+more+php+bits+Test+'
          5        IS_EQUAL                                                 !1, 'test'
          6      > JMPZ                                                     ~5, ->9
          7    >   QM_ASSIGN                                        ~6      'Print+this'
          8      > JMP                                                      ->10
          9    >   QM_ASSIGN                                        ~6      'Print+that'
         10    >   ECHO                                                     ~6
         11        ECHO                                                     '+And+then+some+more+content%3Cbr+%2F%3ETest'
    4    12      > JMP                                                      ->14
    7    13    >   ECHO                                                     'The+value+didnt+match'
    8    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.91 ms | 994 KiB | 13 Q