Home
last modified time | relevance | path

Searched refs:content (Results 51 – 75 of 256) sorted by relevance

1234567891011

/PHP-5.5/ext/tidy/tests/
H A D004.phpt27 Info: Document content looks like HTML 3.2
30 Info: Document content looks like HTML 3.2
/PHP-5.5/ext/standard/tests/file/
H A Dmove_uploaded_file_basic.phpt9 content-disposition: form-data; name="field1"
13 content-disposition: form-data; name="file1"; filename="file1.txt"
18 content-disposition: form-data; name="file2"; filename="file2.txt"
H A Dfwrite_variation2-win32.phpt27 File having content of type numeric, text,text_with_new_line & alphanumeric
35 echo "\n-- Testing fwrite() with file having content of type ". $file_content_type ." --\n";
55 filesize & by displaying the content */
78 /* display the file content, check the file size */
93 -- Testing fwrite() with file having content of type numeric --
146 -- Testing fwrite() with file having content of type text --
199 -- Testing fwrite() with file having content of type text_with_new_line --
252 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfwrite_variation2.phpt27 File having content of type numeric, text,text_with_new_line & alphanumeric
35 echo "\n-- Testing fwrite() with file having content of type ". $file_content_type ." --\n";
55 filesize & by displaying the content */
78 /* display the file content, check the file size */
92 -- Testing fwrite() with file having content of type numeric --
145 -- Testing fwrite() with file having content of type text --
198 -- Testing fwrite() with file having content of type text_with_new_line --
251 -- Testing fwrite() with file having content of type alphanumeric --
H A Dis_uploaded_file_basic.phpt9 content-disposition: form-data; name="field1"
13 content-disposition: form-data; name="pics"; filename="file1.txt"
H A Dbug47767.phpt23 $content = '<?php echo "I am included\n" ?>';
24 file_put_contents($filename, $content);
H A Dfile_variation9.phpt25 foreach ($contents as $content) {
27 fwrite($h, $content);
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb.phpt34 string(23) "The last content string"
49 string(23) "The last content string"
H A Ddba_db1.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db2.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db3.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_db4_000.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_dbm.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_flatfile.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_inifile.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_ndbm.phpt31 string(23) "The last content string"
48 string(23) "The last content string"
H A Ddba_tcadb.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
/PHP-5.5/ext/dom/
H A Dattr.c147 xmlChar *content; in dom_attr_value_read() local
159 if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) { in dom_attr_value_read()
160 ZVAL_STRING(*retval, content, 1); in dom_attr_value_read()
161 xmlFree(content); in dom_attr_value_read()
/PHP-5.5/ext/phar/tests/bug53872/
H A Dfirst.txt1 content of first.txt
H A Dthird.txt1 content of third.txt
/PHP-5.5/win32/build/
H A Dbuildconf.js40 function Module_Item(module_name, config_path, dir_line, deps, content) argument
46 this.content = content;
131 return item.dir_line + item.content;
/PHP-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt36 string(23) "The last content string"
51 string(23) "The last content string"
/PHP-5.5/ext/standard/tests/http/
H A Dbug48929.phpt35 …der' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'content' => 'ohai'));
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
/PHP-5.5/tests/basic/
H A D026.phpt2 Registration of HTTP_RAW_POST_DATA due to unknown content-type
/PHP-5.5/ext/zip/examples/
H A Dfopen.php20 $content = ''; variable

Completed in 35 milliseconds

1234567891011