Home
last modified time | relevance | path

Searched refs:j (Results 76 – 100 of 249) sorted by relevance

12345678910

/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c497 int j; in apprentice_unmap() local
498 for (j = 0; j < MAGIC_SETS; j++) { in apprentice_unmap()
1217 for (j = 0; j < MAGIC_SETS; j++) { in apprentice_load()
1226 qsort(mentry[j], mentrycount[j], sizeof(*mentry[j]), in apprentice_load()
1233 set_last_default(ms, mentry[j], mentrycount[j]); in apprentice_load()
1236 if (coalesce_entries(ms, mentry[j], mentrycount[j], in apprentice_load()
1237 &map->magic[j], &map->nmagic[j]) == -1) { in apprentice_load()
1244 for (j = 0; j < MAGIC_SETS; j++) in apprentice_load()
1245 magic_entry_free(mentry[j], mentrycount[j]); in apprentice_load()
1248 for (j = 0; j < MAGIC_SETS; j++) { in apprentice_load()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c471 int i, byref_count = 0, j; in php_com_do_invoke_byref() local
507 for (j = 0, i = 0; i < nargs; i++) { in php_com_do_invoke_byref()
514 if (V_VT(&byref_vals[j]) & VT_BYREF) { in php_com_do_invoke_byref()
515 memcpy(&vargs[i], &byref_vals[j], sizeof(vargs[i])); in php_com_do_invoke_byref()
519 V_VT(&vargs[i]) = V_VT(&byref_vals[j]) | VT_BYREF; in php_com_do_invoke_byref()
521 vargs[i].byref = &V_UINT(&byref_vals[j]); in php_com_do_invoke_byref()
523 j++; in php_com_do_invoke_byref()
552 for (i = 0, j = 0; i < nargs; i++) { in php_com_do_invoke_byref()
561 if (vargs[i].byref == &V_UINT(&byref_vals[j])) { in php_com_do_invoke_byref()
572 VariantClear(&byref_vals[j]); in php_com_do_invoke_byref()
[all …]
/PHP-5.5/ext/json/
H A Djson.c366 int j, status; in json_utf8_to_utf16() local
370 for (j=0 ; pos < len ; j++) { in json_utf8_to_utf16()
378 utf16[j++] = (unsigned short)((us >> 10) | 0xd800); in json_utf8_to_utf16()
379 utf16[j] = (unsigned short)((us & 0x3ff) | 0xdc00); in json_utf8_to_utf16()
381 utf16[j] = (unsigned short)us; in json_utf8_to_utf16()
386 for (j=0 ; pos < len ; j++) { in json_utf8_to_utf16()
392 j++; in json_utf8_to_utf16()
396 return j; in json_utf8_to_utf16()
/PHP-5.5/ext/oci8/tests/
H A Dbug43497.phpt111 for ($j = 0; $j < 128; $j++) {
115 for ($j = 0; $j < 4; $j++) {
H A Dbug43497_92.phpt115 for ($j = 0; $j < 128; $j++) {
119 for ($j = 0; $j < 4; $j++) {
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1157 for (j=0; j<new_width; j++) { in gdImageScaleNearestNeighbour()
1168 for (j=0; j<new_width; j++) { in gdImageScaleNearestNeighbour()
1261 long j; in gdImageScaleBilinearPalette() local
1268 for (j=0; j < _width; j++) { in gdImageScaleBilinearPalette()
1352 long j; in gdImageScaleBilinearTC() local
1354 for (j=0; j < dst_w; j++) { in gdImageScaleBilinearTC()
1463 for (j=0; j < new_width; j++) { in gdImageScaleBicubicFixed()
1721 for (j = 0; j < new_width; j++) { in gdImageRotateNearestNeighbour()
1778 for (j = 0; j < new_width; j++) { in gdImageRotateGeneric()
1832 for (j=0; j < new_width; j++) { in gdImageRotateBilinear()
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Datan2_basic.phpt34 for ($j = 0; $j < count($valuesx); $j++) {
35 $res = atan2($valuesy[$i], $valuesx[$j]);
36 echo "Y:$valuesy[$i] X:$valuesx[$j] ";
H A Dround_basic.phpt42 for ($j = 0; $j < count($precision); $j++) {
43 $res = round($values[$i], $precision[$j]);
44 echo "...with precision $precision[$j]-> ";
/PHP-5.5/ext/standard/
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.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 …]
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt26 duration {j,duration}
40 'j' => $ex,
/PHP-5.5/ext/date/tests/
H A DDateTime_setISODate_basic1.phpt25 echo "Week 30 day 3 of 2009 is \"" . $datetime->format("D M j") . "\"\n";
29 echo "..same day last year was \"" . $datetime->format("D M j") . "\"\n";
H A Ddate_isodate_set_basic1.phpt25 echo "Week 30 day 3 of 2009 is \"" . date_format($datetime, "D M j") . "\"\n";
29 echo "..same day last year was \"" . date_format($datetime, "D M j") . "\"\n";
H A Dbug65502.phpt9 echo get_class(DateTimeImmutable::createFromFormat('j-M-Y', '12-Sep-2013'));
H A Dbug33532.phpt21 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
30 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_2.phpt30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt24 lob1 clob := 'abc' || lpad('j',4020,'j') || 'xyz';
/PHP-5.5/ext/interbase/tests/
H A D007.phpt34 for ($j = 1; $j <= 10; ++$j) {
36 $v_multi[$i][$j][$k] = $i * $j * $k;
/PHP-5.5/ext/ereg/
H A Dereg.c736 register int i, j; in PHP_FUNCTION() local
744 for (i = j = 0; i < string_len; i++) { in PHP_FUNCTION()
747 tmp[j++] = '['; in PHP_FUNCTION()
748 tmp[j++] = toupper(c); in PHP_FUNCTION()
749 tmp[j++] = tolower(c); in PHP_FUNCTION()
750 tmp[j++] = ']'; in PHP_FUNCTION()
752 tmp[j++] = c; in PHP_FUNCTION()
755 tmp[j] = 0; in PHP_FUNCTION()
757 RETVAL_STRINGL(tmp, j, 1); in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite11.phar9 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();�j?��c�x H���*�}�…
H A Dfrontcontroller6.phar6 …�����ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����…
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller6.phar6 …�����ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����…
/PHP-5.5/ext/standard/tests/time/
H A Didate.phpt19 j: 23

Completed in 63 milliseconds

12345678910