Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/standard/tests/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 Dparse_ini_file_variation6.phpt43 $content="a=test";
46 fwrite($h, $content);
H A D007_variation14.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_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_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.4/ext/dba/tests/
H A Ddba_lmdb.phpt36 string(23) "The last content string"
H A Ddba_qdbm.phpt36 string(23) "The last content string"
H A Ddba_gdbm.phpt34 string(23) "The last content string"
H A Ddba004.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt13 file_put_contents(__DIR__."/testdir6/file$i.txt", "some content for file $i");
/PHP-7.4/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…
H A DDOMDocument_saveHTMLFile_formatOutput.phpt31 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
/PHP-7.4/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.4/ext/dom/
H A Dtext.c38 ZEND_ARG_INFO(0, content)
116 wholetext = xmlStrcat(wholetext, node->content); in dom_text_whole_text_read()
/PHP-7.4/tests/basic/
H A Dbug67198.phpt32 'content' => $postdata
/PHP-7.4/tests/output/
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.4/ext/hash/tests/
H A Dhash_file_basic1.phpt22 $content = "This is a sample string used to test the hash_file function with various hashing algori…
24 if (fwrite($fp, $content) === FALSE) {
/PHP-7.4/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.4/ext/soap/
H A Dphp_xml.c54 if (is_blank(trav->content)) { in cleanup_xml_node()
284 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { in get_node_with_attribute_ex()
297 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { in get_node_with_attribute_recursive_ex()

Completed in 36 milliseconds

1234567891011