3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = 'abc ;;:ABC'; echo preg_replace('/[a-zA-Z0-9!#$&()+-<=>?@\[\\\\\]^_{|}]/u', '', $value);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/J57qd
function name:  (null)
number of ops:  8
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'abc+%3B%3B%3AABC'
    5     1        INIT_FCALL                                               'preg_replace'
          2        SEND_VAL                                                 '%2F%5Ba-zA-Z0-9%21%23%24%26%28%29%2B-%3C%3D%3E%3F%40%5C%5B%5C%5C%5C%5D%5E_%7B%7C%7D%5D%2Fu'
          3        SEND_VAL                                                 ''
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        ECHO                                                     $2
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.27 ms | 1394 KiB | 15 Q