3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fam = "Перегудов"; $s = array("@^.(.)@"); $r = array("N$1"); echo preg_replace("@.@", "*", );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/koCMD
function name:  (null)
number of ops:  9
compiled vars:  !0 = $fam, !1 = $s, !2 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%D0%9F%D0%B5%D1%80%D0%B5%D0%B3%D1%83%D0%B4%D0%BE%D0%B2'
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, <array>
    5     3        INIT_FCALL                                               'preg_replace'
          4        SEND_VAL                                                 '%40.%40'
          5        SEND_VAL                                                 '%2A'
          6        DO_ICALL                                         $6      
          7        ECHO                                                     $6
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.76 ms | 1394 KiB | 15 Q