Home
last modified time | relevance | path

Searched refs:data (Results 101 – 125 of 2082) sorted by relevance

12345678910>>...84

/PHP-5.4/ext/standard/tests/array/
H A Darray_diff_assoc_variation4.phpt13 * Test how array_diff_assoc() compares arrays containing different data types
30 //Different data types as keys to be passed to $arr1 argument
33 // int data
41 // float data
48 // null data
54 // boolean data
62 // empty data
68 // string data
75 // binary data
81 // undefined data
[all …]
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-5.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.c243 return q->cursor->data; in Q_Head()
310 q->head->data = d; in Q_PushHead()
362 q->tail->data = d; in Q_PushTail()
398 d = q->head->data; in Q_PopHead()
441 d = q->tail->data; in Q_PopTail()
517 return q->cursor->data; in Q_Previous()
660 if(q && data) { in Q_Put()
664 q->cursor->data = data; in Q_Put()
706 if(Comp(d, data) == 0) in Q_Find()
947 Q_PushHead(q, data); in Q_Insert()
[all …]
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug70172_2.phpt6 var $data;
8 return serialize($this->data);
10 function unserialize($data) {
11 $this->data = unserialize($data);
32 $data = unserialize($exploit);
38 var_dump($data);
/PHP-5.4/ext/phar/
H A Dstream.c377 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
380 data->position = php_stream_tell(data->fp) - data->zero; in phar_stream_read()
408 temp = data->zero + data->position + offset; in phar_stream_seek()
420 if (temp < data->zero) { in phar_stream_seek()
425 *newoffset = php_stream_tell(data->fp) - data->zero; in phar_stream_seek()
438 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
443 data->position = php_stream_tell(data->fp); in phar_stream_write()
444 if (data->position > (off_t)data->internal_file->uncompressed_filesize) { in phar_stream_write()
445 data->internal_file->uncompressed_filesize = data->position; in phar_stream_write()
448 data->internal_file->old_flags = data->internal_file->flags; in phar_stream_write()
[all …]
/PHP-5.4/ext/mbstring/libmbfl/filters/
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 …]
H A Dmbfilter_htmlent.c108 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_html_enc()
110 CK((*filter->output_function)('&', filter->data)); in mbfl_filt_conv_html_enc()
125 CK((*filter->output_function)('#', filter->data)); in mbfl_filt_conv_html_enc()
136 CK((*filter->output_function)(*p, filter->data)); in mbfl_filt_conv_html_enc()
140 CK((*filter->output_function)(';', filter->data)); in mbfl_filt_conv_html_enc()
151 (*filter->flush_function)(filter->data); in mbfl_filt_conv_html_enc_flush()
190 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_html_dec()
233 CK((*filter->output_function)(ent, filter->data)); in mbfl_filt_conv_html_dec()
238 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_html_dec()
255 CK((*filter->output_function)(ent, filter->data)); in mbfl_filt_conv_html_dec()
[all …]
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 …]
/PHP-5.4/ext/dba/
H A Ddba_db4.c133 dba_db4_data *data; local
135 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
136 data->dbp = dbp;
138 info->dbf = data;
176 free(gval.data);
213 free(gval.data);
259 if (gkey.data) {
264 if (gkey.data) {
265 free(gkey.data);
267 if (gval.data) {
[all …]
/PHP-5.4/sapi/apache2handler/
H A Dapache_config.c143 php_dir_entry *data; in merge_php_config() local
161 zend_hash_get_current_data(&d->config, (void **) &data); in merge_php_config()
163 if (pe->status >= data->status) continue; in merge_php_config()
166 zend_hash_update(&n->config, str, str_len, data, sizeof(*data), NULL); in merge_php_config()
189 php_dir_entry *data; in apply_config() local
195 if (zend_hash_get_current_data(&d->config, (void **) &data) == SUCCESS) { in apply_config()
196 phpapdebug((stderr, "APPLYING (%s)(%s)\n", str, data->value)); in apply_config()
197 …if (zend_alter_ini_entry(str, str_len, data->value, data->value_len, data->status, data->htaccess?… in apply_config()
214 static apr_status_t destroy_php_config(void *data) in destroy_php_config() argument
216 php_conf_rec *d = data; in destroy_php_config()
[all …]
/PHP-5.4/ext/mbstring/tests/
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 …]
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 …]
/PHP-5.4/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-5.4/ext/ctype/tests/
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_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_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_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_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-5.4/ext/standard/tests/math/
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

Completed in 99 milliseconds

12345678910>>...84