Home
last modified time | relevance | path

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

12345678910>>...86

/PHP-5.5/ext/ctype/tests/
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.5/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))) {
H A Dbug32001.phpt34 $data = '';
41 $data .= <<<HERE
51 $data = iconv("UTF-8", $this->encoding, $data);
57 $data = "\xef\xbb\xbf".$data;
68 $data = "\xfe\xff".$data;
75 $data = "\xff\xfe".$data;
86 $data = "\x00\x00\xfe\xff".$data;
93 $data = "\xff\xfe\x00\x00".$data;
169 Chunk size: all data at once
181 Chunk size: all data at once
[all …]
/PHP-5.5/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.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_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-5.5/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 …]
H A D003.phpt7 require(dirname(__FILE__) . '/data.inc');
18 uasort ($data, 'cmp');
19 var_dump ($data);
23 uksort ($data, 'cmp');
24 var_dump ($data);
27 usort ($data, 'cmp');
28 var_dump ($data);
H A Darray_walk_recursive1.phpt19 var_dump(array_walk_recursive($var, "foo", "data"));
26 var_dump(array_walk_recursive($var,"foo2", "data"));
44 string(4) "data"
47 string(4) "data"
50 string(4) "data"
53 string(4) "data"
55 string(4) "data"
/PHP-5.5/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.5/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.5/ext/openssl/tests/
H A D019.phpt7 $data = "Testing openssl_verify()";
12 openssl_sign($data, $sign, $privkey);
13 var_dump(openssl_verify($data, $sign, $pubkey));
14 var_dump(openssl_verify($data, $sign, $privkey));
15 var_dump(openssl_verify($data, $sign, $wrong));
16 var_dump(openssl_verify($data, $wrong, $pubkey));
/PHP-5.5/ext/standard/tests/file/
H A Dbug39538.phpt5 …an test\", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"next data\", \"p\r\narsed\"","…
20 [1] => next data
28 [1] => next data
37 [1] => next data
H A Dbug44034.phpt9 $urls[] = "data://text/plain,foo\r\nbar\r\n";
10 $urls[] = "data://text/plain,\r\nfoo\r\nbar\r\n";
11 $urls[] = "data://text/plain,foo\r\nbar";
19 data://text/plain,foo\r\nbar\r\n
26 data://text/plain,\r\nfoo\r\nbar\r\n
35 data://text/plain,foo\r\nbar
H A Dbug44607.phpt7 $data = str_repeat('.', 14000);
8 $data .= $eol;
9 $data .= $data;
10 file_put_contents($tempnam, $data);
/PHP-5.5/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt16 /* Prototype : string gzencode ( string $data [, int $level [, int $encoding_mode ]] )
23 function gzdecode($data)
25 return gzinflate(substr($data,10,-8));
30 include(dirname(__FILE__) . '/data.inc');
35 $output = gzencode(gzencode($data));
38 var_dump($data === $back);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtoupper_variation1.phpt2 Test mb_strtoupper() function : usage varitations - pass different data types as $sourcestring arg
17 * Pass different data types as $sourcestring argument to mb_strtoupper to test behaviour
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-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to header arg
16 * Pass different data types to $str argument to see how iconv_mime_decode() behaves
50 // int data
56 // float data
63 // null data
67 // boolean data
73 // empty data
77 // string data
82 // object data
85 // undefined data
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Ddechex_variation1.phpt2 Test dechex() 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 178 milliseconds

12345678910>>...86