]*(src="[^"]+")[^>]*|', $html, $matches);
var_dump($matches);
Output:
array(2) {
[0]=>
string(75) "
But this is a quick way to do this using regular expression, which may break with unclean html or cause problems, go for a dom parser for a good proof solution.