Home
last modified time | relevance | path

Searched refs:i (Results 401 – 425 of 1753) sorted by relevance

1...<<11121314151617181920>>...71

/PHP-5.5/ext/standard/tests/math/
H A Ddechex_basic.phpt20 for ($i = 0; $i < count($values); $i++) {
21 $res = dechex($values[$i]);
/PHP-5.5/ext/standard/tests/array/
H A Darray_sum.phpt8 $i = 0;
9 while ($i++ < 1000) {
10 $a[] = $i;
11 $b[] = (string)$i;
H A Darray_chunk_variation18.phpt7 for ($i = 0; $i < (sizeof($array) + 1); $i++) {
8 echo "[$i]\n";
9 var_dump (@array_chunk ($array, $i));
10 var_dump (@array_chunk ($array, $i, TRUE));
11 var_dump (@array_chunk ($array, $i, FALSE));
/PHP-5.5/ext/date/tests/
H A Dstrtotime_variation_scottish.phpt6 var_dump(date('H:i:s', strtotime('back of 7')));
7 var_dump(date('H:i:s', strtotime('front of 7')));
8 var_dump(date('H:i:s', strtotime('back of 19')));
9 var_dump(date('H:i:s', strtotime('front of 19')));
H A Ddate_modify-1.phpt9 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
15 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
17 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
20 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
22 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
/PHP-5.5/tests/lang/
H A D031.phpt13 while(list(,$i) = each($arrayInner)){
14 print "inloop $i for $o\n";
23 while(list(,$i) = each($arrayInner)){
24 print "inloop $i for $o\n";
34 while(list(,$i) = each($arrayInner)){
35 print "inloop $i for $o\n";
45 while(list(,$i) = each($placeholder)){
46 print "inloop $i for $o\n";
/PHP-5.5/ext/json/tests/
H A Dbug46944.phpt8 for ($i = 1; $i <= 16; $i++) {
9 $first = 0xf0|($i >> 2);
10 $second = 0x8f|($i & 3) << 4;
/PHP-5.5/ext/gd/tests/
H A Dlibgd00186.phpt21 for ($i=0; $i<10; $i++) {
22 imagesetpixel($im,$i,$i,IMG_COLOR_TILED);
/PHP-5.5/ext/hash/tests/
H A Dmhash_002.phpt33 for ($i=0; $i < $hc; $i++) {
34 $known_hash_al[mhash_get_hash_name($i)] = $i;
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug68594.phpt5 for ($i=4; $i<100; $i++) {
13 $m->ddd = str_repeat("A", $i);
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerMethod.php33 for($i = 1; $i <= $numberOfArguments; $i++) {
38 $testCase->setUp($this->method, $i, $d);
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c248 register int i; in php_nsapi_init_dynamic_symbols() local
258 for (i=0; nsapi_dlls[i]; i++) { in php_nsapi_init_dynamic_symbols()
404 register int i; in PHP_FUNCTION() local
414 for (i=0; i < rc->rq->headers->hsize; i++) { in PHP_FUNCTION()
428 register int i; in PHP_FUNCTION() local
438 for (i=0; i < rc->rq->srvhdrs->hsize; i++) { in PHP_FUNCTION()
667 for (i = 0; i < nsapi_reqpb_size; i++) { in sapi_nsapi_register_server_variables()
674 for (i=0; i < rc->rq->headers->hsize; i++) { in sapi_nsapi_register_server_variables()
698 for (i = 0; i < nsapi_vars_size; i++) { in sapi_nsapi_register_server_variables()
705 for (i = 0; i < nsapi_client_size; i++) { in sapi_nsapi_register_server_variables()
[all …]
/PHP-5.5/ext/interbase/
H A Dibase_query.c101 int i; in _php_ibase_free_xsqlda() local
108 for (i = 0; i < sqlda->sqld; i++, var++) { in _php_ibase_free_xsqlda()
211 for (i = *array_cnt = 0; i < sqlda->sqld; ++i) { in _php_ibase_alloc_array()
220 for (i = n = 0; i < sqlda->sqld; ++i) { in _php_ibase_alloc_array()
452 for (i = 0; i < dim_len; ++i) { in _php_ibase_bind_array()
642 for (i = 0; i < sqlda->sqld; ++i) { /* bound vars */ in _php_ibase_bind()
813 for (i = 0; i < sqlda->sqld; i++) { in _php_ibase_alloc_xsqlda()
875 for (i = 0; i < argc; ++i) { in _php_ibase_exec()
1442 for (i = 0; i < dim_len; ++i) { in _php_ibase_arr_zval()
1506 for (i = 0; i < ib_result->out_sqlda->sqld; ++i) { in _php_ibase_fetch_hash()
[all …]
/PHP-5.5/ext/pdo_oci/
H A Dconfig.w3219 for (i = 0; i < pdo_oci_dirs.length; i++) {
20 pdo_oci_lib_paths += pdo_oci_dirs[i] + "\\lib;";
21 pdo_oci_lib_paths += pdo_oci_dirs[i] + "\\lib\\msvc;";
22 pdo_oci_inc_paths += pdo_oci_dirs[i] + "\\include;";
/PHP-5.5/tests/lang/operators/
H A Doperator_identical_basic.phpt34 for ($i = 0; $i < count($toCompare); $i +=3) {
35 $typeToTest = $toCompare[$i];
36 $valid_compares = $toCompare[$i + 1];
37 $invalid_compares = $toCompare[$i + 2];
H A Doperator_notequals_basic.phpt34 for ($i = 0; $i < count($toCompare); $i +=3) {
35 $typeToTest = $toCompare[$i];
36 $valid_compares = $toCompare[$i + 1];
37 $invalid_compares = $toCompare[$i + 2];
H A Doperator_notidentical_basic.phpt34 for ($i = 0; $i < count($toCompare); $i +=3) {
35 $typeToTest = $toCompare[$i];
36 $valid_compares = $toCompare[$i + 1];
37 $invalid_compares = $toCompare[$i + 2];
/PHP-5.5/Zend/
H A Dzend_ptr_stack.c86 int i = stack->top; in zend_ptr_stack_apply() local
88 while (--i >= 0) { in zend_ptr_stack_apply()
89 func(stack->elements[i]); in zend_ptr_stack_apply()
98 int i = stack->top; in zend_ptr_stack_clean() local
100 while (--i >= 0) { in zend_ptr_stack_clean()
101 pefree(stack->elements[i], stack->persistent); in zend_ptr_stack_clean()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c38 int i; in free_sqlda() local
40 for (i = 0; i < sqlda->sqld; ++i) { in free_sqlda()
54 int result = 1, i; in firebird_stmt_dtor() local
63 for (i = 0; i < S->out_sqlda.sqld; ++i) { in firebird_stmt_dtor()
123 while (result[i] != isc_info_end && i < result_size) { in firebird_stmt_execute()
128 i += len + 3; in firebird_stmt_execute()
229 unsigned short i; in firebird_fetch_blob() local
244 for (i = 0; i < sizeof(bl_info); ) { in firebird_fetch_blob()
260 i += item_len+2; in firebird_fetch_blob()
474 int i; in firebird_stmt_param_hook() local
[all …]
/PHP-5.5/win32/build/
H A Dprojectgen.js10 for(i = 0; i < arr.length; i++) {
11 if (core.match(arr[i])) {
14 core += " " + arr[i];
44 for (i = 0; i < arr.length; i++) {
45 if (arr[i].length > 1) {
54 libpath = arr[i].substr(2, arr[i].lastIndexOf("\\") - 2);
121 for (i = 0; i < arr.length; i++) {
156 for (i = 0; i < defs.length; i++) {
158 cmds += "\ttype ..\\" + defs[i] + (i == 0 ? " > " : " >> ") + path + " \\\r\n";
587 for (i= 0; i < bcflags.length; i++) {
[all …]
/PHP-5.5/ext/recode/
H A Dconfig.m411 for i in $RECODE_LIST; do
12 if test -f $i/include/recode.h; then
13 RECODE_DIR=$i
17 if test -f $i/include/recode/recode.h; then
18 RECODE_DIR=$i
22 if test -f $i/recode/include/recode.h; then
23 RECODE_DIR=$i/recode
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c95 unsigned int i, j; in php_com_load_typelib() local
109 for (i = 0; i < SubKeys && TL == NULL; i++) { in php_com_load_typelib()
158 int i, j, interfaces; in php_com_import_typelib() local
173 for (i = 0; i < interfaces; i++) { in php_com_import_typelib()
335 int i; in php_com_locate_typeinfo() local
339 for (i = 0; i < attr->cImplTypes; i++) { in php_com_locate_typeinfo()
413 int i; in vt_to_string() local
414 for (i = 0; vt_names[i].name != NULL; i++) { in vt_to_string()
415 if (vt_names[i].vt == vt) in vt_to_string()
438 int i; in php_com_process_typeinfo() local
[all …]
/PHP-5.5/tests/output/
H A Dbug60768.phpt12 for($i = 0; $i < 10; $i++) {
13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time
/PHP-5.5/ext/intl/tests/
H A Dtimezone_createDefault_basic.phpt21 [rawOffset] => %i
22 [currentOffset] => %i
28 [rawOffset] => %i
29 [currentOffset] => %i
/PHP-5.5/Zend/tests/generators/finally/
H A Dthrow_yield.phpt6 for ($i = $f; $i <= $t; $i++) {
10 yield $i;

Completed in 89 milliseconds

1...<<11121314151617181920>>...71