Home
last modified time | relevance | path

Searched refs:data (Results 426 – 450 of 1673) sorted by relevance

1...<<11121314151617181920>>...67

/PHP-8.0/ext/standard/tests/file/
H A Dfputcsv_variation16.phpt5 $data = array(
10 foreach ($data as $record) {
H A Dfgets_socket_variation1.phpt27 echo "Write some data:\n";
37 echo "\n\nClose the server side socket and read the remaining data from the client\n";
48 Write some data:
61 Close the server side socket and read the remaining data from the client
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation15.phpt5 $data = array(
10 foreach ($data as $record) {
/PHP-8.0/Zend/tests/
H A Dbug34065.phpt5 $data = file(__FILE__);
7 foreach ($data as $line) {
H A Dbug77652.phpt8 $data = require __DIR__ . '/bug77652.inc';
9 print_r(class_implements($data['I']()));
H A Dbug21478.phpt8 $bucket->data = strtoupper($bucket->data);
10 $consumed += strlen($bucket->data);
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php11 public function __construct(string $data) {} argument
16 public function __construct(string $data = "") {} argument
120 public function appendXML(string $data) {} argument
143 public function appendData(string $data) {} argument
149 public function insertData(int $offset, string $data) {} argument
155 public function replaceData(int $offset, int $count, string $data) {} argument
264 public function createCDATASection(string $data) {} argument
267 public function createComment(string $data) {} argument
282 public function createProcessingInstruction(string $target, string $data = "") {} argument
285 public function createTextNode(string $data) {} argument
[all …]
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps.c75 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD()
133 if (!set->data) { in MYSQLND_METHOD()
140 set->data_cursor = set->data; in MYSQLND_METHOD()
167 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD()
235 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD()
248 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD()
277 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in mysqlnd_stmt_skip_metadata()
890 … if (Z_TYPE_P(data) == IS_STRING && (meta->fields[i].max_length < (zend_ulong) Z_STRLEN_P(data))){ in mysqlnd_stmt_fetch_row_unbuffered()
896 ZVAL_NULL(data); in mysqlnd_stmt_fetch_row_unbuffered()
1061 if (Z_TYPE_P(data) == IS_STRING && in mysqlnd_fetch_stmt_row_cursor()
[all …]
/PHP-8.0/ext/session/tests/
H A Drfc1867_sid_cookie.phpt24 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
26 Content-Disposition: form-data; name="PHPSESSID"
30 Content-Disposition: form-data; name="PHP_SESSION_UPLOAD_PROGRESS"
34 Content-Disposition: form-data; name="file1"; filename="file1.txt"
38 Content-Disposition: form-data; name="file2"; filename="file2.txt"
H A Drfc1867_sid_get.phpt22 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
24 Content-Disposition: form-data; name="PHPSESSID"
28 Content-Disposition: form-data; name="PHP_SESSION_UPLOAD_PROGRESS"
32 Content-Disposition: form-data; name="file1"; filename="file1.txt"
36 Content-Disposition: form-data; name="file2"; filename="file2.txt"
H A Drfc1867_sid_get_2.phpt24 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
26 Content-Disposition: form-data; name="PHPSESSID"
30 Content-Disposition: form-data; name="PHP_SESSION_UPLOAD_PROGRESS"
34 Content-Disposition: form-data; name="file1"; filename="file1.txt"
38 Content-Disposition: form-data; name="file2"; filename="file2.txt"
H A Drfc1867_sid_post.phpt20 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
22 Content-Disposition: form-data; name="PHPSESSID"
26 Content-Disposition: form-data; name="PHP_SESSION_UPLOAD_PROGRESS"
30 Content-Disposition: form-data; name="file1"; filename="file1.txt"
34 Content-Disposition: form-data; name="file2"; filename="file2.txt"
H A Dsave_handler.inc13 * Session data lock is mandatory. Lock must be exclusive. i.e. Block read also.
22 /* Open session data database */
36 /* Close session data database */
48 /* Read session data */
64 // for non-existing session data for the $id.
68 /* Write session data */
72 // NOTE: This function may unlock session data locked by read(). If write() is
73 // is not suitable place your handler to unlock. Unlock data at close().
100 // for non-existing session data for the $id.
163 /* Update session data access time stamp WITHOUT writing $session_data */
[all …]
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug71103.phpt17 …657223676574416e64436c65616e4f7574707574427566666572696e67405b416e6e6f745d5d5b.doctrinecache.data';
18 …23676574416e64436c65616e4f7574707574427566666572696e67405b416e6e6f745d5d5b315d.doctrinecache.data';
48 …c657223676574416e64436c65616e4f7574707574427566666572696e67405b416e6e6f745d5d5b.doctrinecache.data"
56 …223676574416e64436c65616e4f7574707574427566666572696e67405b416e6e6f745d5d5b315d.doctrinecache.data"
/PHP-8.0/ext/date/tests/
H A Ddate-lenient.phpt34 [8] => Trailing data
51 [8] => Trailing data
73 [8] => Trailing data
95 [8] => Trailing data
/PHP-8.0/win32/
H A Dioutil.c861 PBY_HANDLE_FILE_INFORMATION data; in php_win32_ioutil_fstat_int() local
865 data = !dp ? &d : dp; in php_win32_ioutil_fstat_int()
903 data->dwVolumeSerialNumber = 0; in php_win32_ioutil_fstat_int()
904 data->nNumberOfLinks = 1; in php_win32_ioutil_fstat_int()
905 data->nFileIndexHigh = 0; in php_win32_ioutil_fstat_int()
906 data->nFileIndexLow = 0; in php_win32_ioutil_fstat_int()
920 buf->st_ino = (((uint64_t)data->nFileIndexHigh) << 32) + data->nFileIndexLow; in php_win32_ioutil_fstat_int()
959 buf->st_nlink = data->nNumberOfLinks; in php_win32_ioutil_fstat_int()
960 t.HighPart = data->nFileSizeHigh; in php_win32_ioutil_fstat_int()
961 t.LowPart = data->nFileSizeLow; in php_win32_ioutil_fstat_int()
[all …]
/PHP-8.0/ext/standard/tests/image/
H A Dbug70096.phpt14 $data = "\x1C\x02x\x00\x0ATest image"
16 $content1 = iptcembed($data, $filename);
20 $content2 = iptcembed($data, $filename);
/PHP-8.0/ext/exif/tests/
H A Dbug64739.phpt2 Bug #64739 (Invalid Title and Author data returned)
15 echo 'Error, failed to read exif data';
27 echo 'Error, failed to read exif data';
/PHP-8.0/ext/standard/tests/streams/
H A Dbug64166_3.phpt6 function test_64166($data) {
12 fwrite($fd, $data);
24 fwrite($fd, $data);
H A Dbug74090.phpt20 $data = base64_decode("1oIBAAABAAAAAAAAB2V4YW1wbGUDb3JnAAABAAE=");
23 stream_socket_sendto($fd, $data);
25 stream_socket_sendto($server, $data, 0, $peer);
/PHP-8.0/ext/openssl/tests/
H A Dbug73478.phpt14 $data = openssl_pkey_get_details($opensslKeyResource);
16 printf("Private key:\n%s\n", base64_encode($data['dh']['priv_key']));
17 printf("Public key:\n%s\n", base64_encode($data['dh']['pub_key']));
/PHP-8.0/ext/simplexml/tests/
H A D005.phpt2 SimpleXML: Text data
16 Here we have some text data.
37 string(28) "Here we have some text data."
/PHP-8.0/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt13 function curl_header_callback($curl_handle, $data)
15 if (strtolower(substr($data,0, 4)) == 'http')
16 echo $data;
/PHP-8.0/tests/basic/
H A Drfc1867_boundary_1.phpt6 Content-Type: multipart/form-data; boundary="------------------------------------foobar"
8 Content-Disposition: form-data; name="foobar"
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_tl_jisx0201_jisx0208.c91 (*filt->output_function)(0x3000 + hankana2zenkana_table[n], filt->data); in mbfl_filt_tl_jisx0201_jisx0208()
120 (*filt->output_function)(0x3000 + hankana2zenhira_table[n], filt->data); in mbfl_filt_tl_jisx0201_jisx0208()
187 (filt->output_function)(0xff00 + zenkana2hankana_table[n][0], filt->data); in mbfl_filt_tl_jisx0201_jisx0208()
197 (filt->output_function)(0xff00 + zenkana2hankana_table[n][0], filt->data); in mbfl_filt_tl_jisx0201_jisx0208()
264 return (*filt->output_function)(s, filt->data); in mbfl_filt_tl_jisx0201_jisx0208()
277 ret = (*filt->output_function)(0x3000 + hankana2zenkana_table[n], filt->data); in mbfl_filt_tl_jisx0201_jisx0208_flush()
279 ret = (*filt->output_function)(0x3000 + hankana2zenhira_table[n], filt->data); in mbfl_filt_tl_jisx0201_jisx0208_flush()
285 return (*filt->flush_function)(filt->data); in mbfl_filt_tl_jisx0201_jisx0208_flush()

Completed in 98 milliseconds

1...<<11121314151617181920>>...67