3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '/\@var\s*([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff])*/i'; $str = ' /** * bla bla bla * * @ORM\Id @bla @var gfd * @ORM\Column (type="integer") */ protected $DossierNo; '; preg_match($re, $str, $matches, PREG_OFFSET_CAPTURE, 0); // Print the entire match result var_dump($matches);

preferences:
47.16 ms | 402 KiB | 5 Q