', '', '', '', '', '', '

', '

', '', '', '', '', '', '', '', '', '', '', ''); foreach ($found as $html) { if ($ph->getHTTPEquiv($html) != 'found') { echo "expected 'found' for $html\n"; print_r($ph->getMetaTags($html)); } } $other = array( '' => '&', '' => 'fo"und', '' => '/'); foreach ($other as $html => $res) { if ($ph->getHTTPEquiv($html) != $res) { echo "expected $res for $html\n"; print_r($ph->getMetaTags($html)); } } $none = array( '', 'A boring document

A boring document

Theres really nothing interesting about this

', '', '', '', '', '', << Someone's blog

My blog

This is my blog

Comments

XXX , '', '', ''); foreach ($none as $html) { if (!is_null($ph->getHTTPEquiv($html))) { echo "expected null for $html\n"; print_r($ph->getMetaTags($html)); } } ?>