Home
last modified time | relevance | path

Searched refs:content (Results 126 – 150 of 279) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
H A DDOMDocument_saveHTMLFile_formatOutput.phpt31 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
H A DDOMDocument_load_error2.phpt30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error2.phpt30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
/PHP-7.2/ext/standard/tests/file/
H A D007_variation16.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 D007_variation24.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 D007_variation11-win32.phpt37 var_dump($file_handle); //Check for the content of handle
48 …or size of existing data file before opening the file in "wt" mode again, expected: size of content
H A D007_variation19.phpt32 var_dump($file_handle); //Check for the content of handle
43 …or size of existing data file before opening the file in "wb" mode again, expected: size of content
H A D007_variation3.phpt32 var_dump($file_handle); //Check for the content of handle
43 …for size of existing data file before opening the file in "w" mode again, expected: size of content
H A D007_variation11-win32-mb.phpt37 var_dump($file_handle); //Check for the content of handle
48 …or size of existing data file before opening the file in "wt" mode again, expected: size of content
H A D007_variation11.phpt37 var_dump($file_handle); //Check for the content of handle
48 …or size of existing data file before opening the file in "wt" mode again, expected: size of content
H A Dreadfile_basic-win32.phpt21 // the content that is filled into the temp files as created
28 // create file, read the file content, delete file
30 echo "\n-- File filled with content type: $type --\n";
53 -- File filled with content type: numeric --
109 -- File filled with content type: text --
165 -- File filled with content type: empty --
221 -- File filled with content type: alphanumeric --
277 -- File filled with content type: text_with_new_line --
H A Dreadfile_basic.phpt21 // the content that is filled into the temp files as created
28 // create file, read the file content, delete file
30 echo "\n-- File filled with content type: $type --\n";
53 -- File filled with content type: numeric --
109 -- File filled with content type: text --
165 -- File filled with content type: empty --
221 -- File filled with content type: alphanumeric --
277 -- File filled with content type: text_with_new_line --
/PHP-7.2/ext/pcre/
H A Dupgrade-pcre.php70 $content = file_get_contents($newfile);
/PHP-7.2/ext/dba/tests/
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);
/PHP-7.2/sapi/apache2handler/
H A DREADME7 In Apache 2.0, you have handlers which generate content (like
8 reading a script from disk). The content goes then through
/PHP-7.2/ext/hash/tests/
H A Dhash_hmac_file_basic.phpt25 $content = "This is a sample string used to test the hash_hmac_file function with various hashing a…
27 if (fwrite($fp, $content) === FALSE) {
/PHP-7.2/win32/build/
H A Dphpize.js.in52 function Module_Item(module_name, config_path, dir_line, deps, content) argument
58 this.content = content;
125 return item.dir_line + item.content;
/PHP-7.2/ext/phar/tests/
H A Dbug65414.phpt19 $phar->addFromString($bad, 'this content is injected');
H A Dphar_buildfromdirectory4.phpt14 file_put_contents(dirname(__FILE__)."/testdir4/file$i.txt", "some content for file $i");
H A Dphar_buildfromdirectory5.phpt13 file_put_contents(dirname(__FILE__)."/testdir5/file$i.txt", "some content for file $i");
/PHP-7.2/tests/output/
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt63 …printf("[008] Cannot find original file content any more. Seems that the trace file got overwritte…
74 …printf("[011] Cannot find original file content any more. Seems that the trace file got overwritte…
/PHP-7.2/ext/standard/tests/strings/
H A Dmd5_file.phpt20 $content = "Add this to the file\n";
22 if (fwrite($handle2, $content) === FALSE) {

Completed in 73 milliseconds

12345678910>>...12