Home
last modified time | relevance | path

Searched refs:idx (Results 51 – 75 of 75) sorted by relevance

123

/PHP-5.5/Zend/
H A Dzend_execute_API.c1540 #define DISPLAY_ABSTRACT_FN(idx) \ argument
1541 ai.afn[idx] ? ZEND_FN_SCOPE_NAME(ai.afn[idx]) : "", \
1542 ai.afn[idx] ? "::" : "", \
1543 ai.afn[idx] ? ai.afn[idx]->common.function_name : "", \
1544 …ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :…
H A Dzend_compile.c3309 zend_uint idx = i; in zend_get_function_declaration() local
3313 *(offset++) = (char) (idx % 10) + '0'; in zend_get_function_declaration()
3314 idx /= 10; in zend_get_function_declaration()
3315 } while (idx > 0); in zend_get_function_declaration()
3324 zend_uint idx = i; in zend_get_function_declaration() local
3328 ++idx; in zend_get_function_declaration()
3331 && op->op1.num == (long)idx) in zend_get_function_declaration()
H A Dzend_API.c4023 ulong idx; in zend_resolve_method_name() local
4025 …if (zend_hash_get_current_key_ex(function_table, &name, &len, &idx, 0, &iterator) != HASH_KEY_IS_S… in zend_resolve_method_name()
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c64 int idx; member
152 filelist[j].idx = i; in zip_close()
165 i = filelist[j].idx; in zip_close()
/PHP-5.5/ext/gd/libgd/
H A Dgd_png.c395 register png_byte idx = row_pointers[h][w]; in gdImageCreateFromPngCtx() local
396 im->pixels[h][w] = idx; in gdImageCreateFromPngCtx()
397 open[idx] = 0; in gdImageCreateFromPngCtx()
/PHP-5.5/
H A Dserver-tests.php133 foreach($w1 as $idx => $val) $w2[sprintf("%03d<",$idx)] = sprintf("%03d- ", $idx+1).$val;
134 foreach($o1 as $idx => $val) $o2[sprintf("%03d>",$idx)] = sprintf("%03d+ ", $idx+1).$val;
/PHP-5.5/ext/intl/tests/
H A Dut_common.inc405 function ut_resourcebundle_get($bundle, $idx )
407 return $GLOBALS['oo-mode'] ? $bundle->get($idx):resourcebundle_get($bundle, $idx);
/PHP-5.5/sapi/milter/
H A Dphp_milter.c674 long idx; in PHP_FUNCTION() local
680 } else if (zend_parse_parameters(3 TSRMLS_CC, "sls", &f, &len, &idx, &v, &len) == SUCCESS) { in PHP_FUNCTION()
681 if (smfi_chgheader(MG(ctx), f, idx, v) == MI_SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c856 int flags, idx, old_arg_count = 0; in do_fetch() local
1043 for (idx = 0; i < stmt->column_count; i++, idx++) { in do_fetch()
1127 if ((flags & PDO_FETCH_SERIALIZE) == 0 || idx) { in do_fetch()
1161 stmt->fetch.func.values[idx] = val; in do_fetch()
1162 stmt->fetch.cls.fci.params[idx] = &stmt->fetch.func.values[idx]; in do_fetch()
1196 stmt->fetch.func.fci.param_count = idx; in do_fetch()
1210 while(idx--) { in do_fetch()
1211 zval_ptr_dtor(&stmt->fetch.func.values[idx]); in do_fetch()
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt109 $stmt->bindParam(':id', $idx);
113 foreach($objs as $idx => $obj)
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c2025 size_t idx; in magiccheck() local
2034 for (idx = 0; m->str_range == 0 || idx < m->str_range; idx++) { in magiccheck()
2035 if (slen + idx > ms->search.s_len) in magiccheck()
2038 v = file_strncmp(m->value.s, ms->search.s + idx, slen, m->str_flags); in magiccheck()
2040 ms->search.offset += idx; in magiccheck()
H A Dapprentice.c364 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist() argument
371 ml->map = idx == 0 ? map : NULL; in add_mlist()
372 ml->magic = map->magic[idx]; in add_mlist()
373 ml->nmagic = map->nmagic[idx]; in add_mlist()
/PHP-5.5/ext/hash/
H A Dhash.c601 ulong idx; in PHP_FUNCTION() local
605 …(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, &str_len, &idx, 0, &pos)) != HASH_… in PHP_FUNCTION()
1045 ulong idx; in PHP_MINFO_FUNCTION() local
1049 …(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, NULL, &idx, 0, &pos)) != HASH_KEY_… in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_directory.c931 int path_len, idx; in SPL_METHOD() local
951 idx = p - fname; in SPL_METHOD()
952 RETVAL_STRINGL(fname + idx + 1, flen - idx - 1, 1); in SPL_METHOD()
972 int idx; in SPL_METHOD() local
982 idx = p - fname; in SPL_METHOD()
983 RETVAL_STRINGL(fname + idx + 1, flen - idx - 1, 1); in SPL_METHOD()
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c257 int idx; in PHP_FUNCTION() local
259 if (SUCCEEDED(ITypeInfo_GetContainingTypeLib(obj->typeinfo, &TL, &idx))) { in PHP_FUNCTION()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c782 ulong idx; in PHP_FUNCTION() local
794 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, N… in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dstring.c1593 int idx; local
1602 idx = p - ret;
1603 add_assoc_stringl(tmp, "extension", ret + idx + 1, ret_len - idx - 1, 1);
1609 int idx; local
1618 idx = p ? (p - ret) : ret_len;
1619 add_assoc_stringl(tmp, "filename", ret, idx, 1);
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c570 ulong idx; in cgi_php_import_environment_variables() local
603 … zend_hash_get_current_key_ex(request->env, &var, &var_len, &idx, 0, &pos) == HASH_KEY_IS_STRING && in cgi_php_import_environment_variables()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21660 for(idx=0; idx<ArraySize(fmtinfo); idx++){
21770 for(idx=precision-length; idx>0; idx--){
21804 for(idx=precision&0xfff, rounder=0.5; idx>0; idx--, rounder*=0.1){}
59056 assert( idx>=0 && idx<pPage->nCell );
61279 assert( idx>=0 && idx<=15 );
61306 assert( idx>=1 && idx<=15 );
68168 idx += getVarint32(aKey+idx, notUsed);
70498 if( idx<0 || idx>=p->nScan ) return 1;
70680 assert( idx>0 && idx<=p->nVar );
72899 REGISTER_TRACE(p1+idx, &aMem[p1+idx]);
[all …]
H A Dsqlite3.h7687 int idx, /* Index of loop to report on */
/PHP-5.5/ext/dom/
H A Dnode.c1827 ulong idx; in dom_canonicalization() local
1831 &prefix, &prefix_key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) { in dom_canonicalization()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c480 ulong idx; in master_to_xml_int() local
488 …zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH… in master_to_xml_int()
3239 ulong idx; in to_xml_any() local
3247 …zend_hash_get_current_key_ex(Z_ARRVAL_P(data), &name, &name_len, &idx, 0, &pos) == HASH_KEY_IS_STR… in to_xml_any()
H A Dphp_sdl.c3381 ulong idx; in get_sdl() local
3388 zend_hash_get_current_key_ex(SOAP_GLOBAL(mem_cache), &key, &key_len, &idx, 0, &pos); in get_sdl()
/PHP-5.5/ext/exif/
H A Dexif.c1948 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() local
2005 add_index_string(tmpi, idx++, val, 1); in add_assoc_image_info()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch108 ml->map = idx == 0 ? map : NULL;

Completed in 645 milliseconds

123