Home
last modified time | relevance | path

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

/php-src/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.c309 char *name, *content; in PHP_FUNCTION() local
332 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local
399 char *name, *content = NULL; in PHP_FUNCTION() local
430 char *name, *prefix, *uri, *content = NULL; in PHP_FUNCTION() local
475 char *name, *content; in PHP_FUNCTION() local
664 char *name, *content; in PHP_FUNCTION() local
701 char *name, *content; in PHP_FUNCTION() local
754 char *name, *content; in PHP_FUNCTION() local
/php-src/ext/zip/examples/
H A Dfopen.php20 $content = ''; variable
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dtemplate_element.h23 lxb_dom_document_fragment_t *content; member
/php-src/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-src/ext/dom/
H A Dhtml5_serializer.c68 static zend_result dom_html5_escape_string(dom_html5_serialize_context *ctx, const char *content, b… in dom_html5_escape_string()
H A Dxml_serializer.c471 static int dom_xml_common_text_serialization(xmlOutputBufferPtr out, const char *content, bool attr… in dom_xml_common_text_serialization()
H A Delement.c133 xmlChar *content = xmlGetNoNsProp(nodep, (const xmlChar *) name); in dom_element_reflected_attribute_read() local
/php-src/ext/openssl/
H A Dopenssl.stub.php409 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
/php-src/ext/zip/
H A Dphp_zip.stub.php664 …public function addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE…
/php-src/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-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c1199 const lxb_char_t *content, size_t len) in lxb_dom_node_text_content_set()
/php-src/ext/soap/
H A Dphp_sdl.h169 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member
/php-src/sapi/cli/
H A Dphp_cli_server.c144 char *content; member

Completed in 83 milliseconds