3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = "/^((?:\\d{2}\\.?){3}).+(\\D{1}\\d{1}\\s\\d{4})/"; $str = "A N K U N F T 11.08.15\n*** N ***\n11.08.15 xxx xxx X3 2830 14:25 17:50\n18.08.15 xxx xxx X3 2830 18:40 F882129 dsdsaidsaia F882129 xxxyxyagydaysd"; $subst = "--"; preg_match_all($re, $str, $matches); print_r($matches); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pKStX
function name:  (null)
number of ops:  12
compiled vars:  !0 = $re, !1 = $str, !2 = $subst, !3 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%2F%5E%28%28%3F%3A%5Cd%7B2%7D%5C.%3F%29%7B3%7D%29.%2B%28%5CD%7B1%7D%5Cd%7B1%7D%5Cs%5Cd%7B4%7D%29%2F'
    4     1        ASSIGN                                                   !1, 'A+N+K+U+N+F+T+++11.08.15%0A%2A%2A%2A+N+%2A%2A%2A%0A11.08.15++xxx++xxx++X3+2830++14%3A25+++17%3A50%0A18.08.15++xxx++xxx++X3+2830++18%3A40++F882129++dsdsaidsaia++F882129++xxxyxyagydaysd'
    5     2        ASSIGN                                                   !2, '--'
    7     3        INIT_FCALL                                               'preg_match_all'
          4        SEND_VAR                                                 !0
          5        SEND_VAR                                                 !1
          6        SEND_REF                                                 !3
          7        DO_ICALL                                                 
    8     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !3
         10        DO_ICALL                                                 
    9    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.01 ms | 1385 KiB | 17 Q