Searched refs:isParam (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 79 function xmlwriter_start_dtd_entity(XMLWriter $writer, string $name, bool $isParam): bool {} argument 83 function xmlwriter_write_dtd_entity(XMLWriter $writer, string $name, string $content, bool $isParam… argument 319 public function startDtdEntity(string $name, bool $isParam): bool {} argument 331 …public function writeDtdEntity(string $name, string $content, bool $isParam = false, ?string $publ… argument
|
H A D | php_xmlwriter_arginfo.h | 153 ZEND_ARG_TYPE_INFO(0, isParam, _IS_BOOL, 0) 162 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, isParam, _IS_BOOL, 0, "false") 308 ZEND_ARG_TYPE_INFO(0, isParam, _IS_BOOL, 0) 316 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, isParam, _IS_BOOL, 0, "false")
|
Completed in 10 milliseconds