RESULTS:
Execution Time(sec.):
0.000021
Raw Match Pattern:
<img[^>]+?((?:src=["'](?P<src>[^"']+)["'])\s*|(?:alt=["'](?P<alt>[^"']+)["'])\s*|(?:height=["'](?P<height>[^"']+)["'])\s*|(?:width=["'](?P<width>[^"']+)["'])\s*)*[^>]+?>
$matches Array:
(
[0] => Array
(
[0] => <img src="/images/image1.jpg" alt="Test Image" height="2" width="1" />
[1] => <img src='/images/image1.jpg' alt='Test Image' height='2' width='1' />
[2] => <img src='/images/image1.jpg' alt="Test Image" height='2' width="1" />
[3] => <img height="2" width="1" src="/images/image1.jpg" alt="Test Image" />
[4] => <img height='2' width='1' src="/images/image1.jpg" alt="Test Image" />
[5] => <img height='2' width="1" src='/images/image1.jpg' alt="Test Image" />
)
[1] => Array
(
[0] => width="1"
[1] => width='1'
[2] => width="1"
[3] => alt="Test Image"
[4] => alt="Test Image"
[5] => alt="Test Image"
)
[src] => Array
(
[0] => /images/image1.jpg
[1] => /images/image1.jpg
[2] => /images/image1.jpg
[3] => /images/image1.jpg
[4] => /images/image1.jpg
[5] => /images/image1.jpg
)
[2] => Array
(
[0] => /images/image1.jpg
[1] => /images/image1.jpg
[2] => /images/image1.jpg
[3] => /images/image1.jpg
[4] => /images/image1.jpg
[5] => /images/image1.jpg
)
[alt] => Array
(
[0] => Test Image
[1] => Test Image
[2] => Test Image
[3] => Test Image
[4] => Test Image
[5] => Test Image
)
[3] => Array
(
[0] => Test Image
[1] => Test Image
[2] => Test Image
[3] => Test Image
[4] => Test Image
[5] => Test Image
)
[height] => Array
(
[0] => 2
[1] => 2
[2] => 2
[3] => 2
[4] => 2
[5] => 2
)
[4] => Array
(
[0] => 2
[1] => 2
[2] => 2
[3] => 2
[4] => 2
[5] => 2
)
[width] => Array
(
[0] => 1
[1] => 1
[2] => 1
[3] => 1
[4] => 1
[5] => 1
)
[5] => Array
(
[0] => 1
[1] => 1
[2] => 1
[3] => 1
[4] => 1
[5] => 1
)
)