Home
last modified time | relevance | path

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

/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.stub.php159 public function getAttributeNo(int $index): ?string {} function in XMLReader
H A Dphp_xmlreader_arginfo.h97 ZEND_METHOD(XMLReader, getAttributeNo);
125 ZEND_ME(XMLReader, getAttributeNo, arginfo_class_XMLReader_getAttributeNo, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c553 PHP_METHOD(XMLReader, getAttributeNo) in PHP_METHOD() argument
/PHP-8.2/ext/xmlreader/tests/
H A D003-mb.phpt61 if ($reader->getAttributeNo(0) == $reader->value) {
H A D003.phpt61 if ($reader->getAttributeNo(0) == $reader->value) {
H A D003-get-errors.phpt52 $attr = $reader->getAttributeNo(911);

Completed in 11 milliseconds