Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/ext/dba/tests/
H A Ddba_inifile.phpt35 string(23) "The last content string"
52 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.phpt41 string(23) "The last content string"
58 string(23) "The last content string"
H A Ddba_qdbm.phpt32 string(23) "The last content string"
/PHP-7.2/ext/pgsql/tests/
H A D80_bug14383.phpt38 string(23) "The last content string"
55 string(23) "The last content string"
/PHP-7.2/ext/standard/tests/file/
H A Dbug47767.phpt25 $content = '<?php echo "I am included\n" ?>';
26 file_put_contents($filename, $content);
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 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 Dbug44607.phpt2 Bug #44607 (stream_get_line unable to correctly identify the "ending" in the stream 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 ***
H A Dparse_ini_file_variation6.phpt43 $content="a=test";
46 fwrite($h, $content);
H A D007_variation14.phpt31 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 file
/PHP-7.2/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.2/ext/zip/examples/
H A Dfopen.php20 $content = ''; variable
/PHP-7.2/ext/standard/tests/array/
H A Dbug69198.phpt2 Bug #69198 (Compact function generate array with length but no content)
/PHP-7.2/ext/simplexml/tests/
H A D013.phpt2 SimpleXML: Split text content
/PHP-7.2/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.2/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.2/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']);
598 $this->_requests[$resp['requestId']]['err_response'] .= $resp['content'];
602 $this->_requests[$resp['requestId']]['response'] .= $resp['content'];
639 switch (ord($resp['content']{4})) {
[all …]
/PHP-7.2/ext/soap/
H A Dphp_packet_soap.c93 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
143 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
169 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
191 faultcode = (char*)tmp->children->content; in parse_packet_soap()
217 faultcode = (char*)tmp->children->content; in parse_packet_soap()

Completed in 34 milliseconds

12345678910>>...12