Home
last modified time | relevance | path

Searched refs:j (Results 51 – 75 of 249) sorted by last modified time

12345678910

/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation7-win32.phpt59 $j = $i+1;
61 echo "\n-- Iteration $j --\n";
H A Dfile_put_contents_variation7.phpt51 $j = $i+1;
53 echo "\n-- Iteration $j --\n";
H A Dfile_variation8-win32.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
H A Dfile_variation8.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7-win32.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
/PHP-5.5/ext/standard/tests/array/
H A Drange_errors.phpt29 var_dump( range("a", "j", "z") );
H A Drange_variation.phpt13 for( $j = 0; $j < count($high_arr); $j++) {
14 echo @"\n-- creating an array with low = '$low_arr[$i]' and high = '$high_arr[$j]' --\n";
15 var_dump( range( $low_arr[$i], $high_arr[$j] ) );
H A Drange.phpt174 string(1) "j"
244 string(1) "j"
H A Dextract_variation8.phpt8 $var["j"] = 2;
H A Darray_combine.phpt18 $j = array_combine($array3, $array2);
/PHP-5.5/ext/standard/
H A Dstring.c138 size_t i, j; in php_bin2hex() local
145 for (i = j = 0; i < oldlen; i++) { in php_bin2hex()
146 result[j++] = hexconvtab[old[i] >> 4]; in php_bin2hex()
147 result[j++] = hexconvtab[old[i] & 15]; in php_bin2hex()
149 result[j] = '\0'; in php_bin2hex()
164 size_t i, j; in php_hex2bin() local
165 for (i = j = 0; i < target_length; i++) { in php_hex2bin()
166 char c = old[j++]; in php_hex2bin()
177 c = old[j++]; in php_hex2bin()
2873 STRLEN j, local
[all …]
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()
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 Dmail.c83 int j, str_len; in PHP_FUNCTION() local
89 for (j = 0; j < str_len; j++) { in PHP_FUNCTION()
90 h = (h + (h << 5)) ^ (unsigned long) (unsigned char) tolower(str[j]); in PHP_FUNCTION()
H A Dhtml_tables.h1095 #define ENT_CODE_POINT_FROM_STAGES(i,j,k) (((i) << 12) | ((j) << 6) | (k)) argument
H A Dfilters.c874 unsigned int j, lb_cnt2; in php_conv_qprint_encode_convert() local
880 for (j = icnt - 1; j > 0; j--, ps2++) { in php_conv_qprint_encode_convert()
H A Dhtml.c1633 unsigned i, j, k, in PHP_FUNCTION() local
1645 for (j = 0; j < max_j; j++) { in PHP_FUNCTION()
1646 if (ms_table[i][j] == empty_stage3_table) in PHP_FUNCTION()
1649 const entity_stage3_row *r = &ms_table[i][j][k]; in PHP_FUNCTION()
1655 code = ENT_CODE_POINT_FROM_STAGES(i, j, k); in PHP_FUNCTION()
1686 unsigned j, in PHP_FUNCTION() local
1690 for (j = 0; j < numelems; j++) { in PHP_FUNCTION()
1691 const entity_stage3_row *r = &entity_table.table[j]; in PHP_FUNCTION()
1695 if (((j == '\'' && !(flags & ENT_HTML_QUOTE_SINGLE)) || in PHP_FUNCTION()
1696 (j == '"' && !(flags & ENT_HTML_QUOTE_DOUBLE)))) in PHP_FUNCTION()
[all …]
H A Dcrypt_blowfish.c552 unsigned int bug, i, j; in BF_set_key() local
597 for (j = 0; j < 4; j++) { in BF_set_key()
608 if (j) in BF_set_key()
H A Dcrypt_freesec.c233 for (j = 0; j < 64; j++) { in _crypt_extended_init()
234 b = (j & 0x20) | ((j & 1) << 4) | ((j >> 1) & 0xf); in _crypt_extended_init()
244 for (j = 0; j < 64; j++) in _crypt_extended_init()
285 for (j = 0; j < 8; j++) { in _crypt_extended_init()
286 inbit = 8 * k + j; in _crypt_extended_init()
302 for (j = 0; j < 7; j++) { in _crypt_extended_init()
303 inbit = 8 * k + j; in _crypt_extended_init()
315 for (j = 0; j < 7; j++) { in _crypt_extended_init()
316 inbit = 7 * k + j; in _crypt_extended_init()
339 for (j = 0; j < 8; j++) { in _crypt_extended_init()
[all …]
H A Dbrowscap.c87 int i, j=0; in convert_browscap_pattern() local
94 t[j++] = '~'; in convert_browscap_pattern()
95 t[j++] = '^'; in convert_browscap_pattern()
100 t[j] = '.'; in convert_browscap_pattern()
104 t[j] = '*'; in convert_browscap_pattern()
108 t[j] = '.'; in convert_browscap_pattern()
116 t[j] = '('; in convert_browscap_pattern()
120 t[j] = ')'; in convert_browscap_pattern()
132 t[j++] = '$'; in convert_browscap_pattern()
133 t[j++] = '~'; in convert_browscap_pattern()
[all …]
H A Darray.c1742 int j, n_elems, rnd_idx, n_left; in php_array_data_shuffle() local
1754 for (j = 0, temp = hash->pListHead; temp; temp = temp->pListNext) in php_array_data_shuffle()
1755 elems[j++] = temp; in php_array_data_shuffle()
1771 for (j = 0; j < n_elems; j++) { in php_array_data_shuffle()
1773 hash->pListTail->pListNext = elems[j]; in php_array_data_shuffle()
1775 elems[j]->pListLast = hash->pListTail; in php_array_data_shuffle()
1776 elems[j]->pListNext = NULL; in php_array_data_shuffle()
1777 hash->pListTail = elems[j]; in php_array_data_shuffle()
1780 j = 0; in php_array_data_shuffle()
1783 temp->h = j++; in php_array_data_shuffle()
H A Dbase64.c146 int ch, i = 0, j = 0, k; in php_base64_decode_ex() local
180 result[j] = ch << 2; in php_base64_decode_ex()
183 result[j++] |= ch >> 4; in php_base64_decode_ex()
184 result[j] = (ch & 0x0f) << 4; in php_base64_decode_ex()
187 result[j++] |= ch >>2; in php_base64_decode_ex()
188 result[j] = (ch & 0x03) << 6; in php_base64_decode_ex()
191 result[j++] |= ch; in php_base64_decode_ex()
197 k = j; in php_base64_decode_ex()
211 *ret_length = j; in php_base64_decode_ex()
213 result[j] = '\0'; in php_base64_decode_ex()
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php200 for ($j = 0; $j < 64; $j++) { variable
201 $cp = $i << 6 | $j;
202 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
220 for ($j = 0; $j < 64; $j++) { variable
221 if ($j == 0) echo "\t";
222 elseif ($j % 6 == 0) echo "\n\t";
224 if ($mstable[$i][$j] !== NULL)
225 echo sprintf("0x%04X,", $mstable[$i][$j]);
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c60084 for(j=0; j<i; j++){
60100 for(j=1; j<nNew; j++){
71176 for(j=0; j<15 && j<pMem->n; j++){
76094 for(j=0; j<nRoot; j++){
96394 for(j=0; j<nCol; j++){
106689 testcase( j==0 || j==1 || j==2 || j==3 || j==4 || j==5 || j==6 );
108125 for(j=0; j<i; j++){
114842 for(j=0; j<i; j++){
119517 for(j=0; j<nConstraint && j<16; j++){
129098 for(j=0; j<3; j++){
[all …]

Completed in 514 milliseconds

12345678910