Home
last modified time | relevance | path

Searched refs:getParserProperty (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/xmlreader/tests/
H A Dbug81521.phpt2 Bug #81521: XMLReader::getParserProperty may throw with a valid property
12 var_dump($reader->getParserProperty(XMLReader::LOADDTD));
H A D005.phpt17 $b = $reader->getParserProperty(XMLReader::LOADDTD);
24 $b = $reader->getParserProperty(XMLReader::SUBST_ENTITIES);
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.stub.php20 public function getParserProperty(int $property) {} function in XMLReader
H A Dphp_xmlreader_arginfo.h90 ZEND_METHOD(XMLReader, getParserProperty);
118 ZEND_ME(XMLReader, getParserProperty, arginfo_class_XMLReader_getParserProperty, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c615 PHP_METHOD(XMLReader, getParserProperty) in PHP_METHOD() argument
/PHP-8.0/
H A DNEWS562 . Fixed bug #81521 (XMLReader::getParserProperty may throw with a valid

Completed in 15 milliseconds