Home
last modified time | relevance | path

Searched refs:data (Results 1926 – 1950 of 2082) sorted by relevance

1...<<71727374757677787980>>...84

/PHP-5.4/main/
H A Dmain.c1392 static void php_message_handler_for_zend(long message, const void *data TSRMLS_DC) in php_message_handler_for_zend()
1396 …ng '%s' for inclusion (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(incl… in php_message_handler_for_zend()
1399 …opening required '%s' (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(incl… in php_message_handler_for_zend()
1402 …TSRMLS_CC, E_WARNING, "Failed opening '%s' for highlighting", php_strip_url_passwd((char *) data)); in php_message_handler_for_zend()
1411 zend_leak_info *t = (zend_leak_info *) data; in php_message_handler_for_zend()
1421 unsigned long leak_count = (zend_uintptr_t) data; in php_message_handler_for_zend()
1438 … snprintf(memory_leak_buf, 512, "=== Total %d memory leaks detected ===\n", *((zend_uint *) data)); in php_message_handler_for_zend()
H A Dphp_output.h94 char *data; member
/PHP-5.4/ext/standard/tests/strings/
H A Dstrstr.phpt70 echo "\n*** Testing Miscelleneous input data ***\n";
327 *** Testing Miscelleneous input data ***
H A Dstr_pad_variation4.phpt43 // string data
/PHP-5.4/ext/standard/tests/array/
H A Darray_walk_recursive_variation6.phpt21 * $user_data - data to be added to 'value'
H A Dkrsort_variation5.phpt11 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dksort_variation5.phpt11 * Description: Sort an array by key, maintaining key to data correlation
H A Dkrsort_object.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dksort_object.phpt6 * Description: Sort an array by key, maintaining key to data correlation.
/PHP-5.4/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation1.phpt11 /* Prototype: int file_put_contents( string $filename, mixed $data[,int $flags[, resource $context]…
H A Dfscanf_variation53.phpt38 //writing data to the file
H A Dftruncate_variation3.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation3-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation5-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation5.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt38 // Load data infile not allowed
/PHP-5.4/ext/pcre/pcrelib/
H A DLICENCE9 directory, is distributed under the same terms as the software itself. The data
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c1297 RETURN_STRING((mysql->mysql->data->host_info) ? mysql->mysql->data->host_info : "", 1);
1813 MYSQLND_ERROR_INFO error_info = *mysql->mysql->data->error_info;
1824 *mysql->mysql->data->error_info = error_info;
1944 char *data; local
1948 …S_CC, getThis(), "Ols", &mysql_stmt, mysqli_stmt_class_entry, &param_nr, &data, &data_len) == FAIL…
1957 if (mysql_stmt_send_long_data(stmt->stmt, param_nr, data, data_len)) {
H A Dmysqli_fe.c297 ZEND_ARG_INFO(0, data)
302 ZEND_ARG_INFO(0, data)
H A Dphp_mysqli_structs.h217 extern void php_mysqli_dtor_p_elements(void *data);
/PHP-5.4/sapi/caudium/
H A Dcaudium.c73 for(COUNT=0;COUNT < md->data->hashsize; COUNT++ ) \
74 for(KEY=md->data->hash[COUNT];KEY;KEY=KEY->next)
/PHP-5.4/ext/oci8/tests/
H A Dbug41069.phpt2 Bug #41069 (Oracle crash with certain data over a DB-link when prefetch memory limit used - Oracle …
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_geom.phpt115 printf("[%04d] PS and non-PS return different data.\n", $offset + 16);
H A Dmysqli_stmt_get_result_geom.phpt106 printf("[%04d] PS and non-PS return different data.\n", $offset + 17);
H A Dmysqli_stmt_num_rows.phpt59 …// slightly different behaviour... - if you really check the data types and don't rely on casting …

Completed in 66 milliseconds

1...<<71727374757677787980>>...84