3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace FuckYou; $hello = "hello" . "world"; $fuck = true; print "hello"; if ($fuck === true && $fuck !== false) { print $hello . "\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
Branch analysis from position: 7
filename:       /in/RnalZ
function name:  (null)
number of ops:  11
compiled vars:  !0 = $hello, !1 = $fuck
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'helloworld'
    6     1        ASSIGN                                                   !1, <true>
    7     2        ECHO                                                     'hello'
    9     3        TYPE_CHECK                                    8  ~4      !1
          4      > JMPZ_EX                                          ~4      ~4, ->7
          5    >   TYPE_CHECK                                  1018  ~5      !1
          6        BOOL                                             ~4      ~5
          7    > > JMPZ                                                     ~4, ->10
   10     8    >   CONCAT                                           ~6      !0, '%0A'
          9        ECHO                                                     ~6
   11    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.34 ms | 1393 KiB | 13 Q