fork download
  1. <?php
  2. $re = "/(?# df /df)s/x";
  3. $text = "sdf'/sdf/fg/";
  4. preg_match_all( $re, $text, $arr );
  5. var_dump( $arr );
Success #stdin #stdout #stderr 0.02s 52472KB
stdin
Standard input is empty
stdout
NULL
stderr
PHP Warning:  preg_match_all(): Unknown modifier 'd' in /home/7f7YGn/prog.php on line 4