diff options
Diffstat (limited to 'ext/xmlreader/php_xmlreader.stub.php')
-rw-r--r-- | ext/xmlreader/php_xmlreader.stub.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ext/xmlreader/php_xmlreader.stub.php b/ext/xmlreader/php_xmlreader.stub.php index a551ec0deb..9932b56fc3 100644 --- a/ext/xmlreader/php_xmlreader.stub.php +++ b/ext/xmlreader/php_xmlreader.stub.php @@ -4,6 +4,34 @@ class XMLReader { + public int $attributeCount; + + public string $baseURI; + + public int $depth; + + public bool $hasAttributes; + + public bool $hasValue; + + public bool $isDefault; + + public bool $isEmptyElement; + + public string $localName; + + public string $name; + + public string $namespaceURI; + + public int $nodeType; + + public string $prefix; + + public string $value; + + public string $xmlLang; + /** @return bool */ public function close() {} |