diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-05 12:31:48 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-05 12:31:48 +0200 |
commit | faea5ab837ab6393c8821f85cf8abe2723593e8e (patch) | |
tree | dc1ab97ca126aad39ba88203fd8d9fdef7672169 /ext/xmlreader/php_xmlreader_arginfo.h | |
parent | d3cf5973282d30b1f9f08904e7aaf2675fb51f93 (diff) | |
download | php-git-faea5ab837ab6393c8821f85cf8abe2723593e8e.tar.gz |
Throw from XmlReader::expand() if DOM extension missing
Otherwise it is hard to uphold the arginfo contract for this
function -- we cannot simply mirror the zpp call, as the class
entry it is based on does not exist.
Diffstat (limited to 'ext/xmlreader/php_xmlreader_arginfo.h')
-rw-r--r-- | ext/xmlreader/php_xmlreader_arginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlreader/php_xmlreader_arginfo.h b/ext/xmlreader/php_xmlreader_arginfo.h index 0d12174edf..29ee6bb013 100644 --- a/ext/xmlreader/php_xmlreader_arginfo.h +++ b/ext/xmlreader/php_xmlreader_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 65f093ef5916078c10dd4bff7e854561f153ab9c */ + * Stub hash: 7d549429c217e5c3b9c36013b6737f4e8eeccbb6 */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_XMLReader_close, 0, 0, 0) ZEND_END_ARG_INFO() |