3v4l.org

run code in 300+ PHP versions simultaneously
<?php help('php question'); function help($question) { echo 'http://www.google.com?q=' . urlencode($question); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gDlSC
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'help'
          1        SEND_VAL_EX                                              'php+question'
          2        DO_FCALL                                      0          
    3     3      > RETURN                                                   1

Function help:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gDlSC
function name:  help
number of ops:  7
compiled vars:  !0 = $question
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
          0  E >   RECV                                             !0      
          1        INIT_FCALL                                               'urlencode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $1      
          4        CONCAT                                           ~2      'http%3A%2F%2Fwww.google.com%3Fq%3D', $1
          5        ECHO                                                     ~2
          6      > RETURN                                                   null

End of function help

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.69 ms | 1394 KiB | 15 Q