pullrequests Search Results · xml_parser_create is_resource
Filter by
5 results
(194 ms)5 results
... using is_resource() should
be replaced with checks for false. The curl_close() function no longer has an effect, instead the CurlHandle instance is
automatically destroyed if it is no longer referenced ...
enhancement
jrfnl
- Opened on Aug 14, 2024
- #1732
ok I adapted the StreamHandler class so it emites an error if one tries to use xml_parser_create() to create a stream
with php8
boekhorstb1
- 20
- Opened on Nov 24, 2021
- #9
glensc
- 6
- Opened on Mar 15, 2021
- #88
... :
. xml_parser_create(_ns) will now return an XmlParser object rather than a
resource. Return value checks using is_resource() should be replaced with
checks for `false`. The ...
JordanMussi
- 24
- Opened on Jun 28, 2020
- #4095
Forbid explicit construction of the object
Why not make __construct() an alias of xml_parser_create() and xml_parser_create_ns(), respectively (depending on
whether $separator is given or not ...
Feature
nikic
- 14
- Opened on Sep 16, 2018
- #3526