Home
last modified time | relevance | path

Searched refs:data (Results 326 – 350 of 2133) sorted by relevance

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

/PHP-5.5/ext/openssl/tests/
H A Dbug37820.phpt21 $data = "some custom data";
22 if (!openssl_sign($data, $signature, $priv_key_id, OPENSSL_ALGO_MD5)) {
26 $ok = openssl_verify($data, $signature, $pub_key_id, OPENSSL_ALGO_MD5);
H A D014.phpt7 $data = "Testing openssl_private_encrypt()";
18 var_dump(openssl_private_encrypt($data, $encrypted, $privkey));
19 var_dump(openssl_private_encrypt($data, $encrypted, $pubkey));
20 var_dump(openssl_private_encrypt($data, $encrypted, $wrong));
21 var_dump(openssl_private_encrypt($data, $encrypted, $obj));
H A D015.phpt7 $data = "Testing openssl_public_encrypt()";
18 var_dump(openssl_public_encrypt($data, $encrypted, $pubkey));
19 var_dump(openssl_public_encrypt($data, $encrypted, $privkey));
20 var_dump(openssl_public_encrypt($data, $encrypted, $wrong));
21 var_dump(openssl_public_encrypt($data, $encrypted, $obj));
H A Dopenssl_digest_basic.phpt7 $data = "openssl_digest() basic test";
11 var_dump(openssl_digest($data, $method));
12 var_dump(openssl_digest($data, $method2));
/PHP-5.5/ext/filter/tests/
H A D037.phpt2 GET and data callback tests
16 $data = "data";
18 echo filter_var($data, FILTER_CALLBACK, array("options"=>'myfunc'));
/PHP-5.5/ext/wddx/tests/
H A Dbug45901.phpt11 $xml = new SimpleXMLElement('<data></data>');
17data><struct><var name='php_class_name'><string>SimpleXMLElement</string></var><var name='test'><s…
/PHP-5.5/tests/basic/
H A Drfc1867_file_upload_disabled.phpt8 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
10 Content-Disposition: form-data; name="foo"
14 Content-Disposition: form-data; name="file1"; filename="file1.txt"
19 Content-Disposition: form-data; name="bar"
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_cn.c109 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_euccn_wchar()
116 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_euccn_wchar()
135 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_euccn_wchar()
137 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_euccn_wchar()
142 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_euccn_wchar()
202 CK((*filter->output_function)(s, filter->data)); in mbfl_filt_conv_wchar_euccn()
204 CK((*filter->output_function)((s >> 8) & 0xff, filter->data)); in mbfl_filt_conv_wchar_euccn()
205 CK((*filter->output_function)(s & 0xff, filter->data)); in mbfl_filt_conv_wchar_euccn()
/PHP-5.5/ext/xml/tests/
H A Dbug26614.phpt25 <data>
32 </data>';
36 <data>
43 </data>';
45 // Case 3: replace even more characters so that only textual data is left
47 <data>
54 </data>';
70 function characterData($parser, $data) {
H A Dbug26614_libxml.phpt25 <data>
32 </data>';
36 <data>
43 </data>';
45 // Case 3: replace even more characters so that only textual data is left
47 <data>
54 </data>';
70 function characterData($parser, $data) {
/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation1.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
17 $data = "The first string to write";
20 var_dump(file_put_contents($filename, $data));
26 file_put_contents($filename, $data);
H A Dftruncate.phpt8 file_put_contents($filename, "some test data inside");
20 file_put_contents($filename, "some test data inside");
32 file_put_contents($filename, "some test data inside");
44 string(21) "some test data inside"
52 string(21) "some test data inside"
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk.phpt19 var_dump(array_walk($var, "foo", "data"));
26 var_dump(array_walk($var,"foo2", "data"));
44 string(4) "data"
47 string(4) "data"
49 string(4) "data"
H A D001.phpt7 require(dirname(__FILE__) . '/data.inc');
10 ** Test alpha, numeric (decimal, hex, octal) and special data
33 $data = array_merge($data, $data2);
35 var_dump ($data);
43 array_walk ($data, 'echo_kv');
/PHP-5.5/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt53 // int data
59 // float data
66 // array data
72 // null data
76 // boolean data
82 // empty data
86 // string data
92 // object data
96 // undefined data
99 // unset data
H A Dbug41445.phpt8 $data = <<<DATA
16 file_put_contents($file, $data);
21 $data = <<<DATA
29 file_put_contents($file, $data);
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation1.phpt37 // int data
43 // float data
50 // array data
57 // null data
61 // boolean data
67 // empty data
71 // object data
74 // undefined data
77 // unset data
80 //resource data
/PHP-5.5/ext/zlib/tests/
H A Dgzreadgzwrite.phpt19 $data = '';
21 $data .= $buf;
24 if ($data == $original) {
28 var_dump($data);
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation3.phpt14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
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_variation3.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
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_decrypt_variation3.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
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/dom/tests/
H A Ddomchardata.phpt22 $comment = new DOMComment('Testing character data and extending nodes');
27 $comment->data = 'Updated comment';
29 echo "New Comment Data: ".$comment->data."\n";
41 echo "Comment Value: ".$comment->data."\n";
42 $comment->data = 'some more instructions';
43 echo "New Comment Value: ".$comment->data."\n";
51 echo "Updated Comment Value: ".$comment->data."\n";
/PHP-5.5/Zend/tests/generators/
H A Dsend_returns_current.phpt7 $data = yield;
9 $data = (yield strrev($data));
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60817.phpt2 Bug #60817: stream_get_line() reads from stream even when there is already sufficient data buffered
5 class TestStream { //data, empty data, empty data + eof
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt34 // int data
40 // float data
47 // array data
54 // null data
58 // boolean data
64 // empty data
68 // object data
71 // undefined data
74 // unset data

Completed in 47 milliseconds

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