Searched refs:moveToAttributeNs (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/xmlreader/tests/ |
H A D | 015.phpt | 27 $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 D | 015-move-errors.phpt | 28 $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 D | php_xmlreader.stub.php | 172 public function moveToAttributeNs(string $name, string $namespace): bool {} function in XMLReader
|
H A D | php_xmlreader_arginfo.h | 122 ZEND_METHOD(XMLReader, moveToAttributeNs); 152 ZEND_ME(XMLReader, moveToAttributeNs, arginfo_class_XMLReader_moveToAttributeNs, ZEND_ACC_PUBLIC)
|
H A D | php_xmlreader.c | 751 PHP_METHOD(XMLReader, moveToAttributeNs) in PHP_METHOD() argument
|
Completed in 11 milliseconds