Home
last modified time | relevance | path

Searched refs:isParam (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php79 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) {} argument
331 …public function writeDtdEntity(string $name, string $content, bool $isParam = false, ?string $publ… argument
H A Dphp_xmlwriter_arginfo.h153 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 8 milliseconds