summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libxml/libxml.stub.php')
-rw-r--r--ext/libxml/libxml.stub.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/libxml/libxml.stub.php b/ext/libxml/libxml.stub.php
index c99b2254a2..dc55815e6c 100644
--- a/ext/libxml/libxml.stub.php
+++ b/ext/libxml/libxml.stub.php
@@ -1,9 +1,15 @@
<?php
-/** @generate-function-entries */
+/** @generate-class-entries */
class LibXMLError
{
+ public int $level;
+ public int $code;
+ public int $column;
+ public string $message;
+ public string $file;
+ public int $line;
}
/** @param resource $context */