Home
last modified time | relevance | path

Searched refs:data (Results 126 – 150 of 2290) sorted by relevance

12345678910>>...92

/PHP-7.1/ext/standard/tests/filters/
H A Dchunked_001.phpt13 "data://text/plain,0\r\n",
14 "data://text/plain,2\r\nte\r\n2\r\nst\r\n0\r\n",
15 "data://text/plain,2\nte\n2\nst\n0\n",
16 "data://text/plain,2;a=1\nte\n2;a=2;b=3\r\nst\n0\n",
17 "data://text/plain,2\nte\n2\nst\n0\na=b\r\nc=d\n\r\n",
18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
19 "data://text/plain,1E\n0123456789abcdef0123456789abcd\n2\nef\n0\n",
/PHP-7.1/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt2 Test base_convert() function : usage variations - different data types as $number argument
26 // int data
33 // float data
40 // null data
44 // boolean data
50 // empty data
55 // string data
60 // undefined data
63 // unset data
H A Ddecbin_variation1.phpt2 Test decbin() function : usage variations - different data types as $number arg
36 // int data
44 // float data
51 // null data
55 // boolean data
61 // empty data
66 // string data
71 // object data
74 // undefined data
77 // unset data
H A Ddecbin_variation1_64bit.phpt2 Test decbin() function : usage variations - different data types as $number arg
36 // int data
44 // float data
51 // null data
55 // boolean data
61 // empty data
66 // string data
71 // object data
74 // undefined data
77 // unset data
H A Dround_variation1.phpt2 Test round() function : usage variations - different data types as $val argument
34 // int data
41 // float data
48 // null data
52 // boolean data
58 // empty data
63 // string data
68 // object data
71 // undefined data
74 // unset data
/PHP-7.1/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt36 $data = array();
39 $data[] = $file1;
41 $first = $data[0];
42 sort($data);
43 var_dump($data);
48 $data = array();
51 $data[] = $file2;
53 $first = $data[0];
54 sort($data);
55 var_dump($data);
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strtolower_variation1.phpt2 Test mb_strtolower() function : usage variations - pass different data types as $sourcestring arg
16 * Pass different data types to $sourcestring argument to test behaviour of mb_strtolower()
45 // int data
51 // float data
58 // null data
62 // boolean data
68 // empty data
72 // string data
77 // object data
80 // undefined data
[all …]
H A Dmb_substr_count_variation1.phpt2 Test mb_substr_count() function : usage variations - Pass different data types as $haystack arg
16 * Pass different data types as $haystack argument to mb_substr_count() to test behaviour
48 // int data
54 // float data
61 // null data
65 // boolean data
71 // empty data
75 // string data
80 // object data
83 // undefined data
[all …]
H A Dmb_strlen_variation1.phpt2 Test mb_strlen() function : usage variations - Pass different data types as $str arg
16 * Test mb_strlen by passing different data types as $str argument
47 // int data
53 // float data
60 // null data
64 // boolean data
70 // empty data
74 // string data
79 // object data
82 // undefined data
[all …]
/PHP-7.1/ext/ctype/tests/
H A Dctype_graph_variation1.phpt2 Test ctype_graph() function : usage variations - different data types as $c arg
13 * Pass different data types as $c argument to ctype_graph() to test behaviour
43 // int data
49 // float data
56 // null data
60 // boolean data
66 // empty data
71 // string data
76 // object data
79 // undefined data
[all …]
H A Dctype_print_variation1.phpt2 Test ctype_print() function : usage variations - different data types as $c arg
13 * Pass different data types as $c argument to ctype_print() to test behaviour
43 // int data
49 // float data
56 // null data
60 // boolean data
66 // empty data
71 // string data
76 // object data
79 // undefined data
[all …]
H A Dctype_alnum_variation1.phpt2 Test ctype_alnum() function : usage variations - Different data types as $c arg
13 * Pass different data types as $c argument to ctype_alnum() to test behaviour
43 // int data
49 // float data
56 // null data
60 // boolean data
66 // empty data
71 // string data
76 // object data
79 // undefined data
[all …]
H A Dctype_alpha_variation1.phpt2 Test ctype_alpha() function : usage variations - different data types as $c arg
13 * Pass different data types as $c argument to ctype_alpha() to test behaviour
43 // int data
49 // float data
56 // null data
60 // boolean data
66 // empty data
71 // string data
76 // object data
79 // undefined data
[all …]
H A Dctype_cntrl_variation1.phpt2 Test ctype_cntrl() function : usage variations - Different data types as $c arg
13 * Pass different data types as $c argument to ctype_cntrl() to test behaviour
43 // int data
49 // float data
56 // null data
60 // boolean data
66 // empty data
71 // string data
77 // object data
80 // undefined data
[all …]
H A Dctype_lower_variation1.phpt2 Test ctype_lower() function : usage variations - different data types as $c arg
13 * Pass different data types as $c argument to ctype_lower() to test behaviour
43 // int data
49 // float data
56 // null data
60 // boolean data
66 // empty data
71 // string data
76 // object data
79 // undefined data
[all …]
H A Dctype_punct_variation1.phpt2 Test ctype_punct() function : usage variations - different data types as $c argument
14 * Pass different data types as $c argument to ctype_punt() to test behaviour
44 // int data
50 // float data
57 // null data
61 // boolean data
67 // empty data
72 // string data
77 // object data
80 // undefined data
[all …]
H A Dctype_space_variation1.phpt2 Test ctype_space() function : usage variations - different data types as $c argument
13 * Pass different data types as $c argument to ctype_space() to test behaviour
43 // int data
49 // float data
56 // null data
60 // boolean data
66 // empty data
71 // string data
76 // object data
79 // undefined data
[all …]
H A Dctype_xdigit_variation1.phpt2 Test ctype_xdigit() function : usage variations - different data typse as $c arg
13 * Pass different data types as $c argument to ctype_xdigit() to test behaviour
43 // int data
49 // float data
56 // null data
60 // boolean data
66 // empty data
71 // string data
76 // object data
79 // undefined data
[all …]
/PHP-7.1/ext/xml/tests/
H A Dxml002.phpt28 function characterData($parser, $data)
30 print '{CDATA['.$data.']}';
32 function PIHandler($parser, $target, $data)
34 print '{PI['.$target.','.$data.']}';
36 function defaultHandler($parser, $data)
38 if (substr($data, 0, 1) == "&" && substr($data, -1, 1) == ";") {
39 print '{ENTREF['.$data.']}';
41 print '{?['.$data.']}';
66 while ($data = fread($fp, 4096)) {
67 if (!xml_parse($xml_parser, $data, feof($fp))) {
/PHP-7.1/ext/standard/tests/array/
H A Dnatcasesort_variation2.phpt2 Test natcasesort() function : usage variations - Pass arrays of different data types
37 // arrays of different data types to be passed to $array_arg argument
40 // int data
48 // float data
57 // null data
63 // boolean data
71 // empty data
80 // string data
87 // object data
92 // undefined data
[all …]
/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs4.c172 CK((*filter->output_function)(0xfeff, filter->data)); in mbfl_filt_conv_ucs4_wchar()
175 CK((*filter->output_function)(n, filter->data)); in mbfl_filt_conv_ucs4_wchar()
205 CK((*filter->output_function)(n, filter->data)); in mbfl_filt_conv_ucs4be_wchar()
216 CK((*filter->output_function)((c >> 24) & 0xff, filter->data)); in mbfl_filt_conv_wchar_ucs4be()
217 CK((*filter->output_function)((c >> 16) & 0xff, filter->data)); in mbfl_filt_conv_wchar_ucs4be()
218 CK((*filter->output_function)((c >> 8) & 0xff, filter->data)); in mbfl_filt_conv_wchar_ucs4be()
219 CK((*filter->output_function)(c & 0xff, filter->data)); in mbfl_filt_conv_wchar_ucs4be()
251 CK((*filter->output_function)(n, filter->data)); in mbfl_filt_conv_ucs4le_wchar()
262 CK((*filter->output_function)(c & 0xff, filter->data)); in mbfl_filt_conv_wchar_ucs4le()
263 CK((*filter->output_function)((c >> 8) & 0xff, filter->data)); in mbfl_filt_conv_wchar_ucs4le()
[all …]
H A Dmbfilter_htmlent.c109 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_html_enc()
111 CK((*filter->output_function)('&', filter->data)); in mbfl_filt_conv_html_enc()
126 CK((*filter->output_function)('#', filter->data)); in mbfl_filt_conv_html_enc()
137 CK((*filter->output_function)(*p, filter->data)); in mbfl_filt_conv_html_enc()
141 CK((*filter->output_function)(';', filter->data)); in mbfl_filt_conv_html_enc()
152 (*filter->flush_function)(filter->data); in mbfl_filt_conv_html_enc_flush()
191 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_html_dec()
234 CK((*filter->output_function)(ent, filter->data)); in mbfl_filt_conv_html_dec()
239 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_html_dec()
256 CK((*filter->output_function)(ent, filter->data)); in mbfl_filt_conv_html_dec()
[all …]
H A Dmbfilter_euc_jp_win.c113 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
124 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
165 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
167 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
172 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
180 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
182 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
187 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
193 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
236 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_eucjpwin_wchar()
[all …]
/PHP-7.1/ext/dba/
H A Ddba_db4.c132 dba_db4_data *data; local
134 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
135 data->dbp = dbp;
137 info->dbf = data;
175 free(gval.data);
212 free(gval.data);
258 if (gkey.data) {
263 if (gkey.data) {
264 free(gkey.data);
266 if (gval.data) {
[all …]
/PHP-7.1/ext/zip/lib/
H A Dzip_source_buffer.c80 return zip_source_buffer_create(data, len, freep, &za->error); in zip_source_buffer()
90 if (data == NULL && len > 0) { in zip_source_buffer_create()
100 if ((ctx->in = buffer_new_read(data, len, freep)) == NULL) { in zip_source_buffer_create()
143 return zip_error_to_data(&ctx->error, data, len); in read_data()
160 return buffer_read(ctx->in, data, len); in read_data()
181 return buffer_seek(ctx->in, data, len, &ctx->error); in read_data()
184 return buffer_seek(ctx->out, data, len, &ctx->error); in read_data()
195 st = (zip_stat_t *)data; in read_data()
231 return buffer_write(ctx->out, data, len, &ctx->error); in read_data()
299 buffer->fragments[0] = (zip_uint8_t *)data; in buffer_new_read()
[all …]

Completed in 63 milliseconds

12345678910>>...92