Home
last modified time | relevance | path

Searched refs:info (Results 201 – 225 of 249) sorted by relevance

12345678910

/PHP-5.3/ext/phar/
H A Dphar_object.c211 fp = phar_get_efp(info, 1 TSRMLS_CC); in phar_file_action()
215 if (!phar_open_jit(phar, info, &error TSRMLS_CC)) { in phar_file_action()
222 fp = phar_get_efp(info, 1 TSRMLS_CC); in phar_file_action()
225 phar_seek_efp(info, 0, SEEK_SET, 0, 1 TSRMLS_CC); in phar_file_action()
228 got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); in phar_file_action()
232 if (position == (off_t) info->uncompressed_filesize) { in phar_file_action()
350 phar_entry_info *info; in phar_do_404() local
353 info = phar_get_entry_info(phar, f404, f404_len, NULL, 1 TSRMLS_CC); in phar_do_404()
355 if (info) { in phar_do_404()
571 phar_entry_info *info = NULL; local
[all …]
/PHP-5.3/ext/mysqli/
H A Dmysqli_warning.c303 mysqli_resource->ptr = mysqli_resource->info = (void *)w; in PHP_METHOD()
H A Dmysqli_nonapi.c856 mysqli_resource->ptr = mysqli_resource->info = (void *)w;
881 mysqli_resource->ptr = mysqli_resource->info = (void *)w;
H A Dmysqli_api.c1349 const char *info; local
1356 info = mysql_info(mysql->mysql);
1357 RETURN_STRING((info) ? (char *)info : "", 1);
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt2 mysqli_stmt_get_result() - meta data, field info
H A Dmysqli_explain_metadata.phpt55 printf("[006] Unexpected field '%s', dumping info\n");
H A Dmysqli_real_connect.phpt198 ["info"]=>
H A Dmysqli_debug_mysqlnd_control_string.phpt221 print "libmysql/DBUG package prints some debug info here.";
/PHP-5.3/ext/soap/interop/
H A Dclient_round2_interop.php709 $info = split(':', $method);
711 foreach ($info as $m) {
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c105 static int pdo_pgsql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) /* {{… in pdo_pgsql_fetch_error_func()
111 add_next_index_long(info, einfo->errcode); in pdo_pgsql_fetch_error_func()
112 add_next_index_string(info, einfo->errmsg, 1); in pdo_pgsql_fetch_error_func()
/PHP-5.3/ext/date/tests/
H A Ddate_parse_variation1.phpt6 * Description: Returns associative array with detailed info about given date.
/PHP-5.3/ext/pdo/
H A Dphp_pdo_driver.h269 typedef int (*pdo_dbh_fetch_error_func)(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC);
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A DMakefile.am4 libmbfl_filters_la_LDFLAGS=-version-info $(SHLIB_VERSION)
/PHP-5.3/ext/imap/tests/
H A Dimap_include.inc9 $users = array("webmaster", "info", "admin", "foo"); // tests require 4 valid userids
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1881 php_mb_encoding_handler_info_t info; in PHP_FUNCTION() local
1897 info.data_type = PARSE_STRING; in PHP_FUNCTION()
1898 info.separator = PG(arg_separator).input; in PHP_FUNCTION()
1899 info.force_register_globals = (track_vars_array == NULL); in PHP_FUNCTION()
1900 info.report_errors = 1; in PHP_FUNCTION()
1901 info.to_encoding = MBSTRG(current_internal_encoding); in PHP_FUNCTION()
1902 info.to_language = MBSTRG(language); in PHP_FUNCTION()
1903 info.from_encodings = MBSTRG(http_input_list); in PHP_FUNCTION()
1904 info.num_from_encodings = MBSTRG(http_input_list_size); in PHP_FUNCTION()
1905 info.from_language = MBSTRG(language); in PHP_FUNCTION()
[all …]
/PHP-5.3/main/streams/
H A Dplain_wrapper.c741 SYSTEM_INFO info; in php_stdiop_set_option() local
744 GetSystemInfo(&info); in php_stdiop_set_option()
745 gran = info.dwAllocationGranularity; in php_stdiop_set_option()
/PHP-5.3/
H A D.gitignore85 php_lcov.info
H A DREADME.UNIX-BUILD-SYSTEM115 General info
H A DREADME.TESTING2115 PATH_INFO=/path/info
H A DREADME.PARAMETER_PARSING_API46 f - function or array containing php method call info (returned as
/PHP-5.3/ext/interbase/
H A Dinterbase.c964 static char info[] = { isc_info_base_level, isc_info_end }; in _php_ibase_connect() local
975 if (!isc_database_info(status, &ib_link->handle, sizeof(info), info, sizeof(result), result)) { in _php_ibase_connect()
/PHP-5.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt21 // -may have to specify connection info in connection string without using a DSN (DSN-less connec…
/PHP-5.3/ext/mbstring/oniguruma/
H A DREADME130 regversion.c version info function.
H A DHISTORY39 2007/01/09: [tune] select_opt_exact_info() didn't work for empty info.
40 ex. /.a/ make MAP info instead of EXACT info.
189 fix incomplete multibyte string in exact info.
1158 sub-anchor of optimization map info was wrong
1477 2003/03/05: [impl] use cache info in EFFECT_MEMORY case
1486 2003/03/04: [impl] add CALL-node info in optimize_node_left().
1683 char-class(\S, [^\s] etc...) optimize map-info was wrong.
1790 2002/03/02: [impl] add OpTime info to statistical data.
/PHP-5.3/ext/pcntl/
H A Dpcntl.c81 ZEND_ARG_INFO(1, info)
86 ZEND_ARG_INFO(1, info)

Completed in 109 milliseconds

12345678910