3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "hello"; $b = "false"; $c = "FALSE"; if ($a) { echo "First/r/n"; } if ($b) { echo "Second/r/n"; } if ($c) { echo "Third/r/n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 5
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 7
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
Branch analysis from position: 7
Branch analysis from position: 5
filename:       /in/sv60r
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'hello'
    3     1        ASSIGN                                                   !1, 'false'
    4     2        ASSIGN                                                   !2, 'FALSE'
    6     3      > JMPZ                                                     !0, ->5
    7     4    >   ECHO                                                     'First%2Fr%2Fn'
    9     5    > > JMPZ                                                     !1, ->7
   10     6    >   ECHO                                                     'Second%2Fr%2Fn'
   12     7    > > JMPZ                                                     !2, ->9
   13     8    >   ECHO                                                     'Third%2Fr%2Fn'
   14     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.58 ms | 1393 KiB | 13 Q