Home
last modified time | relevance | path

Searched refs:content (Results 76 – 100 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/dba/tests/
H A Ddba_flatfile.phpt35 string(23) "The last content string"
52 string(23) "The last content string"
H A Ddba_tcadb.phpt40 string(23) "The last content string"
57 string(23) "The last content string"
/PHP-7.4/ext/standard/tests/file/
H A Dbug47767.phpt17 $content = '<?php echo "I am included\n" ?>';
18 file_put_contents($filename, $content);
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 --
134 -- Testing fwrite() with file having content of type text --
184 -- Testing fwrite() with file having content of type text_with_new_line --
234 -- Testing fwrite() with file having content of type alphanumeric --
H A Dfwrite_variation1.phpt21 File having content of type numeric, text,text_with_new_line & alphanumeric
28 echo "\n-- Testing fwrite() with file having content of type ". $file_content_type ." --\n";
34 // create the temp file with content of type $file_content_type
48 filesize & by displaying the content */
62 // ensure that file content/size didn't change.
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 Dfile_variation9.phpt25 foreach ($contents as $content) {
27 fwrite($h, $content);
H A D007_variation4.phpt32 var_dump($file_handle); //Check for the content of handle
38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
43 …or size of existing data file before opening the file in "w+" mode again, expected: size of content
H A Dbug44607.phpt2 Bug #44607 (stream_get_line unable to correctly identify the "ending" in the stream content)
H A D007_variation12-win32.phpt37 var_dump($file_handle); //Check for the content of handle
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
48 …r size of existing data file before opening the file in "w+t" mode again, expected: size of content
H A D007_variation12.phpt37 var_dump($file_handle); //Check for the content of handle
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
48 …r size of existing data file before opening the file in "w+t" mode again, expected: size of content
H A D007_variation20.phpt32 var_dump($file_handle); //Check for the content of handle
38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
43 …r size of existing data file before opening the file in "w+b" mode again, expected: size of content
H A Dstat_variation6-win32.phpt34 echo "\n*** Testing stat() on file with miscelleneous file permission and content ***\n";
77 *** Testing stat() on file with miscelleneous file permission and content ***
/PHP-7.4/win32/build/
H A Dbuildconf.js38 function Module_Item(module_name, config_path, dir_line, deps, content) argument
44 this.content = content;
129 return item.dir_line + item.content;
/PHP-7.4/ext/pgsql/tests/
H A D80_bug14383.phpt38 string(23) "The last content string"
55 string(23) "The last content string"
/PHP-7.4/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-7.4/ext/zip/examples/
H A Dfopen.php20 $content = ''; variable
/PHP-7.4/ext/simplexml/tests/
H A D013.phpt2 SimpleXML: Split text content
H A Dbug75245.phpt2 Bug #75245 Don't set content of elements with only whitespaces
/PHP-7.4/ext/dom/tests/
H A DDOMCharacterData_length_error_001.phpt2 Invalid State Error when getting length on DOMCharacterData out of content.
H A DDOMCharacterData_data_error_002.phpt2 Invalid State Error when getting data on DOMCharacterData out of content.
/PHP-7.4/ext/standard/tests/array/
H A Dbug69198.phpt2 Bug #69198 (Compact function generate array with length but no content)
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt20 $content = stream_get_contents( $fp );
21 var_dump( $content );
H A Dvfprintf_variation1.phpt38 $content = stream_get_contents( $fp );
39 var_dump( $content );
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc298 * @param string $content Content of the packet
302 private function buildPacket($type, $content, $requestId = 1)
304 $clen = strlen($content);
313 . $content; /* content */
413 $resp['content'] = '';
418 $resp['content'] .= $buf;
449 return $this->readNvpair($resp['content'], $resp['length']);
596 $this->_requests[$resp['requestId']]['err_response'] .= $resp['content'];
600 $this->_requests[$resp['requestId']]['response'] .= $resp['content'];
637 switch (ord($resp['content'][4])) {
[all …]
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c92 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
142 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
168 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
190 faultcode = (char*)tmp->children->content; in parse_packet_soap()
216 faultcode = (char*)tmp->children->content; in parse_packet_soap()

Completed in 28 milliseconds

1234567891011