Home
last modified time | relevance | path

Searched refs:data (Results 201 – 225 of 1673) sorted by relevance

12345678910>>...67

/PHP-8.0/ext/spl/tests/
H A Dpqueue_004.phpt24 ["data"]=>
31 ["data"]=>
38 ["data"]=>
45 ["data"]=>
H A Dunserialize_errors.phpt2 Errors from __unserialize() with invalid data
141 Incomplete or ill-typed serialization data
142 Incomplete or ill-typed serialization data
143 Incomplete or ill-typed serialization data
145 Incomplete or ill-typed serialization data
149 Incomplete or ill-typed serialization data
150 Incomplete or ill-typed serialization data
151 Incomplete or ill-typed serialization data
154 Incomplete or ill-typed serialization data
155 Incomplete or ill-typed serialization data
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c133 phpdbg_file_source *data; in phpdbg_list_file() local
147 if (lastline > data->lines) { in phpdbg_list_file()
148 lastline = data->lines; in phpdbg_list_file()
234 phpdbg_file_source data, *dataptr; in phpdbg_compile_file() local
251 data.buf = estrndup(bufptr, len); in phpdbg_compile_file()
252 data.len = len; in phpdbg_compile_file()
256 efree(data.buf); in phpdbg_compile_file()
260 data.buf[data.len] = '\0'; in phpdbg_compile_file()
261 data.line[0] = 0; in phpdbg_compile_file()
262 *(dataptr = emalloc(sizeof(phpdbg_file_source) + sizeof(uint32_t) * data.len)) = data; in phpdbg_compile_file()
[all …]
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c139 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
161 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
256 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
258 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
263 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
358 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
477 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
482 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
483 CK((*filter->output_function)(s2, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
548 CK((*filter->output_function)(s1, filter->data)); in mbfl_filt_conv_wchar_sjis_mac()
[all …]
/PHP-8.0/ext/filter/tests/
H A D033_run.inc4 function test($data) {
5 return strtoupper($data);
8 $data = array(
24 …foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>array("re…
26 … foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>"test"));
/PHP-8.0/ext/pgsql/tests/
H A Dbug37100_9.phpt2 Bug #37100 (data is returned truncated with BINARY CURSOR) (9.0+)
21 $data = pg_query("SELECT binfield FROM test_bug");
22 $res = pg_fetch_result($data,0);
28 $data = pg_query($sql);
29 $res = pg_fetch_result($data,0);
H A Dbug37100.phpt2 Bug #37100 (data is returned truncated with BINARY CURSOR)
22 $data = pg_query("SELECT binfield FROM test_bug");
23 $res = pg_fetch_result($data,0);
29 $data = pg_query($sql);
30 $res = pg_fetch_result($data,0);
/PHP-8.0/Zend/tests/
H A Dbug38779.phpt8 private $data;
10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
15 $ret = substr($this->data, $this->position, $count);
20 return $this->position >= strlen($this->data);
23 return array('size' => strlen($this->data));
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt7 $data = "openssl_encrypt() and openssl_decrypt() tests";
16 $encrypted = openssl_encrypt($data, $method, $password, 0, $iv);
19 $encrypted = openssl_encrypt($data, $method, $password, OPENSSL_RAW_DATA, $iv);
23 $padded_data = $data . str_repeat(' ', 16 - (strlen($data) % 16));
28 $encrypted = openssl_encrypt($data, "bf-ecb", $password, OPENSSL_DONT_ZERO_PAD_KEY);
34 openssl_encrypt($data, $method, $password, 0, $iv, $tag);
H A Dbug74159.phpt33 $data = '';
34 while (strlen($data) < 0xfffff) {
39 $data .= $buffer;
53 function streamWrite($stream, $data) : int {
54 return fwrite($stream, $data);
90 $data = str_repeat("a", 0xfffff);
93 while(!empty($data)) {
94 $written = streamWrite($fp, $data);
96 $data = substr($data, $written);
H A Dbug37820.phpt19 $data = "some custom data";
20 if (!openssl_sign($data, $signature, $priv_key_id, OPENSSL_ALGO_MD5)) {
24 $ok = openssl_verify($data, $signature, $pub_key_id, OPENSSL_ALGO_MD5);
/PHP-8.0/ext/standard/tests/math/
H A Ddechex_variation1_64bit.phpt2 Test dechex() function : usage variations - different data types as $number arg
31 // 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 Ddecoct_variation1.phpt2 Test decoct() function : usage variations - different data types as $num arg
32 // int data
40 // float data
47 // null data
51 // boolean data
57 // empty data
62 // string data
67 // object data
70 // undefined data
73 // unset data
H A Ddecbin_variation1.phpt2 Test decbin() function : usage variations - different data types as $num arg
31 // 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 Ddecbin_variation1_64bit.phpt2 Test decbin() function : usage variations - different data types as $number arg
31 // 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 Ddechex_variation1.phpt2 Test dechex() function : usage variations - different data types as $num arg
31 // 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 Ddecoct_variation1_64bit.phpt2 Test decoct() function : usage variations - different data types as $number arg
32 // int data
40 // float data
47 // null data
51 // boolean data
57 // empty data
62 // string data
67 // object data
70 // undefined data
73 // unset data
H A Dabs_variation.phpt2 Test abs() function : usage variations - different data types as $number arg
6 * Pass different data types as $number argument to abs() to test behaviour
34 // null data
38 // boolean data
44 // empty data
49 // string data
54 // object data
57 // undefined data
60 // unset data
/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt2 Test file_put_contents() function : usage variation - different data types to write
52 // int data
58 // float data
65 // array data
71 // null data
75 // boolean data
81 // empty data
85 // object data
89 // undefined data
92 // unset data
/PHP-8.0/ext/standard/tests/array/
H A Dnatcasesort_variation11.phpt6 * Pass arrays where the keys are different data types to test behaviour of natcasesort()
20 // arrays with keys as different data types to be passed as $array_arg
23 // int data
31 // float data
43 // null data
52 // boolean data
63 // empty data
72 // string data
79 // undefined data
84 // unset data
H A Darray_replace.phpt35 $data = array_replace($array1, $array2);
37 var_dump($data);
40 $data = array_replace_recursive($array1, $array2);
42 var_dump($data);
46 $data = array_replace_recursive($array3, $array4);
47 var_dump($data);
/PHP-8.0/ext/hash/tests/
H A Dhash_serialize_004.phpt37 Incomplete or ill-formed serialization data
38 Incomplete or ill-formed serialization data
39 Incomplete or ill-formed serialization data
41 Incomplete or ill-formed serialization data ("sha1" code -1)
42 Incomplete or ill-formed serialization data ("sha1" code -1024)
43 Incomplete or ill-formed serialization data ("sha1" code -1)
/PHP-8.0/Zend/
H A Dzend_llist.c46 memcpy(tmp->data, element, l->size); in zend_llist_add_element()
82 (l)->dtor((current)->data);\
109 l->dtor(current->data); in zend_llist_destroy()
143 l->dtor(old_tail->data); in zend_llist_remove_tail()
169 if (func(element->data)) { in zend_llist_apply_with_del()
182 func(element->data); in zend_llist_apply()
234 func(element->data, arg); in zend_llist_apply_with_argument()
264 return (*current)->data; in zend_llist_get_first_ex()
277 return (*current)->data; in zend_llist_get_last_ex()
291 return (*current)->data; in zend_llist_get_next_ex()
[all …]
/PHP-8.0/ext/standard/tests/class_object/
H A Dis_a_variation_001.phpt18 // int data
24 // float data
31 // array data
38 // null data
42 // boolean data
48 // empty data
52 // string data
56 // undefined data
59 // unset data
/PHP-8.0/ext/standard/tests/streams/
H A Dbug79467.phpt2 Bug #79467 (data:// wrappers are writable)
5 var_dump(file_put_contents('data://text/plain,cccc', 'data'));

Completed in 52 milliseconds

12345678910>>...67