Home
last modified time | relevance | path

Searched refs:content (Results 151 – 175 of 279) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/curl/tests/
H A Dbug27023.phpt2 Bug #27023 (CURLOPT_POSTFIELDS does not parse content types for files)
/PHP-7.2/ext/standard/tests/strings/
H A Dsha1_file.phpt22 $content = "Add this to the file\n";
24 if (fwrite($handle2, $content) === FALSE) {
/PHP-7.2/ext/dom/tests/
H A Ddomelement.phpt56 $element_ns = new DOMElement('newns:myelement', 'default content', 'urn::dummyns');
58 $element_ns = new DOMElement('newns2:myelement', 'second default content', 'urn::dummyns');
/PHP-7.2/ext/openssl/tests/
H A Dbug74720_0.phpt2 Bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content, variant 0
H A Dbug74798.phpt2 Bug #74798 pkcs7_en/decrypt does not work if \x0a is used in content
/PHP-7.2/ext/standard/tests/file/
H A D007_variation1.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation17.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation9.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation10.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation18.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation2.phpt31 var_dump($file_handle); //Check for the content of handle
H A Dfile.inc202 permissions. File is filled with content of size specified.
212 $content_type = Specify type of the content to fill in the file.
218 If imporper $content type is specified, file is created as empty
324 permissions.Link is filled with content of size specified.
332 $link_file_content = Type of the content to fill in the file.
337 If imporper $content type is specified, file is created as empty
H A D007_variation21.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation5.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation13-win32.phpt36 var_dump($file_handle); //Check for the content of handle
H A D007_variation13.phpt36 var_dump($file_handle); //Check for the content of handle
H A D007_variation15.phpt29 var_dump($file_handle); //Check for the content of handle
H A D007_variation23.phpt29 var_dump($file_handle); //Check for the content of handle
H A D007_variation7.phpt29 var_dump($file_handle); //Check for the content of handle
/PHP-7.2/ext/dom/
H A Ddocumenttype.c196 smart_str_appendl(&ret_buf, (char *) buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
/PHP-7.2/ext/xml/
H A Dcompat.c354 …er, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) in _external_entity_ref_handler() argument
390 parser->h_cdata(parser->user, ret->content, xmlStrlen(ret->content)); in _get_entity()
586 memcpy(start, parser->parser->input->buf->buffer->content, (size_t)char_count); in XML_Parse()
/PHP-7.2/ext/standard/tests/http/
H A Dbug61548.phpt2 Bug #61548 (content-type must appear at the end of headers)
H A Dserver.inc78 // read content
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt143 $content = ob_get_contents();
145 if (!stristr($content, 'Invalid value for resultmode'))
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_44707.phpt2 Bug #44707 (The MySQL PDO driver resets variable content after bindParam on tinyint field)

Completed in 34 milliseconds

12345678910>>...12