Home
last modified time | relevance | path

Searched refs:content (Results 26 – 50 of 279) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/standard/tests/file/
H A Dlink_win32.phpt14 $content = '<?php echo "Dummy Content.\n" ?>';
15 file_put_contents($filename, $content);
20 var_dump($content == $linkcontent);
H A Dfwrite_variation1-win32-mb.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";
41 // create the temp file with content of type $file_content_type
55 filesize & by displaying the content */
69 // ensure that file content/size didn't change.
84 -- Testing fwrite() with file having content of type numeric --
122 -- Testing fwrite() with file having content of type text --
160 -- Testing fwrite() with file having content of type text_with_new_line --
198 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfwrite_variation1-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";
41 // create the temp file with content of type $file_content_type
55 filesize & by displaying the content */
69 // ensure that file content/size didn't change.
84 -- Testing fwrite() with file having content of type numeric --
122 -- Testing fwrite() with file having content of type text --
160 -- Testing fwrite() with file having content of type text_with_new_line --
198 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfwrite_variation1.phpt27 File having content of type numeric, text,text_with_new_line & alphanumeric
34 echo "\n-- Testing fwrite() with file having content of type ". $file_content_type ." --\n";
40 // create the temp file with content of type $file_content_type
54 filesize & by displaying the content */
68 // ensure that file content/size didn't change.
82 -- Testing fwrite() with file having content of type numeric --
120 -- Testing fwrite() with file having content of type text --
158 -- Testing fwrite() with file having content of type text_with_new_line --
196 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfgetcsv_variation23.phpt12 echo "*** Testing fgetcsv() : reading from file which is having zero content ***\n";
14 // try reading from file which is having zero content
39 *** Testing fgetcsv() : reading from file which is having zero content ***
H A Dfwrite_variation4-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";
53 filesize & by displaying the content */
60 //check the filesize and content
61 // close the file, get the size and content of the file.
76 -- Testing fwrite() with file having content of type numeric --
126 -- Testing fwrite() with file having content of type text --
176 -- Testing fwrite() with file having content of type text_with_new_line --
226 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfwrite_variation4.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";
53 filesize & by displaying the content */
60 //check the filesize and content
61 // close the file, get the size and content of the file.
76 -- Testing fwrite() with file having content of type numeric --
126 -- Testing fwrite() with file having content of type text --
176 -- Testing fwrite() with file having content of type text_with_new_line --
226 -- Testing fwrite() with file having content of type alphanumeric --
/PHP-7.2/ext/dom/
H A Dentity.c100 char *content; in dom_entity_notation_name_read() local
110 content = (char *) xmlNodeGetContent((xmlNodePtr) nodep); in dom_entity_notation_name_read()
111 ZVAL_STRING(retval, content); in dom_entity_notation_name_read()
112 xmlFree(content); in dom_entity_notation_name_read()
H A Dprocessinginstruction.c115 xmlChar *content; in dom_processinginstruction_data_read() local
124 if ((content = xmlNodeGetContent(nodep)) != NULL) { in dom_processinginstruction_data_read()
125 ZVAL_STRING(retval, (char *) content); in dom_processinginstruction_data_read()
126 xmlFree(content); in dom_processinginstruction_data_read()
H A Dattr.c138 xmlChar *content; in dom_attr_value_read() local
145 if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) { in dom_attr_value_read()
146 ZVAL_STRING(retval, (char *) content); in dom_attr_value_read()
147 xmlFree(content); in dom_attr_value_read()
/PHP-7.2/tests/output/
H A Dob_start_basic_unerasable_003.phpt13 echo "This call will obtain the content, but will not clean the buffer.";
18 [callback:1]This call will obtain the content, but will not clean the buffer.
22 string(65) "This call will obtain the content, but will not clean the buffer."
H A Dob_start_basic_unerasable_004.phpt13 echo "This call will obtain the content, but will not flush the buffer.";
18 [callback:1]This call will obtain the content, but will not flush the buffer.
22 string(65) "This call will obtain the content, but will not flush the buffer."
/PHP-7.2/ext/openssl/tests/
H A Dbug74720_1.phpt2 Bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content, variant 1
62 $content = "A simple \x1a test.";
63 file_put_contents($tmpPath, $content);
76 var_dump(strpos(file_get_contents($outPath), $content) !== false);
/PHP-7.2/ext/tokenizer/
H A Dtokenizer.php9 $content .= fread($fp, 4096);
13 $tokens = token_get_all($content);
/PHP-7.2/ext/zip/tests/
H A Dbug7658.phpt20 "content.xml",
37 $zip->deleteName('content.xml');
38 $zip->addFile($dirname . "bug7658.xml","content.xml");
/PHP-7.2/ext/soap/
H A Dphp_encoding.c310 id = (char*)attr->children->content; in soap_check_zval_ref()
667 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_string()
700 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_stringr()
733 …lBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)… in to_zval_stringc()
767 str = php_base64_decode(data->children->content, strlen((char*)data->children->content)); in to_zval_base64()
773 str = php_base64_decode(data->children->content, strlen((char*)data->children->content)); in to_zval_base64()
804 c = data->children->content[j++]; in to_zval_hexbin()
814 c = data->children->content[j++]; in to_zval_hexbin()
2506 attr->children->content) { in to_zval_array()
3329 id = href->children->content+1; in check_and_resolve_href()
[all …]
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite5.phar16 foreach ($arr as $name => $content) {
17 echo $name, " ", $content;
H A Dwrite5.phar.inc22 foreach ($arr as $name => $content) {
23 echo $name, " ", $content;
H A Dwrite6.phar17 foreach ($arr as $name => $content) {
18 echo $name, " ", $content;
/PHP-7.2/ext/standard/tests/network/
H A Dbug20134.phpt17 $content = fread($fp, 40);
18 var_dump($content);
/PHP-7.2/ext/xmlwriter/tests/
H A D006.phpt16 xmlwriter_write_element_ns($xw, 'foo', 'bar', 'urn:foo', 'dummy content');
26 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
H A DOO_006.phpt17 $xw->writeElementNS('foo', 'bar', 'urn:foo', 'dummy content');
27 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc73 function create_verify_file($prefix, $basename, $content = "", $cp = 65001)
88 if ($content) {
89 file_put_contents($full, $content);
140 /* a bit unhandy, but content can be put from outside, if needed */
141 create_verify_file($prefix, $item, "dummy content", $cp);
/PHP-7.2/ext/dom/tests/
H A DDOMNode_C14NFile_basic.phpt28 $content = file_get_contents($output);
29 var_dump($content);
/PHP-7.2/ext/phar/tests/
H A Dbug53872.phpt26 content of first.txt
27 content of third.txt

Completed in 69 milliseconds

12345678910>>...12