3v4l.org

run code in 300+ PHP versions simultaneously
<?php $export = "Klanten #493*&.@die nog geen loyalty member zijn met orders"; $export = preg_replace('/[^a-z0-9\-]/','', strtolower($export)); echo $export;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rUctU
function name:  (null)
number of ops:  12
compiled vars:  !0 = $export
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Klanten+%23493%2A%26.%40die+nog+geen+loyalty+member+zijn+met+orders'
    4     1        INIT_FCALL                                               'preg_replace'
          2        SEND_VAL                                                 '%2F%5B%5Ea-z0-9%5C-%5D%2F'
          3        SEND_VAL                                                 ''
          4        INIT_FCALL                                               'strtolower'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                         $3      
          9        ASSIGN                                                   !0, $3
    7    10        ECHO                                                     !0
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.56 ms | 1394 KiB | 17 Q