Home
last modified time | relevance | path

Searched refs:moveToAttributeNs (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/xmlreader/tests/
H A D015.phpt27 $attr = $reader->moveToAttributeNs('idx', 'http://www.ns1.namespace.org/');
31 $attr = $reader->moveToAttributeNs('idx', 'http://www.ns2.namespace.org/');
35 $attr = $reader->moveToAttributeNs('isbn', 'http://www.ns2.namespace.org/');
40 $attr = $reader->moveToAttributeNs('elephpant', 'http://www.ns2.namespace.org/');
H A D015-move-errors.phpt27 $attr = $reader->moveToAttributeNs('idx', null);
41 Warning: XMLReader::moveToAttributeNs(): Attribute Name and Namespace URI cannot be empty in %s on …
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c729 PHP_METHOD(xmlreader, moveToAttributeNs) in PHP_METHOD() argument
1280 PHP_ME(xmlreader, moveToAttributeNs, arginfo_xmlreader_moveToAttributeNs, ZEND_ACC_PUBLIC)

Completed in 11 milliseconds