3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = '\x66\x6f\x6f'; echo $foo, "\n"; echo stripcslashes($foo) . '<br />';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/foMin
function name:  (null)
number of ops:  9
compiled vars:  !0 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%5Cx66%5Cx6f%5Cx6f'
    5     1        ECHO                                                     !0
          2        ECHO                                                     '%0A'
    7     3        INIT_FCALL                                               'stripcslashes'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        CONCAT                                           ~3      $2, '%3Cbr+%2F%3E'
          7        ECHO                                                     ~3
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.82 ms | 1394 KiB | 15 Q