3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Prepare for application Parsing {{{1 function ob_application_framer($content) { return "foobar"; } if (!isset($_GET['hello']) || isset($_GET['world'])) { echo "I am the right place"; // Line A ob_start('ob_application_framer'); // Line Z }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 12
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
Branch analysis from position: 7
filename:       /in/hjoAj
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   FETCH_IS                                         ~0      '_GET'
          1        ISSET_ISEMPTY_DIM_OBJ                         0  ~1      ~0, 'hello'
          2        BOOL_NOT                                         ~2      ~1
          3      > JMPNZ_EX                                         ~2      ~2, ->7
          4    >   FETCH_IS                                         ~3      '_GET'
          5        ISSET_ISEMPTY_DIM_OBJ                         0  ~4      ~3, 'world'
          6        BOOL                                             ~2      ~4
          7    > > JMPZ                                                     ~2, ->12
   12     8    >   ECHO                                                     'I+am+the+right+place'
   13     9        INIT_FCALL                                               'ob_start'
         10        SEND_VAL                                                 'ob_application_framer'
         11        DO_ICALL                                                 
   14    12    > > RETURN                                                   1

Function ob_application_framer:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hjoAj
function name:  ob_application_framer
number of ops:  3
compiled vars:  !0 = $content
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
    7     1      > RETURN                                                   'foobar'
    9     2*     > RETURN                                                   null

End of function ob_application_framer

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.2 ms | 1009 KiB | 14 Q