3v4l.org

run code in 300+ PHP versions simultaneously
<?php $msg = preg_replace(array('/\v+/', '/\x{E282AC}/'), array(' ', 'e'), "tässä on 100€ kalaa\nrivivaihto"); var_dump($msg); exit(0);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/KOROt
function name:  (null)
number of ops:  11
compiled vars:  !0 = $msg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_replace'
          1        SEND_VAL                                                 <array>
          2        SEND_VAL                                                 <array>
          3        SEND_VAL                                                 't%C3%A4ss%C3%A4+on+100%E2%82%AC+kalaa%0Arivivaihto'
          4        DO_ICALL                                         $1      
          5        ASSIGN                                                   !0, $1
    4     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
    6     9      > EXIT                                                     0
         10*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.94 ms | 1385 KiB | 17 Q