Home
last modified time | relevance | path

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

12345678910>>...84

/PHP-5.4/ext/iconv/tests/
H A Diconv_strrpos_variation1.phpt2 Test iconv_strrpos() function : usage variations - pass different data types to $haystack arg
16 * Pass iconv_strrpos() different data types as $haystack argument 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 Diconv_strrpos_variation2.phpt2 Test iconv_strrpos() function : usage variations - Pass different data types to $needle arg
16 * Pass iconv_strrpos() different data types as $needle argument 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 …]
/PHP-5.4/ext/standard/tests/strings/
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
H A Dvsprintf_variation2.phpt39 // int data
45 // float data
52 // null data
56 // boolean data
62 // empty data
66 // string data
70 // object data
73 // undefined data
76 // unset data
79 // resource data
H A Dchunk_split_variation1.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 …]
/PHP-5.4/ext/standard/tests/math/
H A Dhexdec_variation1.phpt2 Test hexdec() function : usage variations - different data types as $number arg
31 // int data
39 // float data
46 // null data
50 // boolean data
56 // empty data
61 // string data
66 // undefined data
69 // unset data
H A Dhexdec_variation1_64bit.phpt2 Test hexdec() function : usage variations - different data types as $number arg
31 // int data
39 // float data
46 // null data
50 // boolean data
56 // empty data
61 // string data
66 // undefined data
69 // 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
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
/PHP-5.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt25 Access data of the file through the hard link
32 // Creating file and inserting data into it
36 // fill data into file
40 echo "\n-- Access data of the file through the hard link --\n";
53 echo "\n-- Updating file with data through hard link --\n";
54 // append link with data
69 echo "\n-- Updating file with data and check data through hard link --\n";
75 // now check link for data; it should echo "Hello World"
97 -- Access data of the file through the hard link --
105 -- Updating file with data through hard link --
[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;
H A Dfwrite.phpt14 var_dump(fwrite($fp, "data"));
17 var_dump(fwrite($fp, "data", -1));
18 var_dump(fwrite($fp, "data", 100000));
21 var_dump(fwrite($fp, "data", -1));
23 var_dump(fwrite(array(), "data", -1));
24 var_dump(fwrite(array(), "data"));
51 string(4) "data"
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 Dsymlink_link_linkinfo_is_link_variation3.phpt25 Access data of the file through the soft link
32 // Creating file and inserting data into it
45 // fill data into file
49 echo "\n-- Access data of the file through the soft link --\n";
65 echo "\n-- Updating file with data through soft link --\n";
66 // append link with data
87 echo "\n-- Updating file with data and check data through soft link --\n";
93 // now check link for data; it should echo "Hello World"
120 -- Access data of the file through the soft link --
129 -- Updating file with data through soft link --
[all …]
/PHP-5.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-5.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c140 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
162 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
257 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
259 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
264 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
359 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
480 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
485 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
486 CK((*filter->output_function)(s2, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
553 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
[all …]
H A Dmbfilter_cp51932.c119 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_cp51932_wchar()
128 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
169 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
171 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_cp51932_wchar()
176 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
184 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
186 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_cp51932_wchar()
191 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
287 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_cp51932()
289 CK((*filter->output_function)(0x8e, filter->data)); in mbfl_filt_conv_wchar_cp51932()
[all …]
/PHP-5.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-5.4/ext/mbstring/tests/
H A Dmb_substr_variation1.phpt16 * Pass different data types as $str to mb_substr() 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
86 // unset data
/PHP-5.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-5.4/ext/standard/tests/serialize/
H A D001.phpt59 $data = serialize($t);
60 echo "$data\n";
61 $t = unserialize($data);
65 $data = serialize($t);
66 echo "$data\n";
67 $t = unserialize($data);
73 $data = serialize($a);
74 echo "$data\n";
75 $a = unserialize($data);
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_trace_pread.c58 int fpm_trace_get_long(long addr, long *data) /* {{{ */ in fpm_trace_get_long() argument
60 if (sizeof(*data) != pread(mem_file, (void *) data, sizeof(*data), (uintptr_t) addr)) { in fpm_trace_get_long()
/PHP-5.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, b".\r\n$data");
26 echo "test filtering of non buffered data\n";
30 fwrite($stream, b"$data");
/PHP-5.4/ext/xml/tests/
H A Dutf8_encode_variation1.phpt11 /* Prototype : proto string utf8_encode(string data)
35 // int data
41 // float data
48 // array data
55 // null data
59 // boolean data
65 // empty data
69 // object data
72 // undefined data
75 // unset data
[all …]
/PHP-5.4/ext/dba/
H A Ddba_db3.c49 gkey.data = (char *) key; gkey.size = keylen
95 dba_db3_data *data; in DBA_OPEN_FUNC() local
97 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
98 data->dbp = dbp; in DBA_OPEN_FUNC()
99 data->cursor = NULL; in DBA_OPEN_FUNC()
100 info->dbf = data; in DBA_OPEN_FUNC()
133 new = estrndup(gval.data, gval.size); in DBA_FETCH_FUNC()
145 gval.data = (char *) val; in DBA_UPDATE_FUNC()
203 if (gkey.data) { in DBA_NEXTKEY_FUNC()
204 nkey = estrndup(gkey.data, gkey.size); in DBA_NEXTKEY_FUNC()

Completed in 63 milliseconds

12345678910>>...84