Home
last modified time | relevance | path

Searched refs:data (Results 251 – 275 of 2082) sorted by relevance

1...<<11121314151617181920>>...84

/PHP-5.4/ext/standard/tests/file/
H A Dfputcsv_002.phpt2 fputcsv(): Checking data after calling the function
8 $data = array(1, 2, 'foo', 'haha', array(4, 5, 6), 1.3, null);
12 fputcsv($fp, $data);
14 var_dump($data);
/PHP-5.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c133 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_gb18030_wchar()
144 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_gb18030_wchar()
164 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_gb18030_wchar()
168 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_gb18030_wchar()
182 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_gb18030_wchar()
205 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_gb18030_wchar()
207 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_gb18030_wchar()
212 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_gb18030_wchar()
229 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_gb18030_wchar()
264 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_gb18030_wchar()
[all …]
/PHP-5.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt2 Test mb_encode_mimeheader() function : usage variations - Pass different data types to $transfer_en…
17 …* Pass different data types to $transfer_encoding argument to see how mb_encode_mimeheader() behav…
53 // int data
59 // float data
66 // null data
70 // boolean data
76 // empty data
80 // string data
85 // object data
88 // undefined data
[all …]
H A Dmb_stripos_variation2.phpt2 Test mb_stripos() function : usage variations - pass different data types as $needle arg
17 * Pass mb_stripos different data types as $needle arg to test behaviour
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 …]
H A Dmb_strpos_variation2.phpt2 Test mb_strpos() function : usage variations - pass different data types as $needle arg
16 * Pass mb_strpos different data types as $needle arg to test behaviour
49 // int data
55 // float data
62 // null data
66 // boolean data
72 // empty data
76 // string data
81 // object data
84 // undefined data
[all …]
H A Dmb_ereg_replace_variation4.phpt46 // int data
52 // float data
59 // null data
63 // boolean data
69 // empty data
73 // string data
78 // object data
81 // undefined data
84 // unset data
/PHP-5.4/ext/standard/tests/math/
H A Dexpm1_variation1.phpt2 Test expm1() function : usage variations - different data types as $arg argument
36 // int data
42 // float data
49 // null data
53 // boolean data
59 // empty data
64 // string data
69 // array data
73 // object data
76 // undefined data
[all …]
H A Dexp_variation1.phpt2 Test exp() function : usage variations - different data types as $arg 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
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 Dis_infinite_variation1.phpt2 Test is_infinite() 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 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 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.4/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to mode 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.4/ext/oci8/tests/
H A Dlob_022.phpt28 oci_lob_save($clob, "data");
30 oci_lob_save($clob, "data");
39 $clob->save("long data");
40 $clob->save("long data", -1);
41 $clob->save("long data", 0);
79 string(4) "data"
80 string(9) "long data"
81 string(9) "long data"
82 string(4) "data"
/PHP-5.4/ext/simplexml/
H A Dsxe.c64 RETURN_BOOL(sxe->iter.data); in PHP_METHOD()
78 if (!sxe->iter.data) { in PHP_METHOD()
82 RETURN_ZVAL(sxe->iter.data, 1, 0); in PHP_METHOD()
98 if (!sxe->iter.data) { in PHP_METHOD()
102 intern = (php_sxe_object *)zend_object_store_get_object(sxe->iter.data TSRMLS_CC); in PHP_METHOD()
139 if (!sxe->iter.data || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
142 child = php_sxe_fetch_object(sxe->iter.data TSRMLS_CC); in PHP_METHOD()
165 if (!sxe->iter.data || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
168 RETURN_ZVAL(sxe->iter.data, 1, 0); in PHP_METHOD()
/PHP-5.4/ext/standard/tests/general_functions/
H A Dgetrusage_variation1.phpt2 Test getrusage() function : usage variation - diff data types as $who arg
18 * Pass different data types as $who argument to test behaviour of getrusage()
31 // int data
37 // float data
44 // null data
48 // boolean data
54 // string data
60 // undefined data
63 // unset data
/PHP-5.4/ext/spl/tests/
H A Dbug65328.phpt95 protected $data;
113 * @param mixed $data
124 $this->data = $data;
125 $this->uid = $uid ? : uniqid(sha1(serialize($data)), true);
171 * @param mixed $data
173 public function setData($data)
175 $this->data = $data;
183 return $this->data;
320 [data:protected] => HEAD
330 [data:protected] => value1
[all …]
H A DSplFileObject_fputcsv_002.phpt2 SplFileObject::fputcsv(): Checking data after calling the function
7 $data = array(1, 2, 'foo', 'haha', array(4, 5, 6), 1.3, null);
9 $fo->fputcsv($data);
11 var_dump($data);
/PHP-5.4/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);
/PHP-5.4/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

Completed in 36 milliseconds

1...<<11121314151617181920>>...84