Home
last modified time | relevance | path

Searched refs:data (Results 226 – 250 of 2290) sorted by relevance

12345678910>>...92

/PHP-7.1/ext/standard/tests/filters/
H A Dfilter_errors.inc14 function filter_errors_test($filter, $data) {
16 echo "test filtering of buffered data\n";
20 fwrite($stream, b".\r\n$data");
26 echo "test filtering of non buffered data\n";
30 fwrite($stream, b"$data");
/PHP-7.1/ext/standard/tests/serialize/
H A D001.phpt59 $data = serialize($t);
60 echo "$data\n";
61 $t = unserialize($data);
65 $data = serialize($t);
66 echo "$data\n";
67 $t = unserialize($data);
73 $data = serialize($a);
74 echo "$data\n";
75 $a = unserialize($data);
/PHP-7.1/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt25 Access data of the file through the soft link
32 // Creating file and inserting data into it
45 // fill data into file
49 echo "\n-- Access data of the file through the soft link --\n";
65 echo "\n-- Updating file with data through soft link --\n";
66 // append link with data
87 echo "\n-- Updating file with data and check data through soft link --\n";
93 // now check link for data; it should echo "Hello World"
120 -- Access data of the file through the soft link --
129 -- Updating file with data through soft link --
[all …]
H A Dfile_put_contents_variation8.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
40 $res = file_put_contents($names_arr[$i], "Some data");
46 echo "Failed to write data to: $names_arr[$i]\n";
61 Failed to write data to:
65 Failed to write data to:
69 Failed to write data to:
75 Failed to write data to: �
81 Failed to write data to: Array
85 Failed to write data to: %sdir
[all …]
/PHP-7.1/ext/standard/tests/array/
H A Darray_slice_variation4.phpt2 Test array_slice() function : usage variations - Pass different data types as $preserve_keys arg
11 * Pass different data types as $preserve_keys argument to array_slice() to test behaviour
41 // int data
47 // float data
54 // null data
58 // boolean data
64 // empty data
69 // string data
74 // object data
77 // undefined data
[all …]
/PHP-7.1/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to headers arg
16 * Pass different data types to $str argument to see how iconv_mime_decode_headers() behaves
62 // int data
68 // float data
75 // null data
79 // boolean data
85 // empty data
89 // string data
94 // object data
97 // undefined data
[all …]
H A Diconv_strlen_variation1.phpt2 Test iconv_strlen() function : usage variations - Pass different data types as $str arg
16 * Test iconv_strlen by passing different data types as $str argument
47 // int data
54 // float data
62 // null data
67 // boolean data
74 // empty data
79 // string data
86 // object data
90 // undefined data
[all …]
/PHP-7.1/ext/mbstring/tests/
H A Dmb_substr_count_variation2.phpt2 Test mb_substr_count() function : usage variations - pass different data types as $needle arg
16 * Pass different data types as $needle to mb_substr_count() 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 …]
H A Dmb_ereg_variation2.phpt2 Test mb_ereg() function : usage variations - pass different data types to $string arg
16 * Test behaviour of mb_ereg() when passed different data types as $string arg
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-7.1/ext/standard/tests/strings/
H A Dchunk_split_variation1.phpt36 // int data
42 // float data
49 // array data
56 // null data
60 // boolean data
66 // empty data
70 // string data
74 // object data
77 // undefined data
80 // unset data
[all …]
H A Dsha1_variation1.phpt33 // int data
39 // float data
46 // array data
53 // null data
57 // boolean data
63 // empty data
67 // object data
70 // undefined data
73 // unset data
76 //resource data
H A Dvfprintf_variation20.phpt39 // int data
45 // float data
52 // array data
59 // null data
63 // boolean data
69 // empty data
73 // object data
76 // undefined data
79 // unset data
82 // resource data
H A Dvfprintf_variation21.phpt39 // int data
45 // float data
52 // null data
56 // boolean data
62 // empty data
66 // string data
70 // object data
73 // undefined data
76 // unset data
79 // resource data
H A Dvprintf_variation1.phpt39 // int data
45 // float data
52 // array data
59 // null data
63 // boolean data
69 // empty data
73 // object data
76 // undefined data
79 // unset data
82 // resource data
H A Dvprintf_variation2.phpt39 // int data
45 // float data
52 // null data
56 // boolean data
62 // empty data
66 // string data
70 // object data
73 // undefined data
76 // unset data
79 // resource data
H A Dvsprintf_variation1.phpt39 // int data
45 // float data
52 // array data
59 // null data
63 // boolean data
69 // empty data
73 // object data
76 // undefined data
79 // unset data
82 // resource data
/PHP-7.1/ext/xml/tests/
H A Dutf8_encode_variation1.phpt11 /* Prototype : proto string utf8_encode(string data)
35 // int data
41 // float data
48 // array data
55 // null data
59 // boolean data
65 // empty data
69 // object data
72 // undefined data
75 // unset data
[all …]
/PHP-7.1/ext/session/tests/
H A Dsession_cache_limiter_error.phpt38 // Integer data
44 // Float data
51 // Null data
55 // Boolean data
65 // Invalid string data
70 // Object data
73 // Undefined data
76 // Unset data
H A Dsession_id_error.phpt38 // Integer data
44 // Float data
51 // Null data
55 // Boolean data
65 // Invalid string data
70 // Object data
73 // Undefined data
76 // Unset data
H A Dsession_unset_error.phpt38 // Integer data
44 // Float data
51 // Null data
55 // Boolean data
65 // Invalid string data
70 // Object data
73 // Undefined data
76 // Unset data
/PHP-7.1/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-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_filter_output.h34 MBFLAPI extern int mbfl_filter_output_pipe(int c, void* data);
35 MBFLAPI extern int mbfl_filter_output_pipe_flush(void* data);
36 MBFLAPI extern int mbfl_filter_output_null(int c, void* data);
/PHP-7.1/Zend/
H A Dzend_llist.c48 memcpy(tmp->data, element, l->size); in zend_llist_add_element()
84 (l)->dtor((current)->data);\
111 l->dtor(current->data); in zend_llist_destroy()
145 l->dtor(old_tail->data); in zend_llist_remove_tail()
171 if (func(element->data)) { in zend_llist_apply_with_del()
184 func(element->data); in zend_llist_apply()
236 func(element->data, arg); in zend_llist_apply_with_argument()
266 return (*current)->data; in zend_llist_get_first_ex()
279 return (*current)->data; in zend_llist_get_last_ex()
293 return (*current)->data; in zend_llist_get_next_ex()
[all …]
/PHP-7.1/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt28 // int data
34 // float data
41 // array data
48 // null data
52 // boolean data
58 // empty data
62 // string data
66 // object data
69 // undefined data
72 // unset data
/PHP-7.1/ext/standard/tests/math/
H A Datan2_variation1.phpt2 Test atan2() function : usage variations - different data types as $y arg
33 // 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

Completed in 28 milliseconds

12345678910>>...92