Home
last modified time | relevance | path

Searched refs:j (Results 201 – 225 of 305) sorted by relevance

12345678910>>...13

/php-src/ext/standard/tests/file/
H A Drename_variation11-win32.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
H A Drename_variation12-win32.phpt46 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
H A Dfile_put_contents_variation7.phpt45 $j = $i+1;
47 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7-win32-mb.phpt51 $j = $i+1;
53 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7-win32.phpt51 $j = $i+1;
53 echo "\n-- Iteration $j --\n";
H A Dfile_variation8-win32.phpt51 $j = $i+1;
53 echo "\n-- Iteration $j --\n";
H A Dfile_put_contents_variation7-win32.phpt53 $j = $i+1;
55 echo "\n-- Iteration $j --\n";
/php-src/ext/opcache/jit/
H A DREADME.md17 … -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(nproc) ext/opcache …
26 - `-j$(nproc)` runs as many workers to run tests as there are CPUs.
80 make -j$(nproc)
107 …1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(nproc) ext/opcache"
H A DDockerfile.arm64.example15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
/php-src/ext/mbstring/tests/
H A Dcp932_encoding.phpt22 for ($j = 0x40; $j <= 0xFC; $j++) {
23 if ($j == 0x7F)
26 $cp932 = chr($i) . chr($j);
/php-src/ext/standard/
H A Dbase64.c253 size_t i = 0, padding = 0, j = *outl; in php_base64_decode_impl() local
258 j += neon_base64_decode(in, inl, out, &left); in php_base64_decode_impl()
292 out[j] = ch << 2; in php_base64_decode_impl()
295 out[j++] |= ch >> 4; in php_base64_decode_impl()
296 out[j] = (ch & 0x0f) << 4; in php_base64_decode_impl()
299 out[j++] |= ch >>2; in php_base64_decode_impl()
300 out[j] = (ch & 0x03) << 6; in php_base64_decode_impl()
303 out[j++] |= ch; in php_base64_decode_impl()
320 *outl = j; in php_base64_decode_impl()
321 out[j] = '\0'; in php_base64_decode_impl()
/php-src/Zend/Optimizer/
H A Ddfa_pass.c119 int j; in zend_ssa_remove_nops() local
200 for (j = 0; j < ssa->vars_count; j++) { in zend_ssa_remove_nops()
201 if (ssa->vars[j].definition >= 0) { in zend_ssa_remove_nops()
202 ssa->vars[j].definition -= shiftlist[ssa->vars[j].definition]; in zend_ssa_remove_nops()
204 if (ssa->vars[j].use_chain >= 0) { in zend_ssa_remove_nops()
205 ssa->vars[j].use_chain -= shiftlist[ssa->vars[j].use_chain]; in zend_ssa_remove_nops()
229 for (j = 0; j < op_array->last_try_catch; j++) { in zend_ssa_remove_nops()
230 op_array->try_catch_array[j].try_op -= shiftlist[op_array->try_catch_array[j].try_op]; in zend_ssa_remove_nops()
231 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_ssa_remove_nops()
233 op_array->try_catch_array[j].finally_op -= shiftlist[op_array->try_catch_array[j].finally_op]; in zend_ssa_remove_nops()
[all …]
/php-src/.github/actions/test-macos/
H A Daction.yml26 -j$(($(sysctl -n hw.ncpu) - 1)) \
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml33 make -j$(/usr/bin/nproc) >/dev/null
/php-src/ext/opcache/jit/ir/
H A Dir_emit.c203 int j, n; in ir_get_args_regs() local
224 for (j = 3; j <= n; j++) { in ir_get_args_regs()
225 type = ctx->ir_base[ir_insn_op(insn, j)].type; in ir_get_args_regs()
228 regs[j] = int_reg_params[int_param]; in ir_get_args_regs()
229 count = j + 1; in ir_get_args_regs()
231 regs[j] = IR_REG_NONE; in ir_get_args_regs()
241 regs[j] = fp_reg_params[fp_param]; in ir_get_args_regs()
242 count = j + 1; in ir_get_args_regs()
244 regs[j] = IR_REG_NONE; in ir_get_args_regs()
/php-src/ext/spl/
H A Dspl_heap.c306 int i, j; in spl_ptr_heap_delete_top() local
322 for (i = 0; i < limit; i = j) { in spl_ptr_heap_delete_top()
324 j = i * 2 + 1; in spl_ptr_heap_delete_top()
325 …if (j != heap->count && heap->cmp(spl_heap_elem(heap, j+1), spl_heap_elem(heap, j), cmp_userdata) … in spl_ptr_heap_delete_top()
326 j++; /* next child is bigger */ in spl_ptr_heap_delete_top()
330 if(heap->cmp(bottom, spl_heap_elem(heap, j), cmp_userdata) < 0) { in spl_ptr_heap_delete_top()
331 spl_heap_elem_copy(heap, spl_heap_elem(heap, i), spl_heap_elem(heap, j)); in spl_ptr_heap_delete_top()
/php-src/Zend/
H A Dzend_bitset.h254 int j = ZEND_BITSET_ELM_SIZE * 8 * i - 1; local
258 j++;
260 return j;
/php-src/ext/intl/tests/
H A Dbug58756_MessageFormatter.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
H A Dbug58756_MessageFormatter_variant2.phpt26 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
/php-src/ext/date/tests/
H A DDateTime_extends_basic1.phpt14 public static $format = "F j, Y, g:i:s a";
/php-src/ext/gd/libgd/
H A Dgd_gif_in.c378 int i, j, ret; in GetCode_() local
411 for (i = scd->curbit, j = 0; j < code_size; ++i, ++j) { in GetCode_()
412 ret |= ((scd->buf[i / 8] & (1 << (i % 8))) != 0) << j; in GetCode_()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt85 array( '%+aVkw7Y9>3U+T\\j', '15c1ec76' ),
99 array( '\'1*j"NtSr87/aqtd;\'|', 'f40113e8' ),
105 array( 'DH"J>i*4y"<j>_/ ],59', '9354bdac' ),
167 array( '/Qx;Y\'*gOtgn<0j/WI1Q)]lC9w_Xcges:', '885fad78' ),
184 array( 'Y`w?NJ_ysqh#1)Hw-w{-m!Qc^9j^g;EB{=bK', '79ccb205' ),
187 array( 'xY,cJIlC;r]KT"77sY9t~BGo/b:@-X}&2*j\\T', '87e2ae2a' ),
199 array( 'JE5E5jpm_r`%G1cfNBnSy-vd=0V{j!N5Gc[\\NMJ', '22863e0e' ),
205 array( '(z]M*j#+\'r2_Z0/Da3e!"n_O.mTJltBto CzkF&r', '569492ba' ),
253 array( '.? j[I2Hv4:Z{-F0fm, A0mhLhOn0:c>Zc*6.=^%Qy`M(\']nuj', '9097fe8e' ),
261 array( 'oFOiW(j^7NIPy2b9`uo;1y`+6zh)\\n@L5p6mx!L0OvaJ)Dci;T&', '05e74ead' ),
[all …]
/php-src/ext/ldap/
H A Dldap.c2190 int i, j, num_attribs, num_values, msgid; in php_ldap_do_modify() local
2262 for (j = 0; j < num_values; j++) { in php_ldap_do_modify()
2265 num_berval[i] = j; in php_ldap_do_modify()
2343 for (j = 0; j < num_berval[i]; j++) { in php_ldap_do_modify()
2344 efree(ldap_mods[i]->mod_bvalues[j]); in php_ldap_do_modify()
2546 int i, j, k; in PHP_FUNCTION() local
2625 for (j = 0; j < num_modprops; j++) { in PHP_FUNCTION()
2775 for (j = 0; j < num_modvals; j++) { in PHP_FUNCTION()
2781 ldap_mods[i]->mod_bvalues[j] = NULL; in PHP_FUNCTION()
2825 for (j = 0; ldap_mods[i]->mod_bvalues[j] != NULL; j++) { in PHP_FUNCTION()
[all …]
/php-src/ext/standard/tests/strings/
H A Daddcslashes_003.phpt35 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
/php-src/ext/opcache/tests/jit/
H A Dmul_010.phpt9 $j = 0;

Completed in 49 milliseconds

12345678910>>...13