Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 1947) sorted by path

12345678910>>...78

/PHP-7.4/
H A D.gdbinit197 set $i = $ind
198 while $i > 0
200 set $i = $i - 1
221 set $i = $ind
222 while $i > 0
224 set $i = $i - 1
341 set $i = 0
343 while $i < $num
344 set $p = (Bucket*)($ht->arData + $i)
351 printf "[%d] ", $i
[all …]
H A DCODING_STANDARDS.md140 meaning (e.g. `for (i=0; i<100; i++) ...`).
230 1. Never use C++ style comments (i.e. `//` comment). Always use C-style comments
H A DCONTRIBUTING.md351 (i.e. 7.3) and then get merged up to all other branches. All security fixes
352 should go to the lowest security fixes branch (i.e 7.2). If a change is not
353 needed for later branches (i.e. fixes for features which were dropped from
H A DUPGRADING328 checking whether the statement is read-only, i.e. if it doesn't modify
H A DUPGRADING.INTERNALS12 i. php_fgetcsv() and php_fputcsv()
153 i. The type of the escape parameter of php_fgetcsv() and php_fputcsv() has
/PHP-7.4/TSRM/
H A DTSRM.c191 int i; in tsrm_shutdown() local
205 for (i=0; i<tsrm_tls_table_size; i++) { in tsrm_shutdown()
267 int i; in tsrm_update_active_threads() local
269 for (i=0; i<tsrm_tls_table_size; i++) { in tsrm_update_active_threads()
393 int i; in allocate_new_resource() local
412 for (i=0; i<id_count; i++) { in allocate_new_resource()
507 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
512 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
576 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
581 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
[all …]
/PHP-7.4/Zend/
H A DZend.m4274 int i = ZEND_MM_ALIGNMENT;
278 while (i & ~0x1) {
280 i = i >> 1;
H A Dbench.php8 for ($i = 0; $i < 1000000; $i++)
127 $X[$i] = $i; ++$i;
128 $X[$i] = $i; ++$i;
129 $X[$i] = $i; ++$i;
130 $X[$i] = $i; ++$i;
131 $X[$i] = $i; ++$i;
133 $X[$i] = $i; ++$i;
134 $X[$i] = $i; ++$i;
135 $X[$i] = $i; ++$i;
136 $X[$i] = $i; ++$i;
[all …]
H A Dmicro_bench.php7 for ($i = 0; $i < $n; $i++)
12 for ($i = 0; $i < $n; $i++)
20 for ($i = 0; $i < $n; $i++)
30 for ($i = 0; $i < $n; ++$i) {
36 for ($i = 0; $i < $n; ++$i) {
42 for ($i = 0; $i < $n; ++$i) {
48 for ($i = 0; $i < $n; ++$i) {
57 for ($i = 0; $i < $n; ++$i) {
63 for ($i = 0; $i < $n; ++$i) {
134 for ($i = 0; $i < $n; ++$i) {
[all …]
/PHP-7.4/Zend/tests/
H A D010.phpt6 interface i {
10 class foo implements i {
33 var_dump(get_parent_class("i"));
H A Dadd_005.phpt8 $i = 75636;
11 $c = $i + $d;
14 $c = $d + $i;
H A Dadd_006.phpt8 $i = 75636;
14 $c = $i + $s1;
17 $c = $i + $s2;
20 $c = $i + $s3;
23 $c = $i + $s4;
26 $c = $s1 + $i;
29 $c = $s2 + $i;
32 $c = $s3 + $i;
35 $c = $s4 + $i;
H A Danonymous_func_001.phpt6 for ($i = 0; $i < 10; $i++) {
7 $a = create_function('', 'return '. $i .';');
10 $b = "\0lambda_". ($i + 1);
H A Darray_literal_next_element_error.phpt6 $i = PHP_INT_MAX;
7 $array = [$i => 42, new stdClass];
H A Darray_splice_empty_ht_iter_removal.phpt6 $i = 0;
10 if (++$i == 2) break;
H A Dassign_to_obj_001.phpt5 function &a($i) {
6 $a = "str". $i ."ing";
H A Dbug18556.phpt16 echo "Instantiating an infoBlob with a lowercase i\n";
33 Instantiating an infoBlob with a lowercase i
H A Dbug22836.phpt12 for ($i = 0; $i < 8; $i++) {
H A Dbug26696.phpt7 for ($i = 0; $i < $len; $i++) {
8 switch ($str[$i]) {
13 echo $str[$i].'-';
H A Dbug31683.phpt53 for ($i=0; $i < 2; $i++) {
/PHP-7.4/Zend/tests/anon/
H A D003.phpt9 $this->i = $i;
15 ["i"]=>
19 ["i"]=>
23 ["i"]=>
27 ["i"]=>
31 ["i"]=>
35 ["i"]=>
39 ["i"]=>
43 ["i"]=>
47 ["i"]=>
[all …]
/PHP-7.4/Zend/tests/array_unpack/
H A Dbasic.phpt12 for($i = 11; $i < 15; $i++) {
13 yield $i;
/PHP-7.4/Zend/tests/assert/
H A Dexpect_006.phpt8 for($i=0; $i<100000; $i++) {
9 assert ($i < 100000, "The universe should make sense");
H A Dexpect_015.phpt35 for ($i = 0, $j = 100; $i < $j; $i++, --$j) {
36 $s[$i] = $a[$j];
41 while ($s[$i]) {
42 $i++;
45 $i--;
46 } while ($s[$i]);
112 $i++;
175 for ($i = 0, $j = 100; $i < $j; $i++, --$j) {
182 $i++;
185 $i--;
[all …]
H A Dindirect_var_access_misoptimization.phpt9 $i = 0;
10 assert('$i = new stdClass');
11 $i += 1;
12 var_dump($i);

Completed in 44 milliseconds

12345678910>>...78