/PHP-7.1/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.c | 58 device->pos= 0; in mbfl_memory_device_init() 97 device->pos = 0; in mbfl_memory_device_clear() 105 device->pos = 0; in mbfl_memory_device_reset() 113 device->pos--; in mbfl_memory_device_unput() 126 device->pos= 0; in mbfl_memory_device_result() 257 device->pos += len; in mbfl_memory_device_strcat() 303 if ((dest->pos + src->pos) >= dest->length) { in mbfl_memory_device_devcat() 321 n = src->pos; in mbfl_memory_device_devcat() 322 dest->pos += n; in mbfl_memory_device_devcat() 337 device->pos= 0; in mbfl_wchar_device_init() [all …]
|
/PHP-7.1/ext/standard/ |
H A D | html.c | 128 pos++; in get_next_char() 136 MB_FAILURE(pos, utf8_lead(str[pos + 1]) ? 1 : 2); in get_next_char() 142 pos += 2; in get_next_char() 162 pos += 3; in get_next_char() 183 pos += 4; in get_next_char() 207 pos += 2; in get_next_char() 210 pos += 1; in get_next_char() 233 pos += 2; in get_next_char() 236 pos += 1; in get_next_char() 258 pos += 2; in get_next_char() [all …]
|
H A D | formatted_print.c | 62 if (!*buffer || (*pos + 1) >= ZSTR_LEN(*buffer)) { in php_sprintf_appendchar() 67 ZSTR_VAL(*buffer)[(*pos)++] = add; in php_sprintf_appendchar() 89 if(m_width > INT_MAX - *pos - 1) { in php_sprintf_appendstring() 93 req_size = *pos + m_width + 1; in php_sprintf_appendstring() 108 ZSTR_VAL(*buffer)[(*pos)++] = (neg) ? '-' : '+'; in php_sprintf_appendstring() 114 ZSTR_VAL(*buffer)[(*pos)++] = padding; in php_sprintf_appendstring() 119 *pos += copy_len; in php_sprintf_appendstring() 122 ZSTR_VAL(*buffer)[(*pos)++] = padding; in php_sprintf_appendstring() 341 php_sprintf_getnumber(char *buffer, size_t *pos) in php_sprintf_getnumber() argument 348 i = (endptr - &buffer[*pos]); in php_sprintf_getnumber() [all …]
|
/PHP-7.1/tests/lang/ |
H A D | foreachLoopIteratorAggregate.001.phpt | 6 private $pos=0; 12 return $this->pos < count($this->myContent); 18 $this->pos++; 24 $this->pos=0; 30 return $this->myContent[$this->pos]; 36 return "meal " . $this->pos; 42 private $pos=0; 54 $this->pos++; 60 $this->pos=0; 66 return $this->myContent[$this->pos]; [all …]
|
H A D | foreachLoopIterator.001.phpt | 7 private $pos=0; 12 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; 13 return $this->pos<3; 18 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; 19 return $this->myContent[$this->pos++]; 24 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; 25 $this->pos=0; 30 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; 31 return $this->myContent[$this->pos]; 37 return "meal " . $this->pos; [all …]
|
H A D | foreachLoopIteratorAggregate.003.phpt | 6 private $pos=0; 11 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; 12 return $this->pos<3; 17 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; 18 return $this->myContent[$this->pos++]; 23 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; 24 $this->pos=0; 29 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; 30 return $this->myContent[$this->pos]; 35 echo "$indent--> " . __METHOD__ . " ($this->pos)\n"; [all …]
|
/PHP-7.1/ext/dba/libcdb/ |
H A D | cdb.c | 46 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos) in cdb_match() argument 55 if (cdb_read(c, buf, n, pos) == -1) in cdb_match() 59 pos += n; in cdb_match() 104 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos) in cdb_read() argument 106 if (php_stream_seek(c->fp, pos, SEEK_SET) == -1) { in cdb_read() 132 uint32 pos; in cdb_findnext() local 153 uint32_unpack(buf + 4, &pos); in cdb_findnext() 154 if (!pos) in cdb_findnext() 162 if (cdb_read(c, buf, 8, pos) == -1) in cdb_findnext() 166 switch(cdb_match(c, key, len, pos + 8)) { in cdb_findnext() [all …]
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | include_userstream_001.phpt | 10 private $pos; 15 $this->pos = strlen($this->data); 24 $ret = substr($this->data, $this->pos, $count); 25 $this->pos += strlen($ret); 31 return $this->pos; 36 return $this->pos >= strlen($this->data); 44 $this->pos = $offset; 52 $this->pos += $offset; 60 $this->pos = strlen($this->data) + $offset;
|
H A D | include_userstream_002.phpt | 10 private $pos; 20 $this->pos = strlen($this->data); 32 $ret = substr($this->data, $this->pos, $count); 33 $this->pos += strlen($ret); 42 return $this->pos; 50 return $this->pos >= strlen($this->data); 61 $this->pos = $offset; 69 $this->pos += $offset; 77 $this->pos = strlen($this->data) + $offset;
|
/PHP-7.1/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_htmlent.c | 182 int pos, ent = 0; in mbfl_filt_conv_html_dec() local 199 for (pos=3; pos<filter->status; pos++) { in mbfl_filt_conv_html_dec() 200 int v = buffer[pos]; in mbfl_filt_conv_html_dec() 219 for (pos=2; pos<filter->status; pos++) { in mbfl_filt_conv_html_dec() 220 int v = buffer[pos]; in mbfl_filt_conv_html_dec() 236 for (pos = 0; pos < filter->status; pos++) { in mbfl_filt_conv_html_dec() 237 CK((*filter->output_function)(buffer[pos], filter->data)); in mbfl_filt_conv_html_dec() 291 int status, pos = 0; in mbfl_filt_conv_html_dec_flush() local 301 int e = (*filter->output_function)(buffer[pos++], filter->data); in mbfl_filt_conv_html_dec_flush()
|
H A D | mk_emoji_tbl.pl | 81 $pos = $s % 94; 82 $ku = ($s - $pos)/94; 110 $pos = $s % 94; 111 $ku = ($s - $pos)/94; 189 $pos = $s % 94; 190 $ku = ($s - $pos)/94; 217 $pos = $s % 94; 218 $ku = ($s - $pos)/94; 309 $pos = $s % 94; 310 $ku = ($s - $pos)/94; [all …]
|
/PHP-7.1/ext/intl/tests/ |
H A D | rbbiter_getRuleStatus_basic.phpt | 29 echo "pos : {$rbbi->current()}\n", 36 pos : 0 38 pos : 12 40 pos : 16 42 pos : 17 44 pos : 19
|
H A D | formatter_parse_currency.phpt | 17 $pos = 0; 19 $num = ut_nfmt_parse_currency( $fmt, '$9,988,776.65', $currency, $pos ); 23 $pos = 1; 25 $num = ut_nfmt_parse_currency( $fmt, ' $123.45', $currency, $pos );
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_io_dp.c | 35 int pos; member 146 return (dctx->dp->pos); in dynamicTell() 162 bytesNeeded = pos; in dynamicSeek() 174 if (pos > dp->logicalSize) { in dynamicSeek() 175 dp->logicalSize = pos; in dynamicSeek() 178 dp->pos = pos; in dynamicSeek() 191 dp->pos = 0; in newDynamic() 247 dp->pos += rlen; in dynamicGetbuf() 287 dp->pos = 0; in allocDynamic() 318 dp->pos += size; in appendDynamic() [all …]
|
H A D | gd_wbmp.c | 96 int x, y, pos; in gdImageWBMPCtx() local 105 pos = 0; in gdImageWBMPCtx() 109 wbmp->bitmap[pos] = WBMP_BLACK; in gdImageWBMPCtx() 111 pos++; in gdImageWBMPCtx() 133 int col, row, pos; in gdImageCreateFromWBMPCtx() local 150 pos = 0; in gdImageCreateFromWBMPCtx() 153 if (wbmp->bitmap[pos++] == WBMP_WHITE) { in gdImageCreateFromWBMPCtx()
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_embedded.c | 42 HashPosition pos; in PHP_FUNCTION() local 58 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(args), &pos); in PHP_FUNCTION() 60 for (index = 0;; zend_hash_move_forward_ex(Z_ARRVAL_P(args), &pos)) { in PHP_FUNCTION() 63 if (zend_hash_get_current_data_ex(Z_ARRVAL_P(args), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION() 79 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(grps), &pos); in PHP_FUNCTION() 81 for (index = 0;; zend_hash_move_forward_ex(Z_ARRVAL_P(grps), &pos)) { in PHP_FUNCTION() 84 if (zend_hash_get_current_data_ex(Z_ARRVAL_P(grps), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION()
|
/PHP-7.1/ext/intl/grapheme/ |
H A D | grapheme_util.c | 240 int ret_len, pos; in grapheme_split_string() local 251 pos = 0; in grapheme_split_string() 255 pos = ubrk_next(bi); in grapheme_split_string() 257 if ( pos != UBRK_DONE ) { in grapheme_split_string() 277 int pos = 0; in grapheme_count_graphemes() local 284 pos = ubrk_next(bi); in grapheme_count_graphemes() 286 if ( UBRK_DONE != pos ) { in grapheme_count_graphemes() 300 int32_t pos; in grapheme_get_haystack_offset() local 318 pos = 0; in grapheme_get_haystack_offset() 322 pos = iter_op(bi); in grapheme_get_haystack_offset() [all …]
|
/PHP-7.1/main/streams/ |
H A D | glob_wrapper.c | 114 const char *pos, *gpath = path; in php_glob_stream_path_split() local 116 if ((pos = strrchr(path, '/')) != NULL) { in php_glob_stream_path_split() 117 path = pos+1; in php_glob_stream_path_split() 120 if ((pos = strrchr(path, '\\')) != NULL) { in php_glob_stream_path_split() 121 path = pos+1; in php_glob_stream_path_split() 214 const char *tmp, *pos; in php_glob_stream_opener() local 239 pos = path; in php_glob_stream_opener() 240 if ((tmp = strrchr(pos, '/')) != NULL) { in php_glob_stream_opener() 241 pos = tmp+1; in php_glob_stream_opener() 245 pos = tmp+1; in php_glob_stream_opener() [all …]
|
/PHP-7.1/ext/simplexml/tests/ |
H A D | bug36611.phpt | 11 <pos > 12 <pos/> 13 </pos> 22 $zml->pos["act_idx"] = $val;
|
/PHP-7.1/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 54 blacklist->pos = 0; in zend_accel_blacklist_init() 81 if (blacklist->pos == 0) { in zend_accel_blacklist_update_regexp() 93 for (i = 0; i < blacklist->pos; ) { in zend_accel_blacklist_update_regexp() 161 if (*c || i == blacklist->pos - 1) { in zend_accel_blacklist_update_regexp() 220 if (blacklist->pos == blacklist->size) { in zend_accel_blacklist_allocate() 294 blacklist->entries[blacklist->pos].path_length = path_length; in zend_accel_blacklist_loadone() 295 blacklist->entries[blacklist->pos].path = (char *)malloc(path_length + 1); in zend_accel_blacklist_loadone() 296 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone() 301 blacklist->entries[blacklist->pos].id = blacklist->pos; in zend_accel_blacklist_loadone() 303 blacklist->pos++; in zend_accel_blacklist_loadone() [all …]
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regint.h | 338 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM] argument 339 #define BS_BIT(pos) (1 << (pos % BITS_IN_ROOM)) argument 341 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos)) argument 342 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) argument 343 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) argument 344 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos) argument 378 int used = (pos) + (n);\ 385 int used = (pos) + 1;\ 387 (buf)->p[(pos)] = (byte);\ 419 BBUF_MOVE_RIGHT((buf),(pos),(pos) + (n),((buf)->used - (pos)));\ [all …]
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 125 phpdbg_btree_position pos; in phpdbg_btree_find_between() local 127 pos.tree = tree; in phpdbg_btree_find_between() 128 pos.end = lower_idx; in phpdbg_btree_find_between() 129 pos.cur = higher_idx; in phpdbg_btree_find_between() 131 return pos; in phpdbg_btree_find_between() 134 phpdbg_btree_result *phpdbg_btree_next(phpdbg_btree_position *pos) { in phpdbg_btree_next() argument 135 phpdbg_btree_result *result = phpdbg_btree_find_closest(pos->tree, pos->cur); in phpdbg_btree_next() 137 if (result == NULL || result->idx < pos->end) { in phpdbg_btree_next() 141 pos->cur = result->idx - 1; in phpdbg_btree_next()
|
H A D | phpdbg_wait.c | 48 HashPosition pos[2]; member 80 zend_hash_internal_pointer_reset_ex(info->ht[0], &info->pos[0]); in phpdbg_array_intersect_init() 81 zend_hash_internal_pointer_reset_ex(info->ht[1], &info->pos[1]); in phpdbg_array_intersect_init() 97 zend_hash_move_forward_ex(info->ht[invalid], &info->pos[invalid]); in phpdbg_array_intersect() 115 zend_hash_move_forward_ex(info->ht[0], &info->pos[0]); in phpdbg_array_intersect() 119 zend_hash_move_forward_ex(info->ht[1], &info->pos[1]); in phpdbg_array_intersect() 207 phpdbg_intersect_ptr pos; in phpdbg_webdata_decompress() local 223 phpdbg_array_intersect_init(&pos, &zv_registry, Z_ARRVAL_P(zvp)); in phpdbg_webdata_decompress() 225 int mode = phpdbg_array_intersect(&pos, &module); in phpdbg_webdata_decompress() 244 zend_llist_position pos; in phpdbg_webdata_decompress() local [all …]
|
/PHP-7.1/Zend/ |
H A D | zend_llist.c | 260 ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_first_ex() argument 262 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_first_ex() 273 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_last_ex() argument 275 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_last_ex() 286 ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_next_ex() argument 288 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_next_ex() 300 ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_prev_ex() argument 302 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_prev_ex()
|
/PHP-7.1/ext/spl/internal/ |
H A D | limititerator.inc | 29 private $pos; 48 $this->pos = 0; 65 $this->pos = $position; 67 while($this->pos < $position && $this->it->valid()) { 78 $this->pos = 0; 85 return ($this->count == -1 || $this->pos < $this->offset + $this->count) 105 $this->pos++; 112 return $this->pos;
|