3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = "/((F|A|E)\\d{6})\\s*([^\\n\\r\\n]*)/"; $str = "*** NEUBUCHUNG ***\n 11.08.15 HAJ FNC X3 2830 14:25 17:50\n 18.08.15 FNC HAJ X3 2831 18:40\n FNC075 Four Views Monumental 9004-541 Funchal\n 1 Doppelzimmer 2Erw. Halbpension\n \n \n F882129 HERR KLAMKA, DANIEL\n F882129 FRAU NITSCHKE, SARAH"; preg_match($re, $str, $matches); print_r($matches); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FehFe
function name:  (null)
number of ops:  11
compiled vars:  !0 = $re, !1 = $str, !2 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%2F%28%28F%7CA%7CE%29%5Cd%7B6%7D%29%5Cs%2A%28%5B%5E%5Cn%5Cr%5Cn%5D%2A%29%2F'
    5     1        ASSIGN                                                   !1, '%2A%2A%2A+NEUBUCHUNG+%2A%2A%2A%0A+11.08.15++HAJ++FNC++X3+2830++14%3A25+++17%3A50%0A+18.08.15++FNC++HAJ++X3+2831++18%3A40%0A+FNC075++Four+Views+Monumental++++++++9004-541+Funchal%0A++1++Doppelzimmer+2Erw.+++++++++++++++Halbpension%0A+%0A+%0A+F882129++HERR+KLAMKA%2C+DANIEL%0A+F882129++FRAU+NITSCHKE%2C+SARAH'
    7     2        INIT_FCALL                                               'preg_match'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        SEND_REF                                                 !2
          6        DO_ICALL                                                 
    8     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !2
          9        DO_ICALL                                                 
   11    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.56 ms | 1394 KiB | 17 Q