Searched defs:content (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 49 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 D | php_xmlwriter.c | 309 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 903 const xmlChar *content = xmlBufferContent(buffer); in php_xmlwriter_flush() local
|
/PHP-8.3/ext/zip/examples/ |
H A D | fopen.php | 20 $content = ''; variable
|
/PHP-8.3/win32/build/ |
H A D | buildconf.js | 36 function Module_Item(module_name, config_path, dir_line, deps, content) argument
|
H A D | phpize.js.in | 49 function Module_Item(module_name, config_path, dir_line, deps, content) argument
|
/PHP-8.3/ext/dom/ |
H A D | attr.c | 117 xmlChar *content; in dom_attr_value_read() local
|
H A D | element.c | 149 xmlChar *content = xmlGetNoNsProp(nodep, (const xmlChar *) name); in dom_element_reflected_attribute_read() local
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.stub.php | 401 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.stub.php | 664 …public function addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE…
|
/PHP-8.3/ext/xml/ |
H A D | compat.c | 353 …er, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) in _external_entity_ref_handler()
|
/PHP-8.3/ext/soap/ |
H A D | php_sdl.h | 169 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 1394 zend_string *ref, *pat, *content; in PHP_FUNCTION() local 4018 …void php_imap_populate_mime_header_object(zval *z_object, const char *charset, const char *content) in php_imap_populate_mime_header_object()
|
/PHP-8.3/sapi/cli/ |
H A D | php_cli_server.c | 144 char *content; member
|
Completed in 65 milliseconds