Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 270) sorted by path

1234567891011

/PHP-7.4/
H A D.gdbinit588 print type and content of znode.
H A DNEWS977 . Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
1650 . Fixed bug #75245 (Don't set content of elements with only whitespaces).
/PHP-7.4/docs/
H A Drelease-process.md67 * Create the pecl.php.net/foo package and its content, license, maintainer
177 * Add the content for the news entry. Be sure to include the text:
290 Usually we use the same content as for point 6, but included in php template
323 * Add the content for the news entry.
361 * Add the content for the news entry.
/PHP-7.4/ext/curl/tests/
H A Dbug27023.phpt2 Bug #27023 (CURLOPT_POSTFIELDS does not parse content types for files)
H A Dcurl_write_return.phpt7 …to a temporary file. Use curl to access this file and have it return the content from curl_exec().…
/PHP-7.4/ext/dba/tests/
H A Ddba004.phpt17 dba_insert("key5", "The last content string", $db_file);
H A Ddba005.phpt17 dba_insert("key5", "The last content string", $db_file);
H A Ddba006.phpt17 dba_insert("key5", "The last content string", $db_file);
H A Ddba010.phpt18 dba_insert(array("key5","name5"), "The last content string", $db_file);
H A Ddba_cdb.phpt34 string(23) "The last content string"
49 string(23) "The last content string"
H A Ddba_db1.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db2.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db3.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db4_000.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_dbm.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_flatfile.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_gdbm.phpt34 string(23) "The last content string"
H A Ddba_handler.inc11 dba_insert("key5", "The last content string", $db_file);
H A Ddba_inifile.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_lmdb.phpt36 string(23) "The last content string"
H A Ddba_ndbm.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_qdbm.phpt36 string(23) "The last content string"
H A Ddba_tcadb.phpt40 string(23) "The last content string"
57 string(23) "The last content string"
/PHP-7.4/ext/dom/
H A Dattr.c135 xmlChar *content; in dom_attr_value_read() local
142 if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) { in dom_attr_value_read()
143 ZVAL_STRING(retval, (char *) content); in dom_attr_value_read()
144 xmlFree(content); in dom_attr_value_read()
H A Dcharacterdata.c80 xmlChar *content; in dom_characterdata_data_read() local
87 if ((content = xmlNodeGetContent(nodep)) != NULL) { in dom_characterdata_data_read()
88 ZVAL_STRING(retval, (char *) content); in dom_characterdata_data_read()
89 xmlFree(content); in dom_characterdata_data_read()
128 xmlChar *content; in dom_characterdata_length_read() local
136 content = xmlNodeGetContent(nodep); in dom_characterdata_length_read()
138 if (content) { in dom_characterdata_length_read()
139 length = xmlUTF8Strlen(content); in dom_characterdata_length_read()
140 xmlFree(content); in dom_characterdata_length_read()

Completed in 29 milliseconds

1234567891011