Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 25 of 60) sorted by last modified time

123

/php-src/Zend/
H A Dzend_inheritance.c2599 …ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :…
2603 int cnt; member
2608 if (ai->cnt < MAX_ABSTRACT_INFO_CNT) { in zend_verify_abstract_class_function()
2609 ai->afn[ai->cnt] = fn; in zend_verify_abstract_class_function()
2611 ai->cnt++; in zend_verify_abstract_class_function()
2633 if (ai.cnt) { in zend_verify_abstract_class()
2638 ZSTR_VAL(ce->name), ai.cnt, in zend_verify_abstract_class()
2639 ai.cnt > 1 ? "s" : "", in zend_verify_abstract_class()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2529 uint32_t code1 = 0x0e205800 | (tmp_reg-IR_REG_FP_FIRST); // cnt v0.8b, v0.8b
2544 | .long code1 // cnt v0.8b, v0.8b
2551 | .long code1 // cnt v0.8b, v0.8b
2557 | .long code1 // cnt v0.8b, v0.8b
2563 | .long code1 // cnt v0.8b, v0.8b
/php-src/ext/iconv/
H A Diconv.c562 size_t cnt; in _php_iconv_strlen() local
581 for (in_p = str, in_left = nbytes, cnt = 0; more;) { in _php_iconv_strlen()
607 *pretval = cnt; in _php_iconv_strlen()
638 size_t cnt; in _php_iconv_substr() local
688 for (in_p = str, in_left = nbytes, cnt = 0; more; ++cnt) { in _php_iconv_substr()
699 if ((zend_long)cnt >= offset) { in _php_iconv_substr()
771 size_t cnt; in _php_iconv_strpos() local
810 for (in_p = haystk, in_left = haystk_nbytes, cnt = 0; more; ++cnt) { in _php_iconv_strpos()
838 if (cnt >= offset) { in _php_iconv_strpos()
841 match_ofs = cnt; in _php_iconv_strpos()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3124 int cnt; member
3131 arg->cfa[arg->cnt] = _Unwind_GetCFA(ctx); in zend_jit_unwind_cb()
3132 arg->cnt++; in zend_jit_unwind_cb()
3133 if (arg->cnt == 3) { in zend_jit_unwind_cb()
3145 if (arg.cnt == 3) { in zend_jit_touch_vm_stack_data()
/php-src/main/
H A Dphp_variables.c336 uint64_t cnt; member
400 if (++vars->cnt > max_vars) { in add_post_vars()
/php-src/ext/standard/
H A Dproc_open.c162 uint32_t cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp() local
164 if (cnt < 1) { in _php_array_to_envp()
173 zend_hash_init(env_hash, cnt, NULL, NULL, 0); in _php_array_to_envp()
195 ep = env.envarray = (char **) ecalloc(cnt + 1, sizeof(char *)); in _php_array_to_envp()
H A Darray.c617 zend_long cnt = 0; in php_count_recursive() local
628 cnt = zend_hash_num_elements(ht); in php_count_recursive()
632 cnt += php_count_recursive(Z_ARRVAL_P(element)); in php_count_recursive()
637 return cnt; in php_count_recursive()
646 zend_long cnt; in PHP_FUNCTION() local
662 cnt = zend_hash_num_elements(Z_ARRVAL_P(array)); in PHP_FUNCTION()
664 cnt = php_count_recursive(Z_ARRVAL_P(array)); in PHP_FUNCTION()
666 RETURN_LONG(cnt); in PHP_FUNCTION()
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c2091 unsigned int cnt = 0; local
2098 cnt++;
2102 if (cnt) {
2103 MYSQLND **ret_p = ret = ecalloc(cnt + 1, sizeof(MYSQLND *));
2130 unsigned int cnt = 0; local
2152 ++cnt;
2156 DBG_RETURN(cnt ? 1 : 0);
/php-src/sapi/litespeed/
H A Dlsapilib.c4360 int LSAPI_Inc_Req_Processed(int cnt) in LSAPI_Inc_Req_Processed() argument
4362 return __atomic_add_fetch(s_global_counter, cnt, __ATOMIC_SEQ_CST); in LSAPI_Inc_Req_Processed()
/php-src/ext/fileinfo/
H A Dlibmagic.patch467 size_t cnt = me->max_count + ALLOC_CHUNK;
470 sizeof(*nm) * cnt))) == NULL) {
471 file_oomem(ms, sizeof(*nm) * cnt);
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c425 ssize_t cnt; in sread() local
426 for (cnt = 0;; cnt++) { in sread()
442 } else if (selrv == 0 && cnt >= 5) { in sread()
H A Dapprentice.c2010 size_t cnt = me->max_count + ALLOC_CHUNK; in parse() local
2012 sizeof(*nm) * cnt))) == NULL) { in parse()
2013 file_oomem(ms, sizeof(*nm) * cnt); in parse()
2017 me->max_count = CAST(uint32_t, cnt); in parse()
2539 size_t len, cnt; in check_format_type() local
2579 for (len = cnt = 0; isdigit(CAST(unsigned char, *ptr)); ptr++, cnt++) \ in check_format_type()
2581 if (cnt > 5 || len > 1024) \ in check_format_type()
/php-src/ext/simplexml/
H A Dsimplexml.c103 …element_by_offset(php_sxe_object *sxe, zend_long offset, xmlNodePtr node, zend_long *cnt) /* {{{ */ in sxe_get_element_by_offset() argument
109 if (cnt) { in sxe_get_element_by_offset()
110 *cnt = 0; in sxe_get_element_by_offset()
130 if (cnt) { in sxe_get_element_by_offset()
131 *cnt = nodendx; in sxe_get_element_by_offset()
283 zend_long cnt = 0; in sxe_prop_dim_read() local
294 node = sxe_get_element_by_offset(sxe, Z_LVAL_P(member), node, &cnt); in sxe_prop_dim_read()
301 if (member && cnt < Z_LVAL_P(member)) { in sxe_prop_dim_read()
369 zend_long cnt = 0; in sxe_prop_dim_write() local
524 newnode = sxe_get_element_by_offset(sxe, Z_LVAL_P(member), node, &cnt); in sxe_prop_dim_write()
[all …]
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_014.phpt10 for($cnt = 0; $cnt < 6; $cnt++) {
H A Dreg_alloc_016.phpt10 for($cnt = 0; $cnt < 6; $cnt++) {
H A Drope_002.phpt11 for ($cnt = 0; $cnt < 6; $cnt++) {
H A Dmul_004.phpt18 $res = $a * 8; // shift cnt: 3
23 $res = 16 * $a; // shift cnt: 4
28 $res = $a * 0x10000000; // shift cnt: 29
33 $res = $a * 0x100000000; // shift cnt: 32
H A Dqm_assign_003.phpt10 for($cnt2=0;$cnt<6;$cnt++) {
H A Dreg_alloc_011.phpt10 for ($cnt=0;$cnt<6;$cnt++) {
H A Dreg_alloc_010.phpt10 for (; $cnt < 6; $cnt++) {
20 Warning: Undefined variable $cnt in %sreg_alloc_010.php on line 3
22 Warning: Undefined variable $cnt in %sreg_alloc_010.php on line 3
H A Dfetch_obj_010.phpt10 for($cnt=0;$cnt<3;$cnt++) {
H A Dfetch_dim_r_013.phpt11 for($cnt = 0; $cnt < 6; $cnt++) {
H A Dbug79888.phpt27 $cnt = 0;
31 if (testPrime($i)) $cnt++;
33 echo "Primect: {$cnt}\n";
H A Dassign_op_009.phpt11 for($cnt=0;$cnt<6;$cnt++) {
H A Dassign_052.phpt11 for($cnt = 0; $cnt < 6; $cnt++) {

Completed in 149 milliseconds

123