fork download
  1. <?php
  2. preg_match('/[@a]/', '@', $matches);
  3. var_dump($matches);
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
array(1) {
  [0]=>
  string(1) "@"
}