Home
last modified time | relevance | path

Searched refs:i (Results 76 – 100 of 1914) sorted by relevance

12345678910>>...77

/PHP-7.0/win32/build/
H A Dbuildconf.js56 var c, i, ok, n;
88 for (i = 0; i < calls.length; i++) {
110 var i, mod_name, j;
117 for (i in module_names) {
135 var i, mod_name, j;
158 var i, mod_name, j;
184 for (i = 0; i < args.length; i++) {
185 arg = args(i);
225 for (i = 0; i < module_dirs.length; i++) {
237 for (i = 0; i < calls.length; i++) {
[all …]
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_arrays_002.phpt115 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;i:1;}"
159 string(30) "a:3:{i:1;i:1;i:0;R:2;i:2;i:1;}"
203 string(30) "a:3:{i:2;i:1;i:0;R:2;i:1;i:1;}"
247 string(30) "a:3:{i:0;i:1;i:1;R:2;i:2;i:1;}"
291 string(30) "a:3:{i:0;i:1;i:2;i:1;i:1;R:3;}"
335 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;R:2;}"
379 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;R:3;}"
423 string(30) "a:3:{i:2;i:1;i:0;R:2;i:1;R:2;}"
467 string(30) "a:3:{i:1;i:1;i:0;R:2;i:2;R:2;}"
511 string(30) "a:3:{i:0;i:1;i:1;R:2;i:2;R:2;}"
H A Dbug70172.phpt23 $exploit = 'a:2:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}}';
27 for ($i = 0; $i < 5; $i++) {
28 $v[$i] = $fakezval.$i;
36 for ($i = 0; $i < 8; $i++) {
H A Dserialization_arrays_004.phpt71 string(56) "a:3:{i:0;a:3:{i:0;R:2;i:1;i:1;i:2;i:1;}i:1;i:1;i:2;i:1;}"
136 string(56) "a:3:{i:0;a:3:{i:0;R:2;i:1;R:2;i:2;i:1;}i:1;R:2;i:2;i:1;}"
215 string(56) "a:3:{i:0;a:3:{i:0;R:2;i:1;R:2;i:2;R:2;}i:1;R:2;i:2;R:2;}"
H A Dbug31402.phpt9 var $i;
11 function __construct($i) {
12 $this->i = $i;
43 ["i"]=>
48 ["i"]=>
53 ["i"]=>
59 ["i"]=>
68 ["i"]=>
73 ["i"]=>
78 ["i"]=>
[all …]
H A Dbug70172_2.phpt30 $exploit = 'a:2:{i:0;O:4:"obj2":1:{s:4:"ryat";C:3:"obj":'.strlen($inner).':{'.$inner.'}}i:1;a:1:{i:…
34 for ($i = 0; $i < 5; $i++) {
35 $v[$i] = $fakezval.$i;
43 for ($i = 0; $i < 8; $i++) {
H A Dserialization_arrays_003.phpt85 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;i:1;}"
129 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;i:1;}"
173 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;i:1;}"
217 string(30) "a:3:{i:0;i:1;i:1;R:2;i:2;i:1;}"
261 string(30) "a:3:{i:0;i:1;i:1;R:2;i:2;R:2;}"
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c638 for (j = i = 0; i < ns; i++, j++) { in cdf_read_dir()
655 for (i = 0; i < dir->dir_len; i++) in cdf_read_dir()
717 for (i = 0; i < dir->dir_len; i++) in cdf_read_short_stream()
779 for (i = dir->dir_len; i > 0; i--) in cdf_find_stream()
1133 for (i = 0; i < __arraycount(vn); i++) in cdf_print_property_name()
1178 for (i = 0; i < len && p[i]; i++) in cdf_u16tos8()
1218 for (i = 0; i < sat->sat_len; i++) { in cdf_dump_sat()
1275 for (i = 0; i < dir->dir_len; i++) { in cdf_dump_dir()
1329 for (i = 0; i < count; i++) { in cdf_dump_property_info()
1425 for (i = 0; i < cat->cat_num; i++) { in cdf_dump_catalog()
[all …]
/PHP-7.0/ext/pgsql/tests/
H A D24sync_query_prepared.phpt25 for ($i=0; $i < $rows; $i++)
27 pg_fetch_array($result, $i, PGSQL_NUM);
29 for ($i=0; $i < $rows; $i++)
33 for ($i=0; $i < $rows; $i++)
35 pg_fetch_row($result, $i);
37 for ($i=0; $i < $rows; $i++)
39 pg_fetch_result($result, $i, 0);
H A D03sync_query.phpt17 for ($i=0; $i < $rows; $i++)
19 pg_fetch_array($result, $i, PGSQL_NUM);
21 for ($i=0; $i < $rows; $i++)
25 for ($i=0; $i < $rows; $i++)
27 pg_fetch_row($result, $i);
29 for ($i=0; $i < $rows; $i++)
31 pg_fetch_result($result, $i, 0);
H A D25async_query_params.phpt31 for ($i=0; $i < $rows; $i++)
33 pg_fetch_array($result, $i, PGSQL_NUM);
35 for ($i=0; $i < $rows; $i++)
39 for ($i=0; $i < $rows; $i++)
41 pg_fetch_row($result, $i);
43 for ($i=0; $i < $rows; $i++)
45 pg_fetch_result($result, $i, 0);
/PHP-7.0/ext/spl/tests/
H A Dbug70366.phpt19 $inner = 'i:1234;:i:1;';
20 …xploit = 'a:5:{i:0;i:1;i:1;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj"…
29 for ($i = 0; $i < 8; $i++) {
/PHP-7.0/ext/hash/
H A Dhash_joaat.c53 int i = 0; in PHP_JOAATFinal()
56 for (i = 0; i < 4; i++) { in PHP_JOAATFinal()
57 digest[i] = c[3 - i]; in PHP_JOAATFinal()
76 size_t i; in joaat_buf() local
79 for (i = 0; i < len; i++) { in joaat_buf()
80 hval += input[i]; in joaat_buf()
/PHP-7.0/ext/snmp/tests/
H A Dbug72479.phpt10 $poc = 'a:3:{i:1;N;i:2;O:4:"snmp":1:{s:11:"quick_print";'.serialize($arr).'}i:1;R:7;}';
19 for ($i = 0; $i < 5; $i++) {
20 $v[$i] = $fakezval.$i;
27 for ($i = 0; $i < 8; $i++) {
/PHP-7.0/ext/gd/libgd/
H A Dgdkanji.c92 int c, i; in DetectKanjiCode() local
96 i = 0; in DetectKanjiCode()
113 c = str[i++]; in DetectKanjiCode()
392 for (i = 0; from[i] != '\0' && j < BUFSIZ; i++) in do_convert()
396 i++; in do_convert()
401 i++; in do_convert()
406 i++; in do_convert()
429 for (i = 0; from[i] != '\0' && j < BUFSIZ; i++) in do_convert()
520 for (i = 0; tmp[i] != '\0' && j < BUFSIZ; i++) in do_check_and_conv()
529 i += 2; in do_check_and_conv()
[all …]
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_trace.c13 int i; in fpm_trace_get_strz() local
17 i = l % SIZEOF_LONG; in fpm_trace_get_strz()
18 l -= i; in fpm_trace_get_strz()
23 for ( ; i < SIZEOF_LONG; i++) { in fpm_trace_get_strz()
25 if (sz && lc[i]) { in fpm_trace_get_strz()
26 *buf++ = lc[i]; in fpm_trace_get_strz()
32 i = 0; in fpm_trace_get_strz()
/PHP-7.0/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php48 for ($i=1; $i<count($argv); $i++) {
50 if ($this->isShortOption($argv[$i])) {
51 $option = substr($argv[$i], 1);
53 throw new gtUnknownOptionException('Unrecognised command line option ' . $argv[$i]);
58 throw new gtUnknownOptionException('Unknown option ' . $argv[$i]);
66 if (!$this->isValidOptionArg($argv, $i + 1))
68 … throw new gtMissingArgumentException('Missing argument for command line option ' . $argv[$i]);
71 $i++;
72 $this->options[$option] = $argv[$i];
/PHP-7.0/tests/lang/
H A D021.phpt6 for ($i=0; $i<=5; $i++)
8 echo "i=$i\n";
10 switch($i) {
34 i=0
36 i=1
38 i=2
40 i=3
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dunicode.c11016 for (i = 0; i < to->n; i++) {
11025 for (i = 0; i < len; i++) {
11230 for (i = 0; i < to->n; i++) {
11248 for (i = 0; i < z3->n; i++) {
11258 for (i = 0; i < ncs[0]; i++) {
11270 for (i = 0; i < z2->n; i++) {
11281 for (i = 0; i < ncs[0]; i++) {
11296 for (i = 0; i < z2->n; i++) {
11313 for (i = 0; i < to->n; i++) {
11340 for (i = 0; i < z2->n; i++) {
[all …]
/PHP-7.0/ext/dba/libcdb/
H A Dcdb_make.c141 int i; in cdb_make_finish() local
150 for (i = 0;i < 256;++i) in cdb_make_finish()
151 c->count[i] = 0; in cdb_make_finish()
154 i = x->num; in cdb_make_finish()
155 while (i--) in cdb_make_finish()
160 for (i = 0;i < 256;++i) { in cdb_make_finish()
181 for (i = 0;i < 256;++i) { in cdb_make_finish()
187 i = x->num; in cdb_make_finish()
188 while (i--) in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
[all …]
/PHP-7.0/ext/zip/lib/
H A Dzip_discard.c47 zip_uint64_t i; in zip_discard() local
64 for (i=0; i<za->nentry; i++) in zip_discard()
65 _zip_entry_finalize(za->entry+i); in zip_discard()
69 for (i=0; i<za->nopen_source; i++) { in zip_discard()
70 _zip_source_invalidate(za->open_source[i]); in zip_discard()
/PHP-7.0/ext/date/lib/
H A Dparse_tz.c116 for (i = 0; i < tz->bit32.timecnt; i++) { in read_transistions()
167 for (i = 0; i < tz->bit32.typecnt; i++) { in read_types()
195 for (i = 0; i < tz->bit32.leapcnt; i++) { in read_types()
210 for (i = 0; i < tz->bit32.ttisstdcnt; i++) { in read_types()
211 tz->type[i].isstdcnt = buffer[i]; in read_types()
224 for (i = 0; i < tz->bit32.ttisgmtcnt; i++) { in read_types()
286 for (i = 0; i < tz->bit32.timecnt; i++) { in timelib_dump_tzinfo()
288 tz->trans[i], tz->trans[i], tz->trans_idx[i], in timelib_dump_tzinfo()
297 for (i = 0; i < tz->bit32.leapcnt; i++) { in timelib_dump_tzinfo()
442 for (i = 0; i < tz->bit32.timecnt; i++) { in fetch_timezone_offset()
[all …]
/PHP-7.0/sapi/fpm/fpm/events/
H A Dpoll.c74 int i; in fpm_event_poll_init() local
89 for (i = 0; i < max; i++) { in fpm_event_poll_init()
90 pollfds[i].fd = -1; in fpm_event_poll_init()
188 int i; in fpm_event_poll_add() local
205 for (i = 0; i < npollfds; i++) { in fpm_event_poll_add()
212 pollfds[i].fd = ev->fd; in fpm_event_poll_add()
233 int i; in fpm_event_poll_remove() local
251 for (i = 0; i < npollfds; i++) { in fpm_event_poll_remove()
259 next_free_slot = i; in fpm_event_poll_remove()
262 pollfds[i].fd = -1; in fpm_event_poll_remove()
[all …]
/PHP-7.0/ext/mysqli/tests/
H A D067.phpt43 for ($i=0;$i < 3; $i++) {
44 $mysql->query("DROP TABLE IF EXISTS cursor$i");
45 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine);
46 $mysql->query("INSERT INTO cursor$i VALUES (1),(2),(3),(4),(5),(6)");
47 $stmt[$i] = open_cursor($mysql, "SELECT a FROM cursor$i");
48 $stmt[$i]->execute();
49 $stmt[$i]->bind_result($a[$i]);
60 for ($i=0; $i < 3; $i++) {
61 $stmt[$i]->close();
73 for ($i =0; $i < 3; $i++) {
[all …]
/PHP-7.0/Zend/tests/try/
H A Dtry_catch_finally_005.phpt7 for ($i = 0; $i < 100 ; $i ++) {
16 for ($i = 0; $i < 2; $i ++) {
24 for ($i = 0; $i < 3; $i ++) {
30 if ($i == 1) {

Completed in 85 milliseconds

12345678910>>...77