Searched refs:namespaceOrPrefix (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/simplexml/ |
H A D | simplexml.stub.php | 36 …public function children(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLEle… argument 39 …public function attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLE… argument 41 …ct(string $data, int $options = 0, bool $dataIsURL = false, string $namespaceOrPrefix = "", bool $… argument
|
H A D | simplexml_arginfo.h | 50 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, namespaceOrPrefix, IS_STRING, 1, "null") 60 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, namespaceOrPrefix, IS_STRING, 0, "\"\"")
|
Completed in 4 milliseconds