Home
last modified time | relevance | path

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

12345678910>>...90

/PHP-7.0/ext/session/tests/
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.0/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 …]
H A Dbug25359.phpt8 global $data; // Remove this line to make array_multisort() work
10 $data = array('first', 'fifth', 'second', 'forth', 'third');
12 array_multisort($sort, $data);
14 var_dump($data);
/PHP-7.0/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.0/ext/standard/tests/file/
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 …]
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 …]
/PHP-7.0/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.0/ext/mbstring/tests/
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 …]
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 …]
/PHP-7.0/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 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
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 Dunpack_bug68225.phpt6 $data = pack('VV', 1, 2);
8 $result = unpack('Va/X' ,$data);
11 $result = unpack('Va/X4' ,$data);
14 $result = unpack('V1a/X4/V1b/V1c/X4/V1d', $data);
/PHP-7.0/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.0/ext/filter/tests/
H A D029.phpt13 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test")));
35 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test1")));
39 /* attempting to change data by reference */
44 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test2")));
48 /* unsetting data */
53 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test3")));
57 /* unset data and return value */
63 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test4")));
71 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test5")));
91 string(4) "data"
/PHP-7.0/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.0/ext/standard/tests/math/
H A Dlog_variation1.phpt2 Test log() function : usage variations - different data types as $arg 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 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
H A Datan2_variation2.phpt2 Test atan2() function : usage variations - different data types as $x 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 50 milliseconds

12345678910>>...90