Searched refs:getAttributeNo (Results 1 – 6 of 6) sorted by relevance
159 public function getAttributeNo(int $index): ?string {} function in XMLReader
97 ZEND_METHOD(XMLReader, getAttributeNo);125 ZEND_ME(XMLReader, getAttributeNo, arginfo_class_XMLReader_getAttributeNo, ZEND_ACC_PUBLIC)
553 PHP_METHOD(XMLReader, getAttributeNo) in PHP_METHOD() argument
61 if ($reader->getAttributeNo(0) == $reader->value) {
52 $attr = $reader->getAttributeNo(911);
Completed in 11 milliseconds