/PHP-8.0/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 {} 187 public function writeElement(string $name, ?string $content = null) {} 211 public function writePi(string $target, string $content) {} 229 public function writeCdata(string $content) {} 235 public function text(string $content) {} 241 public function writeRaw(string $content) {} 259 public function writeComment(string $content) {} 295 public function writeDtdElement(string $name, string $content) {} [all …]
|
H A D | php_xmlwriter.c | 327 char *name, *content; in PHP_FUNCTION() local 355 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local 433 char *name, *content = NULL; in PHP_FUNCTION() local 472 char *name, *prefix, *uri, *content = NULL; in PHP_FUNCTION() local 525 char *name, *content; in PHP_FUNCTION() local 744 char *name, *content; in PHP_FUNCTION() local 786 char *name, *content; in PHP_FUNCTION() local 849 char *name, *content; in PHP_FUNCTION() local
|
/PHP-8.0/ext/zip/examples/ |
H A D | fopen.php | 20 $content = ''; variable
|
/PHP-8.0/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.0/ext/dom/ |
H A D | processinginstruction.c | 97 xmlChar *content; in dom_processinginstruction_data_read() local
|
H A D | entity.c | 92 char *content; in dom_entity_notation_name_read() local
|
H A D | characterdata.c | 41 xmlChar *content; in dom_characterdata_data_read() local 89 xmlChar *content; in dom_characterdata_length_read() local
|
H A D | attr.c | 117 xmlChar *content; in dom_attr_value_read() local
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.stub.php | 95 function imap_listscan($imap, string $reference, string $pattern, string $content): array|false {} 101 function imap_scan($imap, string $reference, string $pattern, string $content): array|false {} 107 function imap_scanmailbox($imap, string $reference, string $pattern, string $content): array|false …
|
H A D | php_imap.c | 1547 zend_string *ref, *pat, *content; in PHP_FUNCTION() local
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 108 …ray $ca_info = [], ?string $untrusted_certificates_filename = null, ?string $content = null, ?stri… 125 …ray $ca_info = [], ?string $untrusted_certificates_filename = null, ?string $content = null, ?stri…
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.stub.php | 88 …public function addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE…
|
/PHP-8.0/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.0/ext/soap/ |
H A D | php_sdl.h | 169 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_server.c | 134 char *content; member
|