--TEST-- SimpleXML: implement Countable --EXTENSIONS-- simplexml --FILE-- '; $sxe = new SimpleXmlElement($str); var_dump($sxe instanceof Countable); ?> --EXPECT-- bool(true)