Home
last modified time | relevance | path

Searched refs:j (Results 101 – 125 of 259) sorted by relevance

1234567891011

/PHP-7.4/ext/hash/
H A Dhash_sha3.c139 unsigned char j; in permute() local
140 for (j = 0; j < 7; ++j) { in permute()
142 uint64_t bitPos = (1<<j) - 1; in permute()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_io.c99 int got_now, i = len, j; local
108 j = poll(&pfd, 1, tmo);
110 if (j == 0) {
122 j = select(0, &readfds, NULL, NULL, &ttmo);
124 if (j <= 0) {
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt108 for ($j = 0; $j < 128; $j++) {
112 for ($j = 0; $j < 4; $j++) {
/PHP-7.4/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.phpt21 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));
31 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-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c422 unsigned int j; in KeccakP1600_ExtractAndAddLanes() local
430 for(j=0; j<8; j++) in KeccakP1600_ExtractAndAddLanes()
431 output[i*8+j] = input[i*8+j] ^ temp[j]; in KeccakP1600_ExtractAndAddLanes()
/PHP-7.4/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] ";
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt24 lob1 clob := 'abc' || lpad('j',4020,'j') || 'xyz';
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_2.phpt24 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
26 exec("mklink /j mklink_junction directory", $output, $ret_val);
/PHP-7.4/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-7.4/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
/PHP-7.4/ext/standard/tests/time/
H A Didate.phpt19 j: 23
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller6.phar6 …�����ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����…
/PHP-7.4/ext/intl/tests/
H A Dbug74264.phpt11 grapheme_strrpos('déjàààà', 'à', $offset),
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c161 int j; in zend_ssa_remove_nops() local
243 for (j = 0; j < ssa->vars_count; j++) { in zend_ssa_remove_nops()
244 if (ssa->vars[j].definition >= 0) { in zend_ssa_remove_nops()
245 ssa->vars[j].definition -= shiftlist[ssa->vars[j].definition]; in zend_ssa_remove_nops()
247 if (ssa->vars[j].use_chain >= 0) { in zend_ssa_remove_nops()
248 ssa->vars[j].use_chain -= shiftlist[ssa->vars[j].use_chain]; in zend_ssa_remove_nops()
272 for (j = 0; j < op_array->last_try_catch; j++) { in zend_ssa_remove_nops()
273 op_array->try_catch_array[j].try_op -= shiftlist[op_array->try_catch_array[j].try_op]; in zend_ssa_remove_nops()
274 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_ssa_remove_nops()
276 op_array->try_catch_array[j].finally_op -= shiftlist[op_array->try_catch_array[j].finally_op]; in zend_ssa_remove_nops()
[all …]
H A Descape_analysis.c60 static zend_always_inline void union_find_unite(int *parent, int *size, int i, int j) /* {{{ */ in union_find_unite() argument
63 int r2 = union_find_root(parent, j); in union_find_unite()
82 int i, j; in zend_build_equi_escape_sets() local
98 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_build_equi_escape_sets()
99 union_find_unite(parent, size, i, p->sources[j]); in zend_build_equi_escape_sets()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt65 array( ']#=j)w&hBv#w', '7a2da4d0b1c01e1e' ),
99 array( '7j$>aFyS#\\TsxGc_uhf', 'a8cfc6804bc24e1d' ),
124 array( '8Ey&!PVJ-H%i)T=bwXII-j( ', '20541ecba873cbbb' ),
126 array( 'zlU)W])/=j[SP<$[wYh%f@@=', '8a852332f2c99373' ),
157 array( 'v(tFAPf(W0 j^:uMDM<^:Vl90K/PrH/', 'ad49c5c4b29581d8' ),
159 array( '3|!EpV?lcIi]3!LK]j xC,"6HW85 d2', '45f93db9ecbd61e2' ),
167 array( 'yNG)j&w\'U>|1]-|#r3-E0S&lj$Db#m>}<', 'b3fb4982abc0e4c0' ),
180 array( 'q_A@_0{>82gF]e:V]j*!\\zza:@&hkuZ^U{ ', 'ff47e63839babc22' ),
196 array( 'qYB#6CX{~0dVF;6=)+ j%1"<\\u"D[ooNI3Q`W+', '58f171ded41e0193' ),
213 array( 'kAHAq7S"wxf3*1eJvGh.-h+j$^(v9@U&b~GT7zV0s>', '01e47424ff38f337' ),
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dextract_variation8.phpt8 $var["j"] = 2;
/PHP-7.4/ext/openssl/tests/
H A Dcve2013_4073.pem12 BQADggEPADCCAQoCggEBALXq7cn7Rn1vO3aA3TrzA5QLp6bb7B3f/yN0CJ2XFj+j
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c534 int j; in apprentice_unmap() local
535 for (j = 0; j < MAGIC_SETS; j++) { in apprentice_unmap()
1360 for (j = 0; j < MAGIC_SETS; j++) { in apprentice_load()
1367 i = set_text_binary(ms, mset[j].me, mset[j].count, i); in apprentice_load()
1370 qsort(mset[j].me, mset[j].count, sizeof(*mset[j].me), in apprentice_load()
1377 set_last_default(ms, mset[j].me, mset[j].count); in apprentice_load()
1380 if (coalesce_entries(ms, mset[j].me, mset[j].count, in apprentice_load()
1381 &map->magic[j], &map->nmagic[j]) == -1) { in apprentice_load()
1388 for (j = 0; j < MAGIC_SETS; j++) in apprentice_load()
1389 magic_entry_free(mset[j].me, mset[j].count); in apprentice_load()
[all …]

Completed in 63 milliseconds

1234567891011