3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Welcome to my humble Homepage!"; echo $str; echo \n; echo addcslashes($str,'m'); echo addcslashes($str,'H'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mkssE
function name:  (null)
number of ops:  15
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Welcome+to+my+humble+Homepage%21'
    3     1        ECHO                                                     !0
    4     2        FETCH_CONSTANT                                   ~2      'n'
          3        ECHO                                                     ~2
    5     4        INIT_FCALL                                               'addcslashes'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 'm'
          7        DO_ICALL                                         $3      
          8        ECHO                                                     $3
    6     9        INIT_FCALL                                               'addcslashes'
         10        SEND_VAR                                                 !0
         11        SEND_VAL                                                 'H'
         12        DO_ICALL                                         $4      
         13        ECHO                                                     $4
    7    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
207.7 ms | 1398 KiB | 15 Q