Home
last modified time | relevance | path

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

/PHP-8.0/ext/xmlreader/tests/
H A D003.phpt57 $attr = $reader->moveToAttributeNo(0);
65 $attr = $reader->moveToAttributeNo(1);
69 var_dump($reader->moveToAttributeNo(20));
H A D003-mb.phpt57 $attr = $reader->moveToAttributeNo(0);
65 $attr = $reader->moveToAttributeNo(1);
H A D003-move-errors.phpt52 $attr = $reader->moveToAttributeNo(911);
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.stub.php32 public function moveToAttributeNo(int $index) {} function in XMLReader
H A Dphp_xmlreader_arginfo.h94 ZEND_METHOD(XMLReader, moveToAttributeNo);
122 ZEND_ME(XMLReader, moveToAttributeNo, arginfo_class_XMLReader_moveToAttributeNo, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c693 PHP_METHOD(XMLReader, moveToAttributeNo) in PHP_METHOD() argument

Completed in 10 milliseconds