Home
last modified time | relevance | path

Searched refs:j (Results 176 – 200 of 305) sorted by relevance

12345678910>>...13

/php-src/.github/actions/test-linux/
H A Daction.yml50 … ${{ inputs.idleCpu == 'true' && '-j$(($(/usr/bin/nproc) - 1))' || '-j$(/usr/bin/nproc)' }} \
/php-src/ext/phar/tests/files/
H A Dfrontcontroller3.phar12 …���&XX�����ж���������a.phps���&XX���l�`�������hiohio<?php function hio(){}T����̭�D�j�ȷ�n,
/php-src/ext/date/tests/
H A DDateTime_extends_basic3.phpt12 public function format($format = "F j, Y, g:i:s a"): string
H A D009.phpt14 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
19 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A D009_win32.phpt19 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));
27 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));
H A DDateTime_extends_basic2.phpt24 echo $d->format("F j, Y, g:i:s a") . "\n";
H A DDateTime_serialize.phpt16 var_dump( $date2->format( "F j, Y, g:i a") );
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation6.phpt44 $j = $i+1;
46 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7.phpt43 $j = $i+1;
45 echo "\n-- Iteration $j --\n";
H A Dfile_variation8.phpt43 $j = $i+1;
45 echo "\n-- Iteration $j --\n";
H A Dparse_ini_file_variation6-win32-mb.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Dparse_ini_file_variation6-win32.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Drename_variation12.phpt46 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
/php-src/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt28 // list($a => $b, $c => list($d, $e), $f => list($g => $h, $i => $j)) = $k;
47 // 18. Assign $j from $k[$f][$i]
H A Dgh9500.phpt16 readonly private (B&C)|A $j;
/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
/php-src/ext/gd/libgd/
H A Dgd_bmp.c1024 int i = 0, j = 0; in bmp_read_rle() local
1039 …for (j = 1; (j <= pixels_per_byte) && (xpos < info->width) && (i < rle_length); j++, xpos++, i++) { in bmp_read_rle()
1040 …index = (rle_data & (((1 << info->depth) - 1) << (8 - (j * info->depth)))) >> (8 - (j * info->dept… in bmp_read_rle()
1062 for (j = 1; (j <= max_pixels) && (xpos < info->width); j++, xpos++) { in bmp_read_rle()
1063 int temp = (index >> (8 - (j * info->depth))) & ((1 << info->depth) - 1); in bmp_read_rle()
/php-src/ext/openssl/tests/
H A Dprivate.crt13 j+znHSISe7eM9wmW6ombab7zcJsCwXDYgtY/6OqRAQKBgQD6EXKfXThfnrN/od/Y
/php-src/Zend/
H A Dmicro_bench.php213 $f = false; $j = 0;
215 $x = $f ?: $j + 1;
228 $f = false; $j = 0;
230 $x = $f ? $f : $j + 1;
/php-src/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/php-src/ext/standard/
H A Dcrypt_blowfish.c537 unsigned int bug, i, j; in BF_set_key() local
582 for (j = 0; j < 4; j++) { in BF_set_key()
593 if (j) in BF_set_key()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c3095 if (j >= 0 && RA_HAS_IVAL(j) && !(RA_IVAL_FLAGS(j) & ZREG_LAST_USE)) { in zend_jit_trace_allocate_registers()
3120 j++; in zend_jit_trace_allocate_registers()
3153 j++; in zend_jit_trace_allocate_registers()
3899 for (j = 0; j < bb->predecessors_count; j++) { in zend_jit_find_ssa_var()
3940 for (j = 0; j < bb->predecessors_count; j++) { in zend_jit_find_ssa_var()
5425 int j; in zend_jit_trace() local
5441 for (j = 0 ; j < op_array->last_var; j++) { in zend_jit_trace()
6375 int j; in zend_jit_trace() local
6378 for (j = 0; j < op_array->last_live_range; range++, j++) { in zend_jit_trace()
7768 int i, j; in zend_jit_dump_exit_info() local
[all …]
/php-src/ext/hash/
H A Dhash.c282 size_t pos = 0, max_alignment = 1, j = 0; in php_hash_unserialize_spec() local
297 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()
301 ++j; in php_hash_unserialize_spec()
307 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()
311 ++j; in php_hash_unserialize_spec()
314 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()
318 ++j; in php_hash_unserialize_spec()
994 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
1078 for (j = 1; j < iterations; j++) { in PHP_FUNCTION()
1319 int i = 0, j = 0; in PHP_FUNCTION() local
[all …]
/php-src/ext/xsl/tests/
H A Dbug70078.phpt12 for ($j = 0; $j <= 100; $j++) {
/php-src/ext/standard/tests/array/range/
H A Dbug24220.phpt36 string(1) "j"

Completed in 66 milliseconds

12345678910>>...13