3v4l.org

run code in 300+ PHP versions simultaneously
<?php $DATETIME_PATTERN = "^\\d\\d?.\\d\\d?.\\d{4} \\d\\d?:\\d\\d?:?\\d?\\d?$"; preg_match_all($DATETIME_PATTERN,'10.10.2017 11:11',$m); print_r($m);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F3ctM
function name:  (null)
number of ops:  10
compiled vars:  !0 = $DATETIME_PATTERN, !1 = $m
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%5E%5Cd%5Cd%3F.%5Cd%5Cd%3F.%5Cd%7B4%7D+%5Cd%5Cd%3F%3A%5Cd%5Cd%3F%3A%3F%5Cd%3F%5Cd%3F%24'
    4     1        INIT_FCALL                                               'preg_match_all'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 '10.10.2017+11%3A11'
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    6     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.71 ms | 1394 KiB | 17 Q