3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo stripslashes('Tomorrow I \'ll learn PHP global variables.'); echo stripslashes('This is a bad command : del c:\\*.*');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LNV6L
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'stripslashes'
          1        SEND_VAL                                                 'Tomorrow+I+%27ll+learn+PHP+global+variables.'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    5     4        INIT_FCALL                                               'stripslashes'
          5        SEND_VAL                                                 'This+is+a+bad+command+%3A+del+c%3A%5C%2A.%2A'
          6        DO_ICALL                                         $1      
          7        ECHO                                                     $1
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.26 ms | 1394 KiB | 15 Q