3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Hi, how's it going?\n"; $input = "I'm not saying anything about anything"; $function = 'strtolower($input);'; echo $function; echo eval($function);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/m0enS
function name:  (null)
number of ops:  7
compiled vars:  !0 = $input, !1 = $function
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'Hi%2C+how%27s+it+going%3F%0A'
    5     1        ASSIGN                                                   !0, 'I%27m+not+saying+anything+about+anything'
    6     2        ASSIGN                                                   !1, 'strtolower%28%24input%29%3B'
    8     3        ECHO                                                     !1
    9     4        INCLUDE_OR_EVAL                                  $4      !1, EVAL
          5        ECHO                                                     $4
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.83 ms | 1384 KiB | 13 Q