Home
last modified time | relevance | path

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

/php-src/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.phpt28 $reader->moveToAttributeNs('idx', null);
44 Deprecated: XMLReader::moveToAttributeNs(): Passing null to parameter #2 ($namespace) of type strin…
45 XMLReader::moveToAttributeNs(): Argument #2 ($namespace) must not be empty
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php172 public function moveToAttributeNs(string $name, string $namespace): bool {} function in XMLReader
H A Dphp_xmlreader_arginfo.h122 ZEND_METHOD(XMLReader, moveToAttributeNs);
152 ZEND_ME(XMLReader, moveToAttributeNs, arginfo_class_XMLReader_moveToAttributeNs, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c751 PHP_METHOD(XMLReader, moveToAttributeNs) in PHP_METHOD() argument

Completed in 11 milliseconds