Home
last modified time | relevance | path

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

/php-src/ext/xmlreader/tests/
H A Dbug81521.phpt2 Bug #81521: XMLReader::getParserProperty may throw with a valid property
14 var_dump($reader->getParserProperty(XMLReader::LOADDTD));
H A D005.phpt17 $b = $reader->getParserProperty(XMLReader::LOADDTD);
24 $b = $reader->getParserProperty(XMLReader::SUBST_ENTITIES);
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php143 public function getParserProperty(int $property): bool {} function in XMLReader
H A Dphp_xmlreader_arginfo.h98 ZEND_METHOD(XMLReader, getParserProperty);
125 ZEND_ME(XMLReader, getParserProperty, arginfo_class_XMLReader_getParserProperty, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c571 PHP_METHOD(XMLReader, getParserProperty) in PHP_METHOD() argument

Completed in 14 milliseconds