Home
last modified time | relevance | path

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

1234567891011

/PHP-5.6/ext/sybase_ct/tests/
H A Dtest_unbuffered_query.phpt34 $j= 0;
37 $j++;
39 var_dump($i, $j, $i - $j);
/PHP-5.6/ext/zip/lib/
H A Dzip_utf-8.c124 zip_uint32_t i, j, ulen; in _zip_guess_encoding() local
156 for (j=1; j<=ulen; j++) { in _zip_guess_encoding()
157 if ((name[i+j] & UTF_8_CONTINUE_MASK) != UTF_8_CONTINUE_MATCH) { in _zip_guess_encoding()
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt27 for ($j = 0; $j < $rows; $j++)
28 $params[($j * $rows) + $i] = $i;
66 for ($j = 0; $j < $num_params; $j++)
67 $param_ref[] = &$params[($i * $rows) + $j];
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.c229 int i, j; in mbfl_name2encoding() local
256 j = 0; in mbfl_name2encoding()
257 while ((*encoding->aliases)[j] != NULL) { in mbfl_name2encoding()
258 if (strcasecmp((*encoding->aliases)[j], name) == 0) { in mbfl_name2encoding()
261 j++; in mbfl_name2encoding()
/PHP-5.6/ext/date/lib/
H A Ddow.c42 static timelib_sll century_value(timelib_sll j) in century_value() argument
44 return 6 - positive_mod(j, 4) * 2; in century_value()
130 int j; in timelib_isoweek_from_date() local
132 j = doy + (7 - weekday) + (jan1weekday - 1); in timelib_isoweek_from_date()
133 *iw = j / 7; in timelib_isoweek_from_date()
H A Dparse_tz.c152 unsigned int i, j; in read_types() local
168 j = i * 6; in read_types()
169 …tz->type[i].offset = (buffer[j] * 16777216) + (buffer[j + 1] * 65536) + (buffer[j + 2] * 256) + bu… in read_types()
170 tz->type[i].isdst = buffer[j + 4]; in read_types()
171 tz->type[i].abbr_idx = buffer[j + 5]; in read_types()
427 uint32_t j; in fetch_timezone_offset() local
430 j = 0; in fetch_timezone_offset()
431 while (j < tz->bit32.timecnt && tz->type[tz->trans_idx[j]].isdst) { in fetch_timezone_offset()
432 ++j; in fetch_timezone_offset()
434 if (j == tz->bit32.timecnt) { in fetch_timezone_offset()
[all …]
/PHP-5.6/ext/date/tests/
H A Dbug32086.phpt10 echo $j = strtotime("+1 day", $g), "\n";
15 echo date("Y-m-d H:i:s T\n", $j);
21 echo $j = strtotime("+1 day", $g), "\n";
26 echo date("Y-m-d H:i:s T\n", $j);
H A DDateTime_fix_createFromFormat.phpt18 $fromFormat = DateTime::createFromFormat( "D., M# j, Y g:iA", $string );
20 echo "Format method: " . $orig->format("D., M. j, Y g:iA") . "\n";
21 echo "createFromFormat method: " . $fromFormat->format("D., M. j, Y g:iA") . "\n";
/PHP-5.6/ext/gd/libgd/
H A Dgd_jpeg.c168 int i, j, jidx; in gdImageJpegCtx() local
229 for (jidx = 0, j = 0; j < im->sx; j++) { in gdImageJpegCtx()
230 int val = im->tpixels[i][j]; in gdImageJpegCtx()
244 for (jidx = 0, j = 0; j < im->sx; j++) { in gdImageJpegCtx()
245 int idx = im->pixels[i][j]; in gdImageJpegCtx()
329 unsigned int i, j; in gdImageCreateFromJpegCtxEx() local
454 for (j = 0; j < cinfo.output_width; j++, currow += 4, tpix++) { in gdImageCreateFromJpegCtxEx()
467 for (j = 0; j < cinfo.output_width; j++, currow += 3, tpix++) { in gdImageCreateFromJpegCtxEx()
H A Dgdxpm.c22 int i, j, k, number; in gdImageCreateFromXpm() local
127 for (j = 0; j < image.width; j++) { in gdImageCreateFromXpm()
129 gdImageSetPixel(im, j, i, colors[k]); in gdImageCreateFromXpm()
/PHP-5.6/ext/standard/
H A Dsha1.c377 unsigned int i, j; local
379 for (i = 0, j = 0; j < len; i++, j += 4) {
380 output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
381 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
382 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
383 output[j + 3] = (unsigned char) (input[i] & 0xff);
397 unsigned int i, j; local
399 for (i = 0, j = 0; j < len; i++, j += 4)
400 output[i] = ((php_uint32) input[j + 3]) | (((php_uint32) input[j + 2]) << 8) |
401 (((php_uint32) input[j + 1]) << 16) | (((php_uint32) input[j]) << 24);
H A Dquot_print.c206 int arg1_len, i = 0, j = 0, k; in PHP_FUNCTION() local
226 str_out[j++] = (php_hex2int((int) str_in[i + 1]) << 4) in PHP_FUNCTION()
248 str_out[j++] = str_in[i++]; in PHP_FUNCTION()
253 str_out[j++] = str_in[i++]; in PHP_FUNCTION()
256 str_out[j] = '\0'; in PHP_FUNCTION()
258 RETVAL_STRINGL(str_out, j, 0); in PHP_FUNCTION()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_frame.c136 int j = 0, m = func ? func->common.num_args : 0; in phpdbg_dump_prototype() local
142 if (j) { in phpdbg_dump_prototype()
145 if (m && j < m) { in phpdbg_dump_prototype()
147 is_variadic = arginfo[j].is_variadic; in phpdbg_dump_prototype()
150 arginfo[j].name, is_variadic ? "[": ""); in phpdbg_dump_prototype()
152 ++j; in phpdbg_dump_prototype()
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dqueue.c718 int flag = 1, i, j; in QuickSort() local
723 j = high + 1; in QuickSort()
732 j--; in QuickSort()
733 while(Comp(list[j], key) > 0) in QuickSort()
734 j--; in QuickSort()
736 if(i < j) { in QuickSort()
738 list[i] = list[j]; in QuickSort()
739 list[j] = temp; in QuickSort()
745 list[low] = list[j]; in QuickSort()
746 list[j] = temp; in QuickSort()
[all …]
/PHP-5.6/ext/hash/
H A Dhash_md.c69 unsigned int i, j; in Encode() local
71 for (i = 0, j = 0; j < len; i++, j += 4) { in Encode()
72 output[j] = (unsigned char) (input[i] & 0xff); in Encode()
73 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in Encode()
86 unsigned int i, j; in Decode() local
88 for (i = 0, j = 0; j < len; i++, j += 4) in Decode()
89 output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) | in Decode()
90 (((php_hash_uint32) input[j + 2]) << 16) | (((php_hash_uint32) input[j + 3]) << 24); in Decode()
636 unsigned char i,j,t = 0; in MD2_Transform() local
644 for(j = 0; j < 48; j++) { in MD2_Transform()
[all …]
H A Dhash_haval.c103 unsigned int i, j; in Encode() local
105 for (i = 0, j = 0; j < len; i++, j += 4) { in Encode()
106 output[j] = (unsigned char) (input[i] & 0xff); in Encode()
107 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in Encode()
108 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); in Encode()
109 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); in Encode()
120 unsigned int i, j; in Decode() local
122 for (i = 0, j = 0; j < len; i++, j += 4) { in Decode()
123 output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) | in Decode()
124 (((php_hash_uint32) input[j + 2]) << 16) | (((php_hash_uint32) input[j + 3]) << 24); in Decode()
/PHP-5.6/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
10 var_dump(getopt("d:m:j:vht"));
/PHP-5.6/ext/simplexml/tests/
H A D017.phpt41 for ($j=0;$j<$children;$j++) {
42 echo " child: ".$xml->person[$i]->child[$j]['name']."\n";
/PHP-5.6/ext/pdo_pgsql/
H A Dconfig.m439 for j in include include/pgsql include/postgres include/postgresql ""; do
40 if test -r "$i/$j/libpq-fe.h"; then
42 PGSQL_INCLUDE=$i/$j
43 if test -r "$i/$j/pg_config.h"; then
49 for j in $PHP_LIBDIR $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres $PHP_LIBDIR/postgresql ""; do
50 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
51 PGSQL_LIBDIR=$i/$j
/PHP-5.6/tests/lang/
H A Dbug24054.phpt13 $j = $i * 1001;
17 $i === $j
H A D020.phpt8 for ($j=0; $j<10; $j++) {
/PHP-5.6/ext/intl/collator/
H A Dcollator_sort.c375 uint32_t j = 0; in PHP_FUNCTION() local
500 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()
501 sortKeyIndxBuf[j].key = sortKeyBuf + (ptrdiff_t)sortKeyIndxBuf[j].key; in PHP_FUNCTION()
510 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()
512 zval_add_ref( sortKeyIndxBuf[j].zstr ); in PHP_FUNCTION()
513 zend_hash_next_index_insert( sortedHash, sortKeyIndxBuf[j].zstr, sizeof(zval **), NULL ); in PHP_FUNCTION()
/PHP-5.6/ext/pgsql/
H A Dconfig.m436 for j in include include/pgsql include/postgres include/postgresql ""; do
37 if test -r "$i/$j/libpq-fe.h"; then
39 PGSQL_INCLUDE=$i/$j
40 if test -r "$i/$j/pg_config.h"; then
46 for j in lib $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres $PHP_LIBDIR/postgresql ""; do
47 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
48 PGSQL_LIBDIR=$i/$j
/PHP-5.6/ext/intl/tests/
H A Dbug62759.phpt12 var_dump(grapheme_substr('déjà', 1, -4));
14 var_dump(grapheme_substr('déjà', -1, 0));
/PHP-5.6/ext/standard/tests/math/
H A Dfmod_basic.phpt35 for ($j = 0; $j < count($values2); $j++) {
36 $res = fmod($values1[$i], $values2[$j]);

Completed in 48 milliseconds

1234567891011