3v4l.org

run code in 500+ PHP versions simultaneously
<?php $string = '<foo:bar/fizz\\buzz|fuzz|"*?">'; var_dump($string); var_dump( strtr($string, '\/:*?"<>|', ' ') );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VLETA
function name:  (null)
number of ops:  10
compiled vars:  !0 = $string
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '%3Cfoo%3Abar%2Ffizz%5Cbuzz%7Cfuzz%7C%22%2A%3F%22%3E'
    5     1        INIT_FCALL                                                   'var_dump'
          2        SEND_VAR                                                     !0
          3        DO_ICALL                                                     
    7     4        INIT_FCALL                                                   'var_dump'
    8     5        FRAMELESS_ICALL_3                strtr               ~3      !0, '%5C%2F%3A%2A%3F%22%3C%3E%7C'
          6        OP_DATA                                                      '+++++++++'
          7        SEND_VAL                                                     ~3
    7     8        DO_ICALL                                                     
    9     9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.44 ms | 1593 KiB | 16 Q