Home
last modified time | relevance | path

Searched refs:start (Results 126 – 150 of 390) sorted by last modified time

12345678910>>...16

/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation19.phpt25 // start the test
/PHP-7.4/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt12 * Description: Rewind dir_handle back to the start
H A Drewinddir_basic.phpt6 * Description: Rewind dir_handle back to the start
H A Drewinddir_variation2-win32-mb.phpt12 * Description: Rewind dir_handle back to the start
H A Drewinddir_variation2.phpt6 * Description: Rewind dir_handle back to the start
H A Drewinddir_variation3.phpt6 * Description: Rewind dir_handle back to the start
/PHP-7.4/ext/standard/tests/array/
H A Dbug61058.phpt2 Bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
H A Drange_bug70239_0.phpt9 Warning: range(): Invalid range supplied: start=0 end=inf in %srange_bug70239_0.php on line %d
H A Drange_bug70239_1.phpt9 Warning: range(): Invalid range supplied: start=inf end=inf in %srange_bug70239_1.php on line %d
H A Drange_bug70239_2.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=0 end=%d in %srange_bug7…
H A Drange_bug70239_3.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=-%d end=0 in %srange_bug…
H A Darray_fill.phpt7 foreach($array1 as $start)
14 echo 'start: '.$start.' num: '.$num.' value: '.$value."\n";
25 start: 0 num: 0 value: 1
29 start: 0 num: 0 value:
33 start: 0 num: 0 value:
37 start: 0 num: 0 value: d
41 start: 0 num: 0 value: e
45 start: 0 num: 0 value: f
49 start: 0 num: 1 value: 1
55 start: 0 num: 1 value:
[all …]
/PHP-7.4/ext/standard/
H A Dscanf.c106 char start; member
139 char *ch, start; in BuildCharSet() local
178 start = *ch; in BuildCharSet()
189 start = *ch; in BuildCharSet()
197 cset->chars[cset->nchars++] = start; in BuildCharSet()
205 if (start < *ch) { in BuildCharSet()
206 cset->ranges[cset->nranges].start = start; in BuildCharSet()
209 cset->ranges[cset->nranges].start = *ch; in BuildCharSet()
210 cset->ranges[cset->nranges].end = start; in BuildCharSet()
251 if ((cset->ranges[i].start <= ch) in CharInSet()
H A Dphp_fopen_wrapper.c295 const char *start; in php_stream_url_wrap_php() local
314 start = &path[3]; in php_stream_url_wrap_php()
315 fildes_ori = ZEND_STRTOL(start, &end, 10); in php_stream_url_wrap_php()
316 if (end == start || *end != '\0') { in php_stream_url_wrap_php()
H A Dhtml.c783 *start = *buf; in process_named_entity_html()
800 *length = *buf - *start; in process_named_entity_html()
813 zend_ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html()
818 if (memcmp(start, s->entity, length) == 0) { in resolve_named_entity_html()
944 const char *start; in traverse_for_entities() local
948 start = next; in traverse_for_entities()
950 if (process_named_entity_html(&next, &start, &ent_len) == FAILURE) in traverse_for_entities()
955 && start[1] == 'p' && start[2] == 'o' && start[3] == 's') { in traverse_for_entities()
1349 const char *start = (const char *) &old[cursor], in php_escape_html_entities_ex() local
1350 *next = start; in php_escape_html_entities_ex()
[all …]
/PHP-7.4/ext/session/tests/
H A Dbug74892.phpt2 Bug #74892 Url Rewriting (trans_sid) not working on urls that start with #
/PHP-7.4/ext/readline/
H A Dreadline_cli.c582 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion() argument
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt256 $start = 4 + $s[1];
261 $start += 4;
263 $start += $len[1];
269 $start += 24 + $ret['m'][$savepath][5];
550 $start = 4 + $s[1];
555 $start += 4;
557 $start += $len[1];
563 $start += 24 + $ret['m'][$savepath][5];
852 $start = 4 + $s[1];
857 $start += 4;
[all …]
H A Dphar_setdefaultstub.phpt276 $start = 4 + $s[1];
281 $start += 4;
283 $start += $len[1];
289 $start += 24 + $ret['m'][$savepath][5];
571 $start = 4 + $s[1];
576 $start += 4;
578 $start += $len[1];
584 $start += 24 + $ret['m'][$savepath][5];
866 $start = 4 + $s[1];
871 $start += 4;
[all …]
H A Dbug13786.phpt31 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h235 zend_string *start; member
320 …((char*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_string…
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c769 fprintf(stderr, " lines=[%d-%d]", b->start, b->start + b->len - 1); in zend_dump_block_info()
996 opline = op_array->opcodes + b->start; in zend_dump_op_array()
1009 op_array->live_range[i].start, in zend_dump_op_array()
1068 op_array->live_range[i].start, in zend_dump_op_array()
H A Dzend_cfg.h45 uint32_t start; /* first opcode number */ member
H A Dzend_dfg.c47 opline = op_array->opcodes + blocks[j].start; in zend_build_dfg()
/PHP-7.4/ext/oci8/tests/
H A Dreflection2.phpt129 Parameter #1 [ <optional> $start ]
138 Parameter #1 [ <optional> $start ]

Completed in 43 milliseconds

12345678910>>...16