3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = 'Г Москва К м. Новогиреево'; preg_match( '/ К .*/', $name, $match ); var_dump( $match );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3NCP5
function name:  (null)
number of ops:  10
compiled vars:  !0 = $name, !1 = $match
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%D0%93+%D0%9C%D0%BE%D1%81%D0%BA%D0%B2%D0%B0+%D0%9A+%D0%BC.+%D0%9D%D0%BE%D0%B2%D0%BE%D0%B3%D0%B8%D1%80%D0%B5%D0%B5%D0%B2%D0%BE'
    3     1        INIT_FCALL                                               'preg_match'
          2        SEND_VAL                                                 '%2F+%D0%9A+.%2A%2F'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    4     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.25 ms | 939 KiB | 18 Q