Home
last modified time | relevance | path

Searched refs:data (Results 176 – 200 of 1800) sorted by relevance

12345678910>>...72

/PHP-7.4/tests/basic/
H A D030.phpt6 Content-Type: multipart/form-data; boundary=BVoyv; charset=iso-8859-1
8 Content-Disposition: form-data; name="data"
18 ["data"]=>
/PHP-7.4/ext/xml/tests/
H A Dbug32001.phpt36 $data = '';
43 $data .= <<<HERE
53 $data = iconv("UTF-8", $this->encoding, $data);
59 $data = "\xef\xbb\xbf".$data;
70 $data = "\xfe\xff".$data;
77 $data = "\xff\xfe".$data;
88 $data = "\x00\x00\xfe\xff".$data;
95 $data = "\xff\xfe\x00\x00".$data;
170 Chunk size: all data at once
182 Chunk size: all data at once
[all …]
H A Dxml_parser_set_option_variation3.phpt39 // int data
45 // float data
52 // array data
59 // null data
63 // boolean data
69 // empty data
73 // string data
77 // object data
80 // resource data
83 // undefined data
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt19 Access data of the file through the hard link
26 // Creating file and inserting data into it
30 // fill data into file
34 echo "\n-- Access data of the file through the hard link --\n";
47 echo "\n-- Updating file with data through hard link --\n";
48 // append link with data
63 echo "\n-- Updating file with data and check data through hard link --\n";
69 // now check link for data; it should echo "Hello World"
91 -- Access data of the file through the hard link --
99 -- Updating file with data through hard link --
[all …]
H A Dstream_rfc2397_003.phpt2 Stream: RFC2397 decoding data
9 'data://,A%20brief%20note',
10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
11 'data://;base64,Zm9vYmFyIGZvb2Jhcg==',
12 'stream_rfc2397_003.gif' => 'data://image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAw
H A Dfile_put_contents_variation2.phpt2 Test file_put_contents() function : usage variation - different data types to write
8 * Description: Write/Create a file with contents data and return the number of bytes written
58 // int data
64 // float data
71 // array data
77 // null data
81 // boolean data
87 // empty data
91 // object data
95 // undefined data
[all …]
H A Dfile_put_contents_variation8-win32.phpt15 * Description: Write/Create a file with contents data and return the number of bytes written
41 $res = file_put_contents($value, "Some data");
46 echo "Failed to write data to: $key\n";
64 Failed to write data to: FALSE
69 Failed to write data to: NULL
74 Failed to write data to: ""
79 Failed to write data to: " "
84 Failed to write data to: \0
89 Failed to write data to: array()
94 Failed to write data to: /no/such/file/dir
[all …]
H A Dinclude_userstream_001.phpt9 private $data = '<?php echo "Hello World\n";?>';
15 $this->pos = strlen($this->data);
24 $ret = substr($this->data, $this->pos, $count);
36 return $this->pos >= strlen($this->data);
43 if ($offset < $this->data && $offset >= 0) {
59 if (strlen($this->data) + $offset >= 0) {
60 $this->pos = strlen($this->data) + $offset;
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_filter_output.h34 MBFLAPI extern int mbfl_filter_output_pipe(int c, void* data);
35 MBFLAPI extern int mbfl_filter_output_pipe_flush(void* data);
36 MBFLAPI extern int mbfl_filter_output_null(int c, void* data);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_trace_pread.c56 int fpm_trace_get_long(long addr, long *data) /* {{{ */ in fpm_trace_get_long() argument
58 if (sizeof(*data) != pread(mem_file, (void *) data, sizeof(*data), (uintptr_t) addr)) { in fpm_trace_get_long()
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakHash.c37 HashReturn Keccak_HashUpdate(Keccak_HashInstance *instance, const BitSequence *data, DataLength dat… in Keccak_HashUpdate() argument
40 return (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, data, databitlen/8); in Keccak_HashUpdate()
42 … HashReturn ret = (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, data, databitlen/8); in Keccak_HashUpdate()
45 unsigned char lastByte = data[databitlen/8]; in Keccak_HashUpdate()
75 HashReturn Keccak_HashSqueeze(Keccak_HashInstance *instance, BitSequence *data, DataLength databitl… in Keccak_HashSqueeze() argument
79 return (HashReturn)KeccakWidth1600_SpongeSqueeze(&instance->sponge, data, databitlen/8); in Keccak_HashSqueeze()
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakHash.c37 HashReturn Keccak_HashUpdate(Keccak_HashInstance *instance, const BitSequence *data, DataLength dat… in Keccak_HashUpdate() argument
40 return (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, data, databitlen/8); in Keccak_HashUpdate()
42 … HashReturn ret = (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, data, databitlen/8); in Keccak_HashUpdate()
45 unsigned char lastByte = data[databitlen/8]; in Keccak_HashUpdate()
75 HashReturn Keccak_HashSqueeze(Keccak_HashInstance *instance, BitSequence *data, DataLength databitl… in Keccak_HashSqueeze() argument
79 return (HashReturn)KeccakWidth1600_SpongeSqueeze(&instance->sponge, data, databitlen/8); in Keccak_HashSqueeze()
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c105 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_put_invalid_char()
121 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_utf8_wchar()
142 CK((*filter->output_function)(s, filter->data)); in mbfl_filt_conv_utf8_wchar()
210 (*filter->flush_function)(filter->data); in mbfl_filt_conv_utf8_wchar_flush()
222 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_wchar_utf8()
224 CK((*filter->output_function)(((c >> 6) & 0x1f) | 0xc0, filter->data)); in mbfl_filt_conv_wchar_utf8()
225 CK((*filter->output_function)((c & 0x3f) | 0x80, filter->data)); in mbfl_filt_conv_wchar_utf8()
228 CK((*filter->output_function)(((c >> 6) & 0x3f) | 0x80, filter->data)); in mbfl_filt_conv_wchar_utf8()
229 CK((*filter->output_function)((c & 0x3f) | 0x80, filter->data)); in mbfl_filt_conv_wchar_utf8()
233 CK((*filter->output_function)(((c >> 6) & 0x3f) | 0x80, filter->data)); in mbfl_filt_conv_wchar_utf8()
[all …]
/PHP-7.4/ext/filter/tests/
H A D036.phpt10 $data = array();
11 $data["test1"] = 1;
12 $data["test2"] = &$var;
18 $ret = filter_var_array($data, $args);
20 var_dump($data); //should be separated, i.e. not reference anymore. looks like we can't change this…
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation2.phpt36 // int data
42 // float data
49 // array data
56 // null data
60 // boolean data
66 // empty data
70 // string data
74 // object data
77 // undefined data
80 // unset data
[all …]
H A Dprintf_variation2.phpt36 // int data
42 // float data
49 // array data
56 // null data
60 // boolean data
66 // empty data
70 // string data
74 // object data
77 // undefined data
80 // unset data
[all …]
H A Dstrval_variation1.phpt2 Test strval() function : usage variations - Pass different data types as strval
48 // float data
55 // array data
59 // null data
63 // boolean data
69 // empty data
73 // object data
79 // undefined data
82 // unset data
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt19 $data = array();
21 $data[] = $row['column1'];
38 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
64 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
76 $data = array();
78 $data[] = $row['column1'];
94 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
125 $data = array();
143 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
181 $data = array();
[all …]
/PHP-7.4/ext/standard/tests/math/
H A Dfloor_variation1.phpt2 Test floor() function : usage variations - different data types as $value arg
33 // null data
37 // boolean data
43 // empty data
48 // string data
53 // object data
56 // undefined data
59 // unset data
H A Dceil_variation1.phpt2 Test ceil() function : usage variations - different data types as $value arg
33 // null data
37 // boolean data
43 // empty data
48 // string data
53 // object data
56 // undefined data
59 // unset data
/PHP-7.4/ext/standard/tests/filters/
H A Dfilter_errors.inc14 function filter_errors_test($filter, $data) {
16 echo "test filtering of buffered data\n";
20 fwrite($stream, ".\r\n$data");
26 echo "test filtering of non buffered data\n";
30 fwrite($stream, "$data");
/PHP-7.4/Zend/tests/
H A Dassign_coalesce_003.phpt12 public $data;
13 public function __construct($data = []) {
14 $this->data = $data;
18 return $this->data[$k];
22 return array_key_exists($k, $this->data);
26 $this->data[$k] = $v;
H A Dbug71731.phpt7 private $data = [];
10 return array_key_exists($name, $this->data);
14 if (!array_key_exists($name, $this->data)) {
17 return $this->data[$name];
21 $this->data[$name] = $value;
25 unset($this->data[$name]);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt33 $data = array();
38 $data[] = array('id' => $id, 'label' => $label);
44 if ($row['id'] != $data[$index]['id']) {
46 var_export($data[$index]['id'], true), gettype($data[$index]['id']),
49 if ($row['label'] != $data[$index]['label']) {
51 var_export($data[$index]['label'], true), gettype($data[$index]['label']),
73 $data = array();
84 if ($row['id'] != $data[$index]['id']) {
86 var_export($data[$index]['id'], true), gettype($data[$index]['id']),
89 if ($row['label'] != $data[$index]['label']) {
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dbug25359.phpt8 global $data; // Remove this line to make array_multisort() work
10 $data = array('first', 'fifth', 'second', 'forth', 'third');
12 array_multisort($sort, $data);
14 var_dump($data);

Completed in 79 milliseconds

12345678910>>...72