Searched refs:getParserProperty (Results 1 – 5 of 5) sorted by relevance
2 Bug #81521: XMLReader::getParserProperty may throw with a valid property14 var_dump($reader->getParserProperty(XMLReader::LOADDTD));
17 $b = $reader->getParserProperty(XMLReader::LOADDTD);24 $b = $reader->getParserProperty(XMLReader::SUBST_ENTITIES);
165 public function getParserProperty(int $property): bool {} function in XMLReader
99 ZEND_METHOD(XMLReader, getParserProperty);127 ZEND_ME(XMLReader, getParserProperty, arginfo_class_XMLReader_getParserProperty, ZEND_ACC_PUBLIC)
612 PHP_METHOD(XMLReader, getParserProperty) in PHP_METHOD() argument
Completed in 11 milliseconds