Home
last modified time | relevance | path

Searched refs:data (Results 276 – 300 of 2133) sorted by relevance

1...<<11121314151617181920>>...86

/PHP-5.5/ext/standard/tests/math/
H A Dis_nan_variation1.phpt2 Test is_nan() function : usage variations - different data types as $val argument
31 // int data
38 // float data
45 // null data
49 // boolean data
55 // empty data
60 // string data
65 // object data
68 // undefined data
71 // unset data
H A Dlog1p_variation1.phpt2 Test log1p() function : usage variations - different data types as $arg argument
34 // int data
42 // float data
49 // null data
53 // boolean data
59 // empty data
64 // string data
69 // object data
72 // undefined data
75 // unset data
H A Dmt_rand_variation1.phpt2 Test rand() function : usage variations - different data types as $min argument
31 // int data
38 // float data
45 // null data
49 // boolean data
55 // empty data
60 // string data
65 // object data
68 // undefined data
71 // unset data
H A Dmt_rand_variation2.phpt2 Test mt_rand() function : usage variations - different data types as $max argument
31 // int data
38 // float data
45 // null data
49 // boolean data
55 // empty data
60 // string data
65 // object data
68 // undefined data
71 // unset data
H A Drand_variation1.phpt2 Test rand() function : usage variations - different data types as $min argument
31 // int data
38 // float data
45 // null data
49 // boolean data
55 // empty data
60 // string data
65 // object data
68 // undefined data
71 // unset data
H A Drand_variation2.phpt2 Test rand() function : usage variations - different data types as $max argument
31 // int data
38 // float data
45 // null data
49 // boolean data
55 // empty data
60 // string data
65 // object data
68 // undefined data
71 // unset data
H A Dfmod_variation1.phpt2 Test fmod() function : usage variations - different data types as $x argument
31 // int data
38 // float data
45 // null data
49 // boolean data
55 // empty data
60 // string data
65 // object data
68 // undefined data
71 // unset data
H A Dhypot_variation1.phpt2 Test hypot() function : usage variations - different data types as $x argument
32 // int data
39 // float data
46 // null data
50 // boolean data
56 // empty data
61 // string data
66 // object data
69 // undefined data
72 // unset data
H A Dhypot_variation2.phpt2 Test hypot() function : usage variations - different data types as $y argument
32 // int data
39 // float data
46 // null data
50 // boolean data
56 // empty data
61 // string data
66 // object data
69 // undefined data
72 // unset data
H A Dis_finite_variation1.phpt2 Test is_finite() function : usage variations - different data types as $val argument
31 // int data
38 // float data
45 // null data
49 // boolean data
55 // empty data
60 // string data
65 // object data
68 // undefined data
71 // unset data
H A Dround_variation2.phpt2 Test round() function : usage variations - different data types as $precision 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-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation7-win32.phpt12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
13 * Description: Write/Create a file with contents data and return the number of bytes written
56 $data = "This was the written data";
62 $res = file_put_contents($dir."\\".$filename, ($data + $i));
65 if ($in == ($data + $i)) {
74 echo "No data written\n";
103 No data written
108 No data written
125 No data written
H A Dfile_put_contents_variation7.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
8 * Description: Write/Create a file with contents data and return the number of bytes written
48 $data = "This was the written data";
54 $res = file_put_contents($dir."/".$filename, ($data + $i));
57 if ($in == ($data + $i)) {
66 echo "No data written\n";
95 No data written
100 No data written
117 No data written
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_256BitKey.phpt11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
16 …/* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string …
17 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
21 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
22 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
26 /* Prototype : string mcrypt_ecb(int cipher, string key, string data, int mode, string iv)
27 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
36 $data = b'This is the secret message which must be encrypted';
52 $res = mcrypt_encrypt($cipher, $key, $data, MCRYPT_MODE_CBC, $iv);
H A Dmcrypt_ecb_variation2.phpt32 $data = b'string_val';
67 // int data
73 // float data
80 // array data
86 // null data
90 // boolean data
96 // empty data
100 // object data
104 // undefined data
107 // unset data
[all …]
H A Dmcrypt_decrypt_variation2.phpt30 $data = b'string_val';
65 // int data
71 // float data
78 // array data
84 // null data
88 // boolean data
94 // empty data
98 // object data
102 // undefined data
105 // unset data
[all …]
H A Dmcrypt_ecb_variation5.phpt33 $data = b'string_val';
67 // int data
73 // float data
80 // array data
86 // null data
90 // boolean data
96 // empty data
100 // object data
104 // undefined data
107 // unset data
[all …]
H A Dmcrypt_encrypt_variation2.phpt30 $data = b'string_val';
65 // int data
71 // float data
78 // array data
84 // null data
88 // boolean data
94 // empty data
98 // object data
102 // undefined data
105 // unset data
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_variation11.phpt11 * Pass arrays where the keys are different data types to test behaviour of natcasesort()
25 // arrays with keys as different data types to be passed as $array_arg
28 // int data
36 // float data
48 // null data
57 // boolean data
68 // empty data
77 // string data
84 // undefined data
89 // unset data
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_parent_class_variation_002.phpt29 // int data
35 // float data
42 // array data
49 // null data
53 // boolean data
59 // empty data
63 // string data
67 // object data
70 // undefined data
73 // unset data
/PHP-5.5/ext/standard/tests/strings/
H A Dquoted_printable_decode_variation1.phpt38 // int data
44 // float data
51 // array data
58 // null data
62 // boolean data
68 // empty data
72 // object data
75 // undefined data
78 // unset data
81 // resource data
H A Dsha1_variation2.phpt33 // int data
39 // float data
46 // array data
53 // null data
57 // string data
63 // empty data
67 // object data
70 // undefined data
73 // unset data
76 //resource data
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8_mobile.c199 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_utf8_mobile_wchar()
236 CK((*filter->output_function)(snd, filter->data)); in mbfl_filt_conv_utf8_mobile_wchar()
238 CK((*filter->output_function)(s, filter->data)); in mbfl_filt_conv_utf8_mobile_wchar()
319 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_wchar_utf8_mobile()
321 CK((*filter->output_function)(((c >> 6) & 0x1f) | 0xc0, filter->data)); in mbfl_filt_conv_wchar_utf8_mobile()
322 CK((*filter->output_function)((c & 0x3f) | 0x80, filter->data)); in mbfl_filt_conv_wchar_utf8_mobile()
324 CK((*filter->output_function)(((c >> 12) & 0x0f) | 0xe0, filter->data)); in mbfl_filt_conv_wchar_utf8_mobile()
325 CK((*filter->output_function)(((c >> 6) & 0x3f) | 0x80, filter->data)); in mbfl_filt_conv_wchar_utf8_mobile()
326 CK((*filter->output_function)((c & 0x3f) | 0x80, filter->data)); in mbfl_filt_conv_wchar_utf8_mobile()
330 CK((*filter->output_function)(((c >> 6) & 0x3f) | 0x80, filter->data)); in mbfl_filt_conv_wchar_utf8_mobile()
[all …]
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt25 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 1')");
26 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 2')");
51 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 3')");
66 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 4')");
85 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 5')");
121 data 1
122 data 2
123 data 3
124 data 4
125 data 5
[all …]
/PHP-5.5/ext/spl/tests/
H A Dpqueue_004.phpt26 ["data"]=>
33 ["data"]=>
40 ["data"]=>
47 ["data"]=>

Completed in 50 milliseconds

1...<<11121314151617181920>>...86