Home
last modified time | relevance | path

Searched refs:content (Results 101 – 125 of 279) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/standard/tests/file/
H A D007_variation22.phpt31 var_dump($file_handle); //Check for the content of handle
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A D007_variation6.phpt31 var_dump($file_handle); //Check for the content of handle
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A D007_variation8.phpt29 var_dump($file_handle); //Check for the content of handle
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
H A Dparse_ini_file_variation6-win32-mb.phpt51 $content="a=test";
54 fwrite($h, $content);
H A Dparse_ini_file_variation6-win32.phpt51 $content="a=test";
54 fwrite($h, $content);
/PHP-7.2/ext/dom/
H A Dtext.c40 ZEND_ARG_INFO(0, content)
120 wholetext = xmlStrcat(wholetext, node->content); in dom_text_whole_text_read()
/PHP-7.2/sapi/tests/
H A Dtest007.phpt2 Multipart Form POST Data, incorrect content length
/PHP-7.2/tests/output/
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
H A Dob_start_basic_unerasable_005.phpt15 // Check content of buffer after flush - if flush failed it should still contain the string above.
H A Dbug46897.phpt15 // Check content of buffer after flush - if flush failed it should still contain the string above.
/PHP-7.2/ext/dba/tests/
H A Ddba_lmdb.phpt36 string(23) "The last content string"
H A Ddba004.phpt17 dba_insert("key5", "The last content string", $db_file);
H A Ddba_gdbm.phpt34 string(23) "The last content string"
H A Ddba005.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_loadXML_variation2.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
H A DDOMDocument_load_variation2.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
H A DDOMDocument_relaxNGValidateSource_error2.phpt36 Warning: DOMDocument::relaxNGValidateSource(): xmlRelaxNGParseElement: element has no content in %s…
/PHP-7.2/ext/curl/tests/
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.2/ext/standard/tests/dir/
H A Dscandir_variation8-win32-mb.phpt66 var_dump($content = scandir($dir_path));
69 foreach ($content as $file_name) {
H A Dscandir_variation8.phpt60 var_dump($content = scandir($dir_path));
63 foreach ($content as $file_name) {
/PHP-7.2/ext/hash/tests/
H A Dhash_file_basic1.phpt24 $content = "This is a sample string used to test the hash_file function with various hashing algori…
26 if (fwrite($fp, $content) === FALSE) {
/PHP-7.2/ext/soap/
H A Dphp_xml.c55 if (is_blank(trav->content)) { in cleanup_xml_node()
289 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { in get_node_with_attribute_ex()
302 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { in get_node_with_attribute_recursive_ex()
/PHP-7.2/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt13 file_put_contents(dirname(__FILE__)."/testdir6/file$i.txt", "some content for file $i");
/PHP-7.2/tests/basic/
H A Dbug67198.phpt30 'content' => $postdata
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug40609.wsdl26content type="text/xml" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><http:oper…

Completed in 26 milliseconds

12345678910>>...12