Home
last modified time | relevance | path

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

12345678910>>...71

/PHP-5.5/
H A D.gdbinit36 set $i = 0
39 while $i < $c
40 printf "%d = %s\n", $i, $v[$i].name
41 if $p[$i] != 0
46 set $i = $i + 1
208 set $i = $i - 1
242 set $i = $i - 1
297 while $i > 0
299 set $i = $i - 1
329 set $i = $i - 1
[all …]
H A DCODING_STANDARDS132 a trivial meaning (e.g. for (i=0; i<100; i++) ...).
189 1. Never use C++ style comments (i.e. // comment). Always use C-style
H A DINSTALL599 env -i PHP_FCGI_CHILDREN=$PHP_FCGI_CHILDREN \
1033 # aptitude search php5 |grep -i mysql
1332 drive:\\path\to\php\executable\php.exe -i
1947 and run php -i. If PHP has any problems running, then a suitable
1977 (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 DNEWS1254 . Fixed bug #66946i (fileinfo: extensive backtracking in awk rule regular
1299 . Fixed Request #66574i (Allow multiple paths in php_ini_scanned_path). (Remi)
1656 . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones)
2472 (i dot am dot jack dot mail at gmail dot com)
3458 (r dot i dot k at free dot fr, Ilia)
4645 . Fixed bug #48831 (php -i has different output to php --ini). (Richard,
6317 - Updated timezone database to version 2009.9 (2009i) (Derick)
7140 - Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline
7210 - Fixed money_format() not to accept multiple %i or %n tokens.
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_API92 and ints to strings length (i.e. for "s" you need to pass char * and int),
95 it's "l", not "i" btw).
180 int i, num_varargs;
188 for (i = 0; i < num_varargs; i++) {
189 /* do something with varargs[i] */
201 int i, num_varargs;
208 for (i = 0; i < num_varargs; i++) {
209 /* do something with varargs[i] */
220 int i, num_varargs;
227 for (i = 0; i < num_varargs; i++) {
[all …]
/PHP-5.5/TSRM/
H A DTSRM.c167 int i; in tsrm_shutdown() local
170 for (i=0; i<tsrm_tls_table_size; i++) { in tsrm_shutdown()
244 for (i=0; i<tsrm_tls_table_size; i++) { in ts_allocate_id()
287 for (i=0; i<id_count; i++) { in allocate_new_resource()
391 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
396 for (i=0; i<thread_resources->count; i++) { in tsrm_free_interpreter_context()
456 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
461 for (i=0; i<thread_resources->count; i++) { in ts_free_thread()
498 for (i=0; i<thread_resources->count; i++) { in ts_free_worker_threads()
503 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_virtual_cwd.c594 int i; in realpath_cache_clean() local
596 for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { in realpath_cache_clean()
773 i = len; in tsrm_realpath_r()
774 while (i > start && !IS_SLASH(path[i-1])) { in tsrm_realpath_r()
775 i--; in tsrm_realpath_r()
779 (i == len - 1 && path[i] == '.')) { in tsrm_realpath_r()
781 len = i - 1; in tsrm_realpath_r()
784 } else if (i == len - 2 && path[i] == '.' && path[i+1] == '.') { in tsrm_realpath_r()
1121 j += i; in tsrm_realpath_r()
1124 memcpy(path+j, tmp+i, len-i+1); in tsrm_realpath_r()
[all …]
H A Dtsrm_win32.c469 int i; in popen_ex() local
485 for (i=0; i < type_len; i++) { in popen_ex()
/PHP-5.5/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.dsp542 flex -B -i -Sflex.skl -Pini_ -ozend_ini_scanner.c zend_ini_scanner.l
561 flex -i -Pzend -ozend_language_scanner.c zend_language_scanner.l
571 flex -i -Pzend -ozend_language_scanner.c zend_language_scanner.l
581 flex -i -Pzend -ozend_language_scanner.c zend_language_scanner.l
H A DZend.m4266 int i = ZEND_MM_ALIGNMENT;
270 while (i & ~0x1) {
272 i = i >> 1;
H A DZendTS.dsp634 flex -B -i -Sflex.skl -Pini_ -ozend_ini_scanner.c zend_ini_scanner.l
644 flex -B -i -Sflex.skl -Pini_ -ozend_ini_scanner.c zend_ini_scanner.l
654 flex -B -i -Sflex.skl -Pini_ -ozend_ini_scanner.c zend_ini_scanner.l
664 flex -B -i -Sflex.skl -Pini_ -ozend_ini_scanner.c zend_ini_scanner.l
681 flex -B -i -Sflex.skl -Pzend -ozend_language_scanner.c zend_language_scanner.l
691 flex -B -i -Sflex.skl -Pzend -ozend_language_scanner.c zend_language_scanner.l
701 flex -B -i -Sflex.skl -Pzend -ozend_language_scanner.c zend_language_scanner.l
711 flex -B -i -Sflex.skl -Pzend -ozend_language_scanner.c zend_language_scanner.l
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-5.5/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 Dbug18556.phpt16 echo "Instantiating an infoBlob with a lowercase i\n";
33 Instantiating an infoBlob with a lowercase i
H A Dbug22836.phpt14 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++) {

Completed in 86 milliseconds

12345678910>>...71