Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 25 of 38) sorted by path

12

/PHP-5.5/Zend/tests/
H A Dbug43201.phpt18 for($cnt=0;$cnt<6;$cnt++) {
20 $c->arr[$cnt]["k2"] = $ref;
/PHP-5.5/Zend/
H A Dzend_execute_API.c1544 …ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :…
1548 int cnt; member
1555 if (ai->cnt < MAX_ABSTRACT_INFO_CNT) { in zend_verify_abstract_class_function()
1556 ai->afn[ai->cnt] = fn; in zend_verify_abstract_class_function()
1560 ai->cnt++; in zend_verify_abstract_class_function()
1563 ai->afn[ai->cnt] = NULL; in zend_verify_abstract_class_function()
1566 ai->cnt++; in zend_verify_abstract_class_function()
1582 if (ai.cnt) { in zend_verify_abstract_class()
1584 ce->name, ai.cnt, in zend_verify_abstract_class()
1585 ai.cnt > 1 ? "s" : "", in zend_verify_abstract_class()
/PHP-5.5/ext/date/lib/
H A Dparse_date.c311 unsigned int cnt = s->tok - s->bot;
312 if(cnt){
315 s->ptr -= cnt;
316 cursor -= cnt;
317 s->pos -= cnt;
318 s->lim -= cnt;
332 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
333 s->eof = &s->lim[cnt]; *(s->eof)++ = '\n';
335 s->lim += cnt;
H A Dparse_date.re309 unsigned int cnt = s->tok - s->bot;
310 if(cnt){
313 s->ptr -= cnt;
314 cursor -= cnt;
315 s->pos -= cnt;
316 s->lim -= cnt;
330 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
331 s->eof = &s->lim[cnt]; *(s->eof)++ = '\n';
333 s->lim += cnt;
/PHP-5.5/ext/exif/
H A Dtest.txt62 $cnt = 0;
89 if ( ($cnt=count($possible)) % 100 == 0) {
90 error_log("exif test page - counting files: $cnt",0);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch494 size_t cnt = me->max_count + ALLOC_CHUNK;
497 sizeof(*nm) * cnt))) == NULL) {
498 file_oomem(ms, sizeof(*nm) * cnt);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c1538 size_t cnt = me->max_count + ALLOC_CHUNK; in parse() local
1540 sizeof(*nm) * cnt))) == NULL) { in parse()
1541 file_oomem(ms, sizeof(*nm) * cnt); in parse()
1545 me->max_count = CAST(uint32_t, cnt); in parse()
H A Dcompress.c193 ssize_t cnt; in sread() local
194 for (cnt = 0;; cnt++) { in sread()
210 } else if (selrv == 0 && cnt >= 5) { in sread()
/PHP-5.5/ext/gd/libgd/
H A Dwbmp.c66 int cnt, l, accu; in putmbi() local
69 cnt = 0; in putmbi()
72 accu += i & 0x7f << 7 * cnt++; in putmbi()
75 for (l = cnt - 1; l > 0; l--) in putmbi()
/PHP-5.5/ext/gd/tests/
H A Dimagefttext.phpt27 $cnt = 0;
31 ++$cnt;
39 return ($cnt < ($sx * $sy));
/PHP-5.5/ext/iconv/
H A Diconv.c686 unsigned int cnt; in _php_iconv_strlen() local
706 for (in_p = str, in_left = nbytes, cnt = 0; in_left > 0; cnt+=2) { in _php_iconv_strlen()
736 *pretval = cnt; in _php_iconv_strlen()
744 *pretval = cnt; in _php_iconv_strlen()
770 unsigned int cnt; in _php_iconv_substr() local
827 for (in_p = str, in_left = nbytes, cnt = 0; in_left > 0 && len > 0; ++cnt) { in _php_iconv_substr()
840 if (cnt >= (unsigned int)offset) { in _php_iconv_substr()
918 unsigned int cnt; in _php_iconv_strpos() local
959 for (in_p = haystk, in_left = haystk_nbytes, cnt = 0; in_left > 0; ++cnt) { in _php_iconv_strpos()
993 match_ofs = cnt; in _php_iconv_strpos()
[all …]
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c1039 int cnt = 0; in add_array_entry() local
1057 sprintf( cur_key_name , "%s%d", key_name , cnt++); in add_array_entry()
1061 sprintf( cur_key_name , "%s%d", key_name , cnt++); in add_array_entry()
/PHP-5.5/ext/intl/tests/
H A Ddateformat_localtime.phpt61 $cnt =0;
66 $res_str .= "\nIntlDateFormatter : ".$fmt_desc_array[$cnt];
68 $cnt++;
H A Ddateformat_parse_localtime_parsepos.phpt51 $cnt =0;
54 $res_str .= "\nIntlDateFormatter : ".$fmt_desc_array[$cnt];
55 $cnt++;
H A Dlocale_compose_locale.phpt106 $cnt = 0;
110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
/PHP-5.5/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt62 $cnt = 0;
66 $cnt++;
88 $cnt = 0;
92 $cnt++;
101 $cnt = 0;
105 $cnt++;
114 $cnt = 0;
118 $cnt++;
129 $cnt = 0;
134 $cnt++;
[all …]
/PHP-5.5/ext/mysqli/tests/
H A D067.phpt53 $cnt = 0;
57 $cnt += $a[0] + $a[1] + $a[2];
65 var_dump($cnt);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1248 int cnt = 0; local
1254 cnt++;
1258 if (cnt) {
1259 MYSQLND **ret_p = ret = ecalloc(cnt + 1, sizeof(MYSQLND *));
1284 unsigned int cnt = 0; local
1304 cnt++;
1308 DBG_RETURN(cnt ? 1 : 0);
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt90 $cnt = (print_roundtrips($c) - $initial_rt);
91 echo "Number of roundtrips made with prefetch count 0 for 5 rows is $cnt\n";
99 $cnt = (print_roundtrips($c) - $initial_rt );
100 echo "Number of roundtrips made with prefetch count 5 for 5 rows is $cnt\n";
H A Drefcur_prefetch_3.phpt59 $cnt = (print_roundtrips($c) - $initial_rt);
60 echo "Number of roundtrips made with prefetch count 5 for 10 rows is $cnt\n";
/PHP-5.5/ext/phar/
H A Dphar_object.c4154 int cnt = filename_len; in phar_extract_file() local
4157 if ('\\' == filename[cnt]) { in phar_extract_file()
4158 filename[cnt] = '/'; in phar_extract_file()
4160 } while (cnt-- >= 0); in phar_extract_file()
/PHP-5.5/ext/session/tests/
H A Dbug65475.phpt15 $_SESSION['cnt'] = 1;
21 $_SESSION['cnt']++;
26 var_dump($_SESSION['cnt']); // Should be int(2)
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c143 …r sxe_get_element_by_offset(php_sxe_object *sxe, long offset, xmlNodePtr node, long *cnt) /* {{{ */ in sxe_get_element_by_offset() argument
149 if (cnt) { in sxe_get_element_by_offset()
150 *cnt = 0; in sxe_get_element_by_offset()
172 if (cnt) { in sxe_get_element_by_offset()
173 *cnt = nodendx; in sxe_get_element_by_offset()
335 long cnt = 0; in sxe_prop_dim_read() local
346 node = sxe_get_element_by_offset(sxe, Z_LVAL_P(member), node, &cnt); in sxe_prop_dim_read()
353 if (member && cnt < Z_LVAL_P(member)) { in sxe_prop_dim_read()
465 long cnt = 0; in sxe_prop_dim_write() local
606 newnode = sxe_get_element_by_offset(sxe, Z_LVAL_P(member), node, &cnt); in sxe_prop_dim_write()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1361 int cnt = 0; in spl_cit_check_flags() local
1363 cnt += (flags & CIT_CALL_TOSTRING) ? 1 : 0; in spl_cit_check_flags()
1364 cnt += (flags & CIT_TOSTRING_USE_KEY) ? 1 : 0; in spl_cit_check_flags()
1365 cnt += (flags & CIT_TOSTRING_USE_CURRENT) ? 1 : 0; in spl_cit_check_flags()
1366 cnt += (flags & CIT_TOSTRING_USE_INNER) ? 1 : 0; in spl_cit_check_flags()
1368 return cnt <= 1 ? SUCCESS : FAILURE; in spl_cit_check_flags()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15437 cnt++; in getDigits()
28591 assert( cnt==(cnt&0x1ffff) );
38601 memcpy(&zBuf[n], &cnt, sizeof(cnt));
38607 memcpy(&zBuf[n], &cnt, sizeof(cnt));
51074 if( cnt>=10 ) nDelay = (cnt-9)*(cnt-9)*39;
51556 int cnt;
51693 { int cnt; for(cnt=0, p=pList; p; p=p->pDirty, cnt++){}
71942 int cnt;
86956 return cnt.nThis>0 || cnt.nOther==0;
116865 if( cnt!=0 && 255!=(u8)z[cnt-1] ){
[all …]

Completed in 400 milliseconds

12