Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/dba/tests/
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);
/PHP-7.4/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_loadXML_error2.phpt30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_error2.phpt30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl26content type="text/xml" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><http:oper…
/PHP-7.4/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-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-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_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 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 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.4/ext/hash/tests/
H A Dhash_hmac_file_basic.phpt23 $content = "This is a sample string used to test the hash_hmac_file function with various hashing a…
25 if (fwrite($fp, $content) === FALSE) {
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory4.phpt14 file_put_contents(__DIR__."/testdir4/file$i.txt", "some content for file $i");
H A Dphar_buildfromdirectory5.phpt13 file_put_contents(__DIR__."/testdir5/file$i.txt", "some content for file $i");
H A Dbug65414.phpt19 $phar->addFromString($bad, 'this content is injected');
/PHP-7.4/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.4/ext/curl/tests/
H A Dbug27023.phpt2 Bug #27023 (CURLOPT_POSTFIELDS does not parse content types for files)
/PHP-7.4/ext/standard/tests/strings/
H A Dmd5_file.phpt20 $content = "Add this to the file\n";
22 if (fwrite($handle2, $content) === FALSE) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt65 …printf("[008] Cannot find original file content any more. Seems that the trace file got overwritte…
76 …printf("[011] Cannot find original file content any more. Seems that the trace file got overwritte…
/PHP-7.4/win32/build/
H A Dphpize.js.in51 function Module_Item(module_name, config_path, dir_line, deps, content) argument
57 this.content = content;
124 return item.dir_line + item.content;

Completed in 26 milliseconds

1234567891011