<?php $src = <<<EOLIts really great to <img src="image2.png" /> hear from you "Today is good <img src="http://www.google.com/picture2.png" /> day" Let's listen song together! ---------<img src="images/profile.png" />\\\\\\EOL; preg_match_all('~src="([^"]+)~', $src, $matches); var_export($matches[1]);
Standard input is empty
array ( 0 => 'image2.png', 1 => 'http://www.google.com/picture2.png', 2 => 'images/profile.png', )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!