Home
last modified time | relevance | path

Searched defs:content (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php49 function xmlwriter_write_cdata(XMLWriter $writer, string $content): bool {}
51 function xmlwriter_text(XMLWriter $writer, string $content): bool {}
53 function xmlwriter_write_raw(XMLWriter $writer, string $content): bool {}
59 function xmlwriter_write_comment(XMLWriter $writer, string $content): bool {}
211 public function writePi(string $target, string $content): bool {}
229 public function writeCdata(string $content): bool {}
235 public function text(string $content): bool {}
241 public function writeRaw(string $content): bool {}
259 public function writeComment(string $content): bool {}
295 public function writeDtdElement(string $name, string $content): bool {}
[all …]
H A Dphp_xmlwriter.c330 char *name, *content; in PHP_FUNCTION() local
358 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local
436 char *name, *content = NULL; in PHP_FUNCTION() local
475 char *name, *prefix, *uri, *content = NULL; in PHP_FUNCTION() local
528 char *name, *content; in PHP_FUNCTION() local
747 char *name, *content; in PHP_FUNCTION() local
789 char *name, *content; in PHP_FUNCTION() local
852 char *name, *content; in PHP_FUNCTION() local
/PHP-8.1/ext/zip/examples/
H A Dfopen.php20 $content = ''; variable
/PHP-8.1/win32/build/
H A Dbuildconf.js36 function Module_Item(module_name, config_path, dir_line, deps, content) argument
H A Dphpize.js.in49 function Module_Item(module_name, config_path, dir_line, deps, content) argument
/PHP-8.1/ext/dom/
H A Dprocessinginstruction.c97 xmlChar *content; in dom_processinginstruction_data_read() local
H A Dcharacterdata.c41 xmlChar *content; in dom_characterdata_data_read() local
89 xmlChar *content; in dom_characterdata_length_read() local
H A Dattr.c117 xmlChar *content; in dom_attr_value_read() local
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php66 …_listscan(IMAP\Connection $imap, string $reference, string $pattern, string $content): array|false…
69 …function imap_scan(IMAP\Connection $imap, string $reference, string $pattern, string $content): ar…
72 …anmailbox(IMAP\Connection $imap, string $reference, string $pattern, string $content): array|false…
H A Dphp_imap.c1548 zend_string *ref, *pat, *content; in PHP_FUNCTION() local
/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php132 …ray $ca_info = [], ?string $untrusted_certificates_filename = null, ?string $content = null, ?stri…
149 …ray $ca_info = [], ?string $untrusted_certificates_filename = null, ?string $content = null, ?stri…
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php101 …public function addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE…
/PHP-8.1/ext/xml/
H A Dcompat.c353 …er, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) in _external_entity_ref_handler()
/PHP-8.1/ext/soap/
H A Dphp_sdl.h169 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c134 char *content; member

Completed in 99 milliseconds