3v4l.org

run code in 300+ PHP versions simultaneously
<?php $vBase = [ 'date' => function($value) { return (bool)preg_match('/^\d{2}\.\d{2}\.\d{4}$/', $value); }, ]; $dateVal[] = date('d.m.Y'); $dateVal[] = date('Y-m-d'); foreach ($dateVal as $date) { var_dump( [ 'value' => $date, 'isValidFormat' => $vBase['date']($date), ] );
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected end of file in d9NVr on line 17
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected '[' in /in/d9NVr on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected '[' in d9NVr on line 2
Process exited with code 255.

preferences:
172.85 ms | 1395 KiB | 49 Q