/php-src/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 {} 218 public function writePi(string $target, string $content): bool {} 236 public function writeCdata(string $content): bool {} 242 public function text(string $content): bool {} 248 public function writeRaw(string $content): bool {} 266 public function writeComment(string $content): bool {} 302 public function writeDtdElement(string $name, string $content): bool {} [all …]
|
H A D | php_xmlwriter.c | 329 char *name, *content; in PHP_FUNCTION() local 352 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local 419 char *name, *content = NULL; in PHP_FUNCTION() local 450 char *name, *prefix, *uri, *content = NULL; in PHP_FUNCTION() local 495 char *name, *content; in PHP_FUNCTION() local 684 char *name, *content; in PHP_FUNCTION() local 721 char *name, *content; in PHP_FUNCTION() local 774 char *name, *content; in PHP_FUNCTION() local
|
/php-src/ext/zip/examples/ |
H A D | fopen.php | 20 $content = ''; variable
|
/php-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | template_element.h | 23 lxb_dom_document_fragment_t *content; member
|
/php-src/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-src/ext/dom/ |
H A D | html5_serializer.c | 70 static zend_result dom_html5_escape_string(dom_html5_serialize_context *ctx, const char *content, b… in dom_html5_escape_string()
|
H A D | xml_serializer.c | 483 static int dom_xml_common_text_serialization(xmlOutputBufferPtr out, const char *content, bool attr… in dom_xml_common_text_serialization() 548 static int dom_xml_check_char_production(const xmlChar *content) in dom_xml_check_char_production()
|
H A D | element.c | 136 xmlChar *content = xmlGetNoNsProp(nodep, (const xmlChar *) name); in dom_element_reflected_attribute_read() local 1960 xmlChar *content = xmlNodeGetContent(nodep); in dom_modern_element_substituted_node_value_read() local
|
H A D | html_document.c | 1571 smart_str content = {0}; in dom_get_child_text_content() local
|
/php-src/ext/openssl/ |
H A D | openssl.stub.php | 431 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
|
/php-src/ext/zip/ |
H A D | php_zip.stub.php | 671 …public function addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE…
|
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | node.c | 1199 const lxb_char_t *content, size_t len) in lxb_dom_node_text_content_set()
|
/php-src/ext/soap/ |
H A D | php_sdl.h | 169 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member
|
/php-src/ext/phar/ |
H A D | phar_object.c | 3606 …ar_add_file(phar_archive_data **pphar, zend_string *file_name, const zend_string *content, zval *z… in phar_add_file()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 144 char *content; member
|