fork download
  1. <?php
  2. preg_match_all('/]*/', ']]] abc ]', $matches);
  3.  
  4. foreach ($matches[0] as $key=>$value) {
  5. echo "- '{$value}'". PHP_EOL;
  6. }
  7.  
Success #stdin #stdout 0.02s 24596KB
stdin
Standard input is empty
stdout
- ']]]'
- ''
- ''
- ''
- ''
- ''
- ']'
- ''