Home
last modified time | relevance | path

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

12345678910>>...86

/PHP-5.5/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-5.5/sapi/fpm/fpm/
H A Dfpm_trace_pread.c58 int fpm_trace_get_long(long addr, long *data) /* {{{ */ in fpm_trace_get_long() argument
60 if (sizeof(*data) != pread(mem_file, (void *) data, sizeof(*data), (uintptr_t) addr)) { in fpm_trace_get_long()
/PHP-5.5/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-5.5/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 …]
H A Dstream_rfc2397_006.phpt9 "data:;base64,\0Zm9vYmFyIGZvb2Jhcg==",
10 "data:;base64,Zm9vYmFy\0IGZvb2Jhcg==",
11 'data:;base64,#Zm9vYmFyIGZvb2Jhcg==',
12 'data:;base64,#Zm9vYmFyIGZvb2Jhc=',
31 Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhc=): failed to open stream: rfc2397: unabl…
/PHP-5.5/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-5.5/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 …]
/PHP-5.5/ext/standard/tests/array/
H A Dcount_variation2.phpt2 Test count() function : usage variations - Pass different data types as $mode arg
11 * Pass different data types as $mode argument to count() to test behaviour
42 // int data
48 // float data
55 // null data
59 // boolean data
65 // empty data
69 // string data
74 // object data
77 // undefined data
[all …]
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-5.5/ext/dba/
H A Ddba_db3.c49 gkey.data = (char *) key; gkey.size = keylen
95 dba_db3_data *data; in DBA_OPEN_FUNC() local
97 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
98 data->dbp = dbp; in DBA_OPEN_FUNC()
99 data->cursor = NULL; in DBA_OPEN_FUNC()
100 info->dbf = data; in DBA_OPEN_FUNC()
133 new = estrndup(gval.data, gval.size); in DBA_FETCH_FUNC()
145 gval.data = (char *) val; in DBA_UPDATE_FUNC()
203 if (gkey.data) { in DBA_NEXTKEY_FUNC()
204 nkey = estrndup(gkey.data, gkey.size); in DBA_NEXTKEY_FUNC()
/PHP-5.5/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-5.5/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-5.5/tests/basic/
H A Drfc1867_missing_boundary.phpt8 Content-Type: multipart/form-data
10 Content-Disposition: form-data; name="foobar"
20 Warning: Missing boundary in multipart/form-data POST data in %s
/PHP-5.5/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_save_path_error.phpt42 // Integer data
48 // Float data
55 // Null data
59 // Boolean data
69 // Invalid string data
74 // Object data
77 // Undefined data
80 // 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-5.5/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-5.5/ext/standard/tests/math/
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
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 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 Dmt_srand_variation1.phpt2 Test mt_srand() function : usage variations - different data types as $seed 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

Completed in 59 milliseconds

12345678910>>...86