<?php var_dump(preg_match_all(true, 'a')); var_dump(preg_match_all('', 'a')); var_dump(preg_match_all('/a/', true));
You have javascript disabled. You will not be able to edit any code.