Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/sapi/apache2filter/
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-5.5/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-5.5/ext/soap/
H A Dphp_xml.c55 if (is_blank(trav->content)) { in cleanup_xml_node()
290 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { in get_node_with_attribute_ex()
303 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { in get_node_with_attribute_recursive_ex()
/PHP-5.5/ext/dba/tests/
H A Ddba_gdbm.phpt34 string(23) "The last content string"
H A Ddba_qdbm.phpt32 string(23) "The last content string"
H A Ddba004.phpt17 dba_insert("key5", "The last content string", $db_file);
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);
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt13 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $i");
H A Dphar_buildfromdirectory5.phpt13 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $i");
H A Dphar_buildfromdirectory4.phpt14 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $i");
/PHP-5.5/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-5.5/ext/dom/tests/
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">
H A DDOMDocument_saveHTMLFile_basic.phpt29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug40609.wsdl26content type="text/xml" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><http:oper…
/PHP-5.5/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
/PHP-5.5/ext/pcre/
H A Dupgrade-pcre.php70 $content = file_get_contents($newfile);
/PHP-5.5/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-5.5/win32/build/
H A Dphpize.js.in53 function Module_Item(module_name, config_path, dir_line, deps, content) argument
59 this.content = content;
126 return item.dir_line + item.content;

Completed in 105 milliseconds

1234567891011