Home
last modified time | relevance | path

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

12345678910>>...81

/PHP-7.1/
H A D.gdbinit199 set $i = $ind
200 while $i > 0
202 set $i = $i - 1
227 set $i = $ind
228 while $i > 0
230 set $i = $i - 1
332 set $i = 0
334 while $i < $num
335 set $p = (Bucket*)($ht->arData + $i)
342 printf "[%d] ", $i
[all …]
H A DCODING_STANDARDS134 a trivial meaning (e.g. for (i=0; i<100; i++) ...).
191 1. Never use C++ style comments (i.e. // comment). Always use C-style
H A DINSTALL395 env -i PHP_FCGI_CHILDREN=$PHP_FCGI_CHILDREN \
829 # aptitude search php7 |grep -i mysql
1128 drive:\\path\to\php\executable\php.exe -i
1743 and run php -i. If PHP has any problems running, then a suitable
1773 (php.exe on Windows) and run php -i. If PHP has any problems
H A DMakefile.global31 for i in 0.0.0 0.0 0; do \
51 for i in `echo $(INSTALL_HEADERS)`; do \
52 i=`$(top_srcdir)/build/shtool path -d $$i`; \
53 paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \
57 for i in `echo $(INSTALL_HEADERS)`; do \
59 src=`echo $$i | $(SED) -e "s#ext/$(PHP_PECL_EXTENSION)/##g"`; \
61 src=$$i; \
64 $(INSTALL_DATA) $(top_srcdir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \
77 for i in $(PHP_MODULES)""; do \
78 . $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
[all …]
H A DNEWS1996 i.e. Non-existing session read must return empty string. PHP 7.0 is made
3783 . Fixed bug #70538 ("php-fpm -i" crashes). (rainer dot jung at
H A DREADME.GIT-RULES70 1. All changes should first go to the lowest branch (i.e. 5.6) and then
72 later branches (i.e. fixes for features which where dropped from later
H A DREADME.PARAMETER_PARSING_API93 and size_t to strings length (i.e. for "s" you need to pass char * and size_t),
179 int i, num_varargs;
187 for (i = 0; i < num_varargs; i++) {
188 /* do something with varargs[i] */
200 int i, num_varargs;
207 for (i = 0; i < num_varargs; i++) {
208 /* do something with varargs[i] */
214 int i, num_varargs;
221 for (i = 0; i < num_varargs; i++) {
222 /* do something with varargs[i] */
H A DUPGRADING94 now strictly typed, i.e. if anything other than an array or a boolean is
/PHP-7.1/TSRM/
H A DTSRM.c177 int i; in tsrm_shutdown() local
180 for (i=0; i<tsrm_tls_table_size; i++) { in tsrm_shutdown()
254 for (i=0; i<tsrm_tls_table_size; i++) { in ts_allocate_id()
300 for (i=0; i<id_count; i++) { in allocate_new_resource()
404 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
409 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
469 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
474 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
511 for (i=0; i<thread_resources->count; i++) { in ts_free_worker_threads()
516 for (i=0; i<thread_resources->count; i++) { in ts_free_worker_threads()
[all …]
H A Dtsrm_nw.c59 int ptrLen = 0, argc = 0, i = 0, envCount = 0, err = 0; local
148 for (i = 0; i < argc; i++) {
149 if (argv[i])
150 free (argv[i]);
218 for (i = 0; i < argc; i++) {
219 if (argv[i])
220 free (argv[i]);
H A Dtsrm_win32.c487 int i; in popen_ex() local
503 for (i=0; i < type_len; i++) { in popen_ex()
/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO96 == operation, === compares objects by handles, i.e., return true if
98 different object types (i.e., having different handlers) can not be
H A DZend.m4242 int i = ZEND_MM_ALIGNMENT;
246 while (i & ~0x1) {
248 i = i >> 1;
H A Dacinclude.m47 # min: 2.4 (i.e. 204, major * 100 + minor for easier comparison)
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) {
69 for ($i = 0; $i < $n; ++$i) {
[all …]
/PHP-7.1/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];
/PHP-7.1/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.1/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++;
174 for ($i = 0, $j = 100; $i < $j; $i++, --$j) {
181 $i++;
184 $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 430 milliseconds

12345678910>>...81