Máté Kocsis
b06c95b631
Declare the missing true return types ( #13709 )
2024-03-16 07:26:37 +01:00
Ayesh Karunaratne
353d4ce075
ext/xmlreader: Add class constant types to stub ( #13596 )
...
Declares class constant types for the `XMLReader` class.
2024-03-05 20:50:54 +01:00
kocsismate
09dd3e3daf
Narrow some more return types to true
2023-05-10 19:08:15 +02:00
Máté Kocsis
60cae26be7
Declare ext/xmlreader constants in stubs ( #9133 )
2022-07-26 05:57:11 +02:00
Máté Kocsis
a902622ad6
Declare tentative return types for ext/xmlreader
...
Relates to GH-6995
2021-05-25 19:14:48 +02:00
Máté Kocsis
1cb823c82e
Declare XMLReader properties
...
Closes GH-6741
2021-03-01 16:58:23 +01:00
Máté Kocsis
4c6533c257
Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend
...
Closes GH-6706
2021-02-22 15:24:03 +01:00
Nikita Popov
1fba220725
Update ext/xsl parameter names
...
Additionally normalize to using $namespace rather than $uri for
namespace parameters, including in XMLReader and XMLWriter. I went
with that one as it is currently used by DOM, SimpleXML and XSL --
and our DOM parameter names follow the DOM specification.
Closes GH-6295.
2020-10-08 10:28:50 +02:00
Dik Takken
a7856c1bae
Review parameter names in ext/xmlreader
...
Closes GH-6255.
2020-10-06 09:47:13 +02:00
Nikita Popov
faea5ab837
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.
2020-10-05 12:31:48 +02:00
Máté Kocsis
81d6ceedec
Update php_xmlreader.stub.php
2020-09-16 13:47:58 +02:00
Máté Kocsis
7a48381e22
XMLReader::getAttributeNs() can no longer return false
2020-09-16 13:45:13 +02:00
Máté Kocsis
f068fbcf1f
Promote warnings to exceptions in ext/xmlreader
...
Closes GH-6021
2020-08-25 11:54:45 +02:00
Máté Kocsis
60412c37ae
Fix UNKNOWN default values in ext/xml
2020-05-06 19:15:39 +02:00
Máté Kocsis
c5fb4f0794
Generate function entries from stubs for a couple of extensions
...
Migrates ext/standard, ext/tidy, ext/tokenizer,
ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.
2020-04-14 11:49:02 +02:00