Searched refs:isPrefix (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/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 …t $options = 0, bool $dataIsURL = false, string $namespaceOrPrefix = "", bool $isPrefix = false) {} argument
|
H A D | simplexml_arginfo.h | 51 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, isPrefix, _IS_BOOL, 0, "false") 61 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, isPrefix, _IS_BOOL, 0, "false")
|
Completed in 6 milliseconds