| /PHP_5_5/ext/phar/ |
| H A D | shortarc.php | 135 $info = self::_unpack($m); variable 136 $f = $info['c']; 175 foreach ($info['m'] as $path => $file) { 215 $info = unpack('V', substr($m, 0, 4)); variable 224 for ($i = 0; $i < $info[1]; $i++) {
|
| /PHP_5_5/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 721 $info = $this->aggregator->coverageInfo($this->path); 722 return $info[0]; 1476 foreach ($results as $line => $info) { 1477 if ($info > 0) { 1586 $info = $this->aggregator->coverageInfoByTest($this->path, $this->testname); 1587 return $info[0]; 718 $info = $this->aggregator->coverageInfo($this->path); variable 1583 $info = $this->aggregator->coverageInfoByTest($this->path, $this->testname); variable
|
| /PHP_5_5/ext/soap/interop/ |
| H A D | client_round2_interop.php | 233 // retreive the results and put them into the endpoint info 240 // store the info 665 // retreive the results and put them into the endpoint info 709 $info = split(':', $method); variable 711 foreach ($info as $m) {
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gdxpm.c | 20 XpmInfo info; local 30 ret = XpmReadFileToXpmImage(filename, &image, &info); 131 XpmFreeXpmInfo(&info);
|
| /PHP_5_5/ext/intl/idn/ |
| H A D | idn.c | 144 UIDNAInfo info = UIDNA_INFO_INITIALIZER; local 156 buffer, buffer_capac, &info, &status); 159 buffer, buffer_capac, &info, &status); 173 if (info.errors == 0) { 192 sizeof("isTransitionalDifferent"), info.isTransitionalDifferent); 193 add_assoc_long_ex(idna_info, "errors", sizeof("errors"), (long)info.errors);
|
| /PHP_5_5/TSRM/ |
| H A D | tsrm_win32.h | 55 HANDLE info; member in struct:__anon7
|
| /PHP_5_5/ext/com_dotnet/ |
| H A D | com_com.c | 27 #include "ext/standard/info.h" 48 COSERVERINFO info; local 124 * a moniker, fill in the relevant info */ 126 info.dwReserved1 = 0; 127 info.dwReserved2 = 0; 128 info.pwszName = php_com_string_to_olestring(server_name, server_name_len, obj->code_page TSRMLS_CC); 150 info.pAuthInfo = &authinfo; 152 info.pAuthInfo = NULL; 165 /* fill in the remote server info. 172 bopt.pServerInfo = &info; [all...] |
| H A D | com_typeinfo.c | 28 #include "ext/standard/info.h" 73 ITypeInfo *info = NULL; local 77 SUCCEEDED(hr = IDispatch_GetTypeInfo(disp, 0, LANG_NEUTRAL, &info))) { 78 hr = ITypeInfo_GetContainingTypeLib(info, &TL, &idx); 81 if (info) { 82 ITypeInfo_Release(info);
|
| /PHP_5_5/ext/dba/ |
| H A D | php_dba.h | 87 char* (*info)(struct dba_handler *hnd, dba_info * TSRMLS_DC); member in struct:dba_handler 88 /* dba_info==NULL: Handler info, dba_info!=NULL: Database info */ 94 int dba_open_##x(dba_info *info, char **error TSRMLS_DC) 96 void dba_close_##x(dba_info *info TSRMLS_DC) 98 char *dba_fetch_##x(dba_info *info, char *key, int keylen, int skip, int *newlen TSRMLS_DC) 100 int dba_update_##x(dba_info *info, char *key, int keylen, char *val, int vallen, int mode TSRMLS_DC) 102 int dba_exists_##x(dba_info *info, char *key, int keylen TSRMLS_DC) 104 int dba_delete_##x(dba_info *info, char *key, int keylen TSRMLS_DC) 106 char *dba_firstkey_##x(dba_info *info, in [all...] |
| H A D | dba.c | 38 #include "ext/standard/info.h" 197 dba_info *info = NULL; \ 274 #define DBA_FETCH_RESOURCE(info, id) \ 275 ZEND_FETCH_RESOURCE2(info, dba_info *, id, -1, "DBA identifier", le_db, le_pdb); 277 #define DBA_ID_GET2 DBA_ID_PARS; DBA_GET2; DBA_FETCH_RESOURCE(info, &id) 278 #define DBA_ID_GET2_3 DBA_ID_PARS; DBA_GET2_3; DBA_FETCH_RESOURCE(info, &id) 295 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \ 379 dba_info *info; 431 dba_info *info = (dba_info *)rsrc->ptr; local 447 dba_info *info = (dba_info *)rsrc->ptr; local 543 dba_info *info = NULL; local 579 dba_info *info; local 606 dba_info *info, *other; local 960 dba_info *info = NULL; local 1065 dba_info *info = NULL; local 1089 dba_info *info = NULL; local 1148 dba_info *info = NULL; local 1171 dba_info *info = NULL; local 1216 dba_info *info; local [all...] |
| /PHP_5_5/ext/interbase/ |
| H A D | interbase.c | 715 /* {{{ startup, shutdown and info functions */ 964 static char info[] = { isc_info_base_level, isc_info_end }; local 975 if (!isc_database_info(status, &ib_link->handle, sizeof(info), info, sizeof(result), result)) {
|
| /PHP_5_5/ext/mbstring/ |
| H A D | mb_gpc.c | 36 #include "ext/standard/info.h" 61 php_mb_encoding_handler_info_t info; local 153 info.data_type = arg; 154 info.separator = separator; 155 info.report_errors = 0; 156 info.to_encoding = MBSTRG(internal_encoding); 157 info.to_language = MBSTRG(language); 158 info.from_encodings = MBSTRG(http_input_list); 159 info.num_from_encodings = MBSTRG(http_input_list_size); 160 info 195 _php_mb_encoding_handler_ex(const php_mb_encoding_handler_info_t *info, zval *arg, char *res TSRMLS_DC) argument 366 php_mb_encoding_handler_info_t info; local [all...] |
| /PHP_5_5/ext/mysqli/ |
| H A D | php_mysqli_structs.h | 135 void *info; /* additional buffer */ member in struct:__anon126
|
| H A D | mysqli_api.c | 32 #include "ext/standard/info.h" 1344 Get MySQL client info */ 1347 const char * info = mysql_get_client_info(); local 1348 if (info) { 1349 RETURN_STRING(info, 1); 1355 Get MySQL client info */ 1363 Get MySQL host info */ 1397 Get MySQL server info */ 1402 const char *info; local 1409 info 1438 const char *info; local [all...] |
| /PHP_5_5/ext/pdo/ |
| H A D | pdo_dbh.c | 31 #include "ext/standard/info.h" 77 zval *ex, *info; local 86 MAKE_STD_ZVAL(info); 87 array_init(info); 89 add_next_index_string(info, *pdo_err, 1); 90 add_next_index_long(info, 0); 92 zend_update_property(pdo_ex, ex, "errorInfo", sizeof("errorInfo")-1, info TSRMLS_CC); 93 zval_ptr_dtor(&info); 111 zval *info = NULL; local 128 MAKE_STD_ZVAL(info); 1319 zend_internal_function_info *info = (zend_internal_function_info*)funcs->arg_info; local [all...] |
| H A D | pdo_sqlstate.c | 27 #include "ext/standard/info.h" 315 const struct pdo_sqlstate_info *info; local 323 info = &err_initializer[i]; 325 zend_hash_add(&err_hash, info->state, sizeof(info->state), &info, sizeof(info), NULL); 333 const struct pdo_sqlstate_info **info; local 335 (void**)&info)) { 336 return (*info) [all...] |
| /PHP_5_5/ext/pdo_firebird/ |
| H A D | firebird_driver.c | 32 #include "ext/standard/info.h" 147 static char const info[] = { isc_info_sql_stmt_type }; local 171 if (isc_dsql_sql_info(H->isc_status, &s, sizeof(info), const_cast(info), sizeof(result), 536 /* callback to used to report database server info */ 607 static int pdo_firebird_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) /* {{{ */ 615 add_next_index_long(info, sqlcode); 621 add_next_index_string(info, buf, 1); 623 add_next_index_long(info, -999); 624 add_next_index_string(info, const_cas [all...] |
| /PHP_5_5/ext/spl/ |
| H A D | spl_observer.c | 28 #include "ext/standard/info.h" 944 ZEND_ARG_INFO(0, info) 1044 /* {{{ proto void attachIterator(Iterator iterator[, mixed info]) throws InvalidArgumentException 1049 zval *iterator = NULL, *info = NULL; local 1051 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|z!", &iterator, zend_ce_iterator, &info) == FAILURE) { 1057 if (info != NULL) { 1061 if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) { 1068 is_identical_function(&compare_result, info, element->inf TSRMLS_CC); 1077 spl_object_storage_attach(intern, getThis(), iterator, info TSRMLS_C [all...] |
| /PHP_5_5/ext/xml/ |
| H A D | php_xml.h | 79 zval *info; member in struct:__anon268
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_loaddata.c | 32 MYSQLND_INFILE_INFO *info; local 37 info = ((MYSQLND_INFILE_INFO *)mnd_ecalloc(1, sizeof(MYSQLND_INFILE_INFO))); 38 if (!info) { 42 *ptr = info; 47 strcpy(info->error_msg, "open_basedir restriction in effect. Unable to open file"); 48 info->error_no = CR_UNKNOWN_ERROR; 53 info->filename = filename; 54 info->fd = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); 56 if (info->fd == NULL) { 57 snprintf((char *)info 71 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; local 92 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; local 113 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; local 164 void *info = NULL; local [all...] |
| /PHP_5_5/main/ |
| H A D | php_network.h | 222 char info[126]; member in struct:__anon7
|
| /PHP_5_5/Zend/ |
| H A D | zend_closures.c | 353 char *name, *info; local 364 info_len = zend_spprintf(&info, 0, "%s", 366 add_assoc_stringl_ex(val, name, name_len + 1, info, info_len, 0);
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | readcdf.c | 48 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, argument 60 cdf_print_property_name(buf, sizeof(buf), info[i].pi_id); 61 switch (info[i].pi_type) { 66 info[i].pi_s16) == -1) 71 info[i].pi_s32) == -1) 76 info[i].pi_u32) == -1) 81 info[i].pi_f) == -1) 86 info[i].pi_d) == -1) 91 len = info[i].pi_str.s_len; 96 if (info[ 178 cdf_property_info_t *info; local 225 cdf_info_t info; local [all...] |
| /PHP_5_5/ext/opcache/ |
| H A D | shared_alloc_win32.c | 132 MEMORY_BASIC_INFORMATION info; local 151 if (VirtualQuery(wanted_mapping_base, &info, sizeof(info)) == 0 || 152 info.State != MEM_FREE || 153 info.RegionSize < requested_size) { 183 desired. Not done yet, @zend refused but did not remember the exact reason, pls add info here if one of you know why :)
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_sockets.c | 401 struct tcp_info info; local 402 socklen_t len = sizeof(info); 404 if (0 > getsockopt(sock, IPPROTO_TCP, TCP_INFO, &info, &len)) { 410 if (info.tcpi_sacked == 0) { 415 *cur_lq = info.tcpi_unacked; 419 *max_lq = info.tcpi_sacked;
|