79249401

Date: 2024-12-03 22:55:02
Score: 1.5
Natty:
Report link

You were using a closing ) instead of a closing >.

Here is the corrected line:

preg_match_all('/<(video|audio)[^>]+src="([^"]+)">/', $str, $matches);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: waitwhat