3v4l.org

run code in 500+ PHP versions simultaneously
<?php $func = create_function('$a', 'return;'); var_dump($func); var_dump(urlencode($func));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hqHjh
function name:  (null)
number of ops:  15
compiled vars:  !0 = $func
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                           'create_function'
          1        SEND_VAL_EX                                                  '%24a'
          2        SEND_VAL_EX                                                  'return%3B'
          3        DO_FCALL                                          0  $1      
          4        ASSIGN                                                       !0, $1
    4     5        INIT_FCALL                                                   'var_dump'
          6        SEND_VAR                                                     !0
          7        DO_ICALL                                                     
    5     8        INIT_FCALL                                                   'var_dump'
          9        INIT_FCALL                                                   'urlencode'
         10        SEND_VAR                                                     !0
         11        DO_ICALL                                             $4      
         12        SEND_VAR                                                     $4
         13        DO_ICALL                                                     
         14      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.57 ms | 2267 KiB | 15 Q