Home
last modified time | relevance | path

Searched refs:j (Results 151 – 175 of 305) sorted by relevance

12345678910>>...13

/php-src/ext/standard/tests/file/windows_links/
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-src/ext/date/tests/
H A Dbug66019.phpt7 echo $dateObject->format( 'j F Y H:i' );
H A Dbug79716.phpt9 \var_dump($datetime->format('j') === '0');
/php-src/ext/intl/tests/
H A Dbug74264.phpt9 grapheme_strrpos('déjàààà', 'à', $offset),
/php-src/ext/opcache/tests/jit/
H A Dassign_052.phpt12 $t[$i = $s][] = [] > $n[$i = $j] = $s = $a . $a = $f;
H A Dadd_015.phpt9 $j = 0;
H A Dfetch_dim_r_017.phpt10 $j = 0;
H A Dassign_op_009.phpt13 for ($i = 0; $i <= .1; !$j++)
/php-src/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-src/ext/standard/
H A Dhtml.c1484 unsigned i, j, k, in PHP_FUNCTION() local
1496 for (j = 0; j < max_j; j++) { in PHP_FUNCTION()
1497 if (ms_table[i][j] == empty_stage3_table) in PHP_FUNCTION()
1500 const entity_stage3_row *r = &ms_table[i][j][k]; in PHP_FUNCTION()
1506 code = ENT_CODE_POINT_FROM_STAGES(i, j, k); in PHP_FUNCTION()
1537 unsigned j, in PHP_FUNCTION() local
1541 for (j = 0; j < numelems; j++) { in PHP_FUNCTION()
1542 const entity_stage3_row *r = &entity_table.table[j]; in PHP_FUNCTION()
1546 if (((j == '\'' && !(flags & ENT_HTML_QUOTE_SINGLE)) || in PHP_FUNCTION()
1547 (j == '"' && !(flags & ENT_HTML_QUOTE_DOUBLE)))) in PHP_FUNCTION()
[all …]
H A Dnet.c238 ULONG i, j; in PHP_FUNCTION() local
243 for (i = u->OnLinkPrefixLength, j = 0; i > 0; i -= 8, ++j) { in PHP_FUNCTION()
244 sin6_mask.sin6_addr.s6_addr[j] = (i >= 8) ? 0xff : ((ULONG)((0xffU << (8 - i)) & 0xffU)); in PHP_FUNCTION()
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller6.phar6 …�����ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����…
H A Dwrite2.phar13 ] iNzθ�j� Jv�Uȱ�f���GBMB
/php-src/ext/phar/tests/files/
H A Dfrontcontroller6.phar6 …�����ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����…
/php-src/ext/standard/tests/math/
H A Dround_basic.phpt33 for ($j = 0; $j < count($precision); $j++) {
34 $res = round($values[$i], $precision[$j]);
35 echo "...with precision $precision[$j]-> ";
/php-src/ext/standard/tests/time/
H A Didate.phpt20 j: 23
/php-src/Zend/Optimizer/
H A Dblock_pass.c77 uint32_t i, j; in strip_nops() local
92 i = j = b->start + 1; in strip_nops()
95 if (i != j) { in strip_nops()
98 j++; in strip_nops()
103 while (j < i) { in strip_nops()
105 j++; in strip_nops()
1052 int i, j; in assemble_code_blocks() local
1059 map[i] = j; in assemble_code_blocks()
1076 j++; in assemble_code_blocks()
1079 if (i != j) { in assemble_code_blocks()
[all …]
/php-src/ext/standard/tests/array/
H A Dextract_variation8.phpt8 $var["j"] = 2;
/php-src/ext/openssl/tests/
H A Dcve2013_4073.pem12 BQADggEPADCCAQoCggEBALXq7cn7Rn1vO3aA3TrzA5QLp6bb7B3f/yN0CJ2XFj+j
/php-src/win32/build/
H A Dbuildconf.js107 var i, mod_name, j;
132 var i, mod_name, j;
155 var i, mod_name, j;
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt61 for ($j = 0x40; $j <= 0xFC; $j++) {
62 if ($j == 0x7F)
64 $cp932Chars[pack('n', shiftJISDecode(($i << 8) + $j))] = pack('n', $codepoint);
220 for ($j = 0; $j < 256; $j++) {
221 $testString = chr($i) . chr($j);
249 for ($j = 0; $j < 256; $j++) {
250 $testString = chr($i) . chr($j);
/php-src/ext/mysqli/tests/
H A Dbug35103.phpt43 $j=0;
45 while ($j++ < 6) {
/php-src/ext/opcache/tests/
H A Drevalidate_path_01.phpt33 `mklink /j $ln $d1`;
48 `mklink /j $ln $d2`;
/php-src/ext/standard/tests/file/
H A Dreadfile_variation9.phpt46 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_basic.phpt45 string(1) "j"
115 string(1) "j"

Completed in 45 milliseconds

12345678910>>...13