3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* * Pass the constant value as an actual parameter to a function. DO_FCALL follows. * opcode number: 65 */ function funcA($msg){ print $msg; } funcA('HELLO'); funcA('ppppp'); defined('IN_PHPBB'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cJZSA
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_FCALL                                               'funca'
          1        SEND_VAL                                                 'HELLO'
          2        DO_FCALL                                      0          
   11     3        INIT_FCALL                                               'funca'
          4        SEND_VAL                                                 'ppppp'
          5        DO_FCALL                                      0          
   13     6        DEFINED                                          ~2      'IN_PHPBB'
          7        FREE                                                     ~2
   14     8      > RETURN                                                   1

Function funca:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cJZSA
function name:  funcA
number of ops:  3
compiled vars:  !0 = $msg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
    7     1        ECHO                                                     !0
    8     2      > RETURN                                                   null

End of function funca

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.85 ms | 1396 KiB | 15 Q