Home
last modified time | relevance | path

Searched refs:data (Results 1726 – 1750 of 2082) sorted by relevance

1...<<61626364656667686970>>...84

/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt72 public function unserialize($data) {
73 printf("%s(%s)\n", __METHOD__, var_export($data, true));
H A Dbug46292.phpt25 return "any data from serialize()";
/PHP-5.4/ext/ftp/
H A Dftp.h76 databuf_t *data; /* Data connection for "nonblocking" transfers */ member
/PHP-5.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt6 * Description: Retrieves header/meta data from streams/file pointers
/PHP-5.4/ext/date/tests/
H A Ddate_sunset_variation7.phpt13 //Timezones with required data for date_sunrise
/PHP-5.4/ext/standard/tests/array/
H A Darray_uintersect_uassoc_error.phpt6 …all the other arguments. Keys are used to do more restrictive check. Both data and keys are compar…
H A Darray_uintersect_uassoc_variation6.phpt6 …all the other arguments. Keys are used to do more restrictive check. Both data and keys are compar…
/PHP-5.4/ext/standard/tests/file/
H A Dfpassthru_variation.phpt34 to get data */
H A Dfseek_ftell_rewind_basic2.phpt37 echo "\n-- File having data of type ". $file_content_type ." --\n";
49 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
76 -- File having data of type text_with_new_line --
270 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_basic2-win32.phpt38 echo "\n-- File having data of type ". $file_content_type ." --\n";
50 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
77 -- File having data of type text_with_new_line --
271 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation5.phpt34 echo "-- File having data of type ". $file_content_type ." --\n";
64 -- File having data of type text_with_new_line --
269 -- File having data of type alphanumeric --
H A Dfgetc_variation4.phpt29 $data = "fgetc\n test";
30 fwrite($file_handle, $data);
/PHP-5.4/ext/mysqli/
H A Dmysqli_priv.h62 extern void php_mysqli_dtor_p_elements(void *data);
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_new_query.phpt70 [022] LOAD DATA failed, [2000] Can't execute load data local init callback function
/PHP-5.4/ext/spl/
H A Dspl_iterators.h135 zval *data; member
H A Dspl_directory.c128 if (iterator->data != NULL) { in spl_filesystem_object_free_storage()
129 iterator->data = NULL; in spl_filesystem_object_free_storage()
1662 if (iterator->intern.data == NULL) { in spl_filesystem_dir_get_iterator()
1663 iterator->intern.data = object; in spl_filesystem_dir_get_iterator()
1680 if (iterator->intern.data) { in spl_filesystem_dir_it_dtor()
1706 *data = &iterator->current; in spl_filesystem_dir_it_current_data()
1752 if (iterator->intern.data) { in spl_filesystem_tree_it_dtor()
1775 *data = &iterator->current; in spl_filesystem_tree_it_current_data()
1782 *data = &iterator->current; in spl_filesystem_tree_it_current_data()
1784 *data = (zval**)&iterator->intern.data; in spl_filesystem_tree_it_current_data()
[all …]
/PHP-5.4/ext/curl/
H A Dphp_curl.h152 void _php_curl_multi_cleanup_list(void *data);
/PHP-5.4/
H A Drun-tests.php978 function mail_qa_team($data, $compression, $status = false) argument
996 $data = "php_test_data=" . urlencode(base64_encode(str_replace("\00", '[0x0]', $data)));
997 $data_length = strlen($data);
1013 fwrite($fs, $data);
1071 $data = '';
1108 $data .= "\n ** ERROR: process timed out **\n";
1110 return $data;
1117 $data .= $line;
1124 $data .= "\nTermsig=" . $stat['stopsig'];
1128 return $data;
H A DUPGRADING105 disabled, the POST data is not read (or processed); the behavior is similar
107 the raw POST data in multipart requests and reading/processing the POST data
197 by numeric type and makes the result include only the raw data of the
286 - The raw data parameter in openssl_encrypt() and openssl_decrypt() is now an
296 - openssl_csr_new() expects the textual data to be in UTF-8.
338 - gzencode() used with FORCE_DEFLATE now generates RFC1950 compliant data.
378 possibility of doing this constitutes a bug, since the data passed to
380 are many applications applying unserialize() to untrusted data, this
391 We note also that using unserialize() on any data that is not the result
/PHP-5.4/ext/ldap/
H A Dldap.c78 LDAPMessage *data; member
917 resultentry->data = entry; in PHP_FUNCTION()
939 if ((entry_next = ldap_next_entry(ld->link, resultentry->data)) == NULL) { in PHP_FUNCTION()
946 resultentry_next->data = entry_next; in PHP_FUNCTION()
1137 attribute = ldap_first_attribute(ld->link, resultentry->data, &ber); in PHP_FUNCTION()
1139 ldap_value = ldap_get_values_len(ld->link, resultentry->data, attribute); in PHP_FUNCTION()
1157 attribute = ldap_next_attribute(ld->link, resultentry->data, ber); in PHP_FUNCTION()
1221 text = ldap_get_dn(ld->link, resultentry->data); in PHP_FUNCTION()
2301 resultentry->data = entry; in PHP_FUNCTION()
2323 if ((entry_next = ldap_next_reference(ld->link, resultentry->data)) == NULL) { in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/phar/
H A Dphar_internal.h436 phar_entry_fp_info *data; in phar_set_fp_type() local
443 data = &(PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos]); in phar_set_fp_type()
444 data->fp_type = type; in phar_set_fp_type()
445 data->offset = offset; in phar_set_fp_type()
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c108 XMLRPC_SetValueBase64(xCurrent, buf.data, buf.offset); in xml_element_to_DANDARPC_REQUEST_worker()
231 simplestring_addn(&elem_val->text, buf.data, buf.offset ); in DANDARPC_to_xml_element_worker()
/PHP-5.4/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc3 // corrupted data
4 $data =
/PHP-5.4/ext/oci8/tests/
H A Dbind_sqltnum.phpt58 oci_fetch_all($s, $data);
59 var_dump($data);
H A Dlob_031.phpt2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data

Completed in 73 milliseconds

1...<<61626364656667686970>>...84