Home
last modified time | relevance | path

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

/php-src/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);
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php151 public function getAttributeNo(int $index): ?string {} function in XMLReader
H A Dphp_xmlreader_arginfo.h115 ZEND_METHOD(XMLReader, getAttributeNo);
145 ZEND_ME(XMLReader, getAttributeNo, arginfo_class_XMLReader_getAttributeNo, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c586 PHP_METHOD(XMLReader, getAttributeNo) in PHP_METHOD() argument

Completed in 12 milliseconds