Home
last modified time | relevance | path

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

/php-src/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-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php169 public function moveToAttributeNo(int $index): bool {} function in XMLReader
H A Dphp_xmlreader_arginfo.h121 ZEND_METHOD(XMLReader, moveToAttributeNo);
151 ZEND_ME(XMLReader, moveToAttributeNo, arginfo_class_XMLReader_moveToAttributeNo, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c724 PHP_METHOD(XMLReader, moveToAttributeNo) in PHP_METHOD() argument

Completed in 12 milliseconds