Home
last modified time | relevance | path

Searched refs:start (Results 151 – 175 of 681) sorted by relevance

12345678910>>...28

/PHP-8.2/ext/curl/tests/
H A Dcurl_basic_012.phpt12 // start testing
18 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt12 // start testing
18 ob_start(); // start output buffering
H A Dcurl_basic_002.phpt13 // start testing
19 ob_start(); // start output buffering
H A Dcurl_basic_005.phpt13 // start testing
19 ob_start(); // start output buffering
H A Dcurl_basic_001.phpt13 // start testing
19 ob_start(); // start output buffering
H A Dcurl_basic_004.phpt13 // start testing
19 ob_start(); // start output buffering
H A Dcurl_basic_006.phpt13 // start testing
19 ob_start(); // start output buffering
H A Dcurl_setopt_basic003.phpt14 // start testing
33 ob_start(); // start output buffering
/PHP-8.2/ext/opcache/tests/opt/
H A Dprop_types.phpt48 ; start exit lines=[0-0]
59 ; start exit lines=[0-9]
78 ; start exit lines=[0-8]
97 ; start exit lines=[0-9]
116 ; start exit lines=[0-8]
/PHP-8.2/sapi/fpm/tests/
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt39 $tester->start(extensions: ['pcntl']);
47 …ng('child \\d+ exited on signal 9 \\(SIGKILL\\) after \\d+.\\d+ seconds from start', 'unconfined');
49 …ng('child \\d+ exited on signal 9 \\(SIGKILL\\) after \\d+.\\d+ seconds from start', 'unconfined');
H A Dconfig-array-validation-suppress-path-starts-slash.phpt16 access.suppress_path[] = needs / to start with a slash
22 $tester->start(['-tt']);
/PHP-8.2/ext/zend_test/tests/
H A Dfiber_test_03.phpt13 var_dump($test->start()); // NULL
17 $value = $fiber->start();
H A Dfiber_test_05.phpt17 $value = $fiber->start();
25 $value = $test->start();
H A Dobserver_fiber_01.phpt17 $fiber->start();
24 <!-- init Fiber::start() -->
H A Dobserver_fiber_06.phpt15 $fiber->start();
27 <!-- init Fiber::start() -->
H A Dfiber_test_04.phpt18 $value = $test->start();
23 $value = $fiber->start();
H A Dobserver_fiber_03.phpt22 $fiber->start();
35 $fiber->start();
44 <!-- init Fiber::start() -->
/PHP-8.2/Zend/tests/
H A Dbug77345_gc_2.phpt17 var_dump('start');
48 string(5) "start"
/PHP-8.2/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1805 lxb_char_t *start; in lxb_html_tokenizer_state_char_ref_named() local
1868 start = &tkz->start[tkz->entity_start]; in lxb_html_tokenizer_state_char_ref_named()
1870 size = tkz->pos - start; in lxb_html_tokenizer_state_char_ref_named()
1874 if ((size + tail_size) + start > tkz->end) { in lxb_html_tokenizer_state_char_ref_named()
1878 start = &tkz->start[tkz->entity_start]; in lxb_html_tokenizer_state_char_ref_named()
1881 memmove(start + tkz->entity_match->value_len, in lxb_html_tokenizer_state_char_ref_named()
2053 lxb_char_t *start = &tkz->start[tkz->entity_start]; in lxb_html_tokenizer_state_char_ref_numeric_end() local
2055 if ((start + 4) > tkz->end) { in lxb_html_tokenizer_state_char_ref_numeric_end()
2060 start = &tkz->start[tkz->entity_start]; in lxb_html_tokenizer_state_char_ref_numeric_end()
2115 start += lxb_html_tokenizer_state_to_ascii_utf_8(tkz->entity_number, start); in lxb_html_tokenizer_state_char_ref_numeric_end()
[all …]
/PHP-8.2/Zend/Optimizer/
H A Dscdf.c130 if (i == block->start + block->len - 1) { in scdf_solve()
161 int j, end = block->start + block->len; in scdf_solve()
162 for (j = block->start; j < end; j++) { in scdf_solve()
215 for (uint32_t i = block->start; i < block->start + block->len; i++) { in kept_alive_by_loop_var_free()
236 for (uint32_t i = block->start; i < block->start + block->len; i++) { in cleanup_loop_var_free_block()
/PHP-8.2/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt19 string(130) "transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
21 Notice: Transliterator::transliterate(): transliterator_transliterate: Neither "start" nor the "end…
/PHP-8.2/ext/zend_test/
H A Dfiber_arginfo.h24 static ZEND_METHOD(_ZendTestFiber, start);
32 ZEND_ME(_ZendTestFiber, start, arginfo_class__ZendTestFiber_start, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/standard/
H A Dscanf.c104 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 Dhtml.c712 *start = *buf; in process_named_entity_html()
729 *length = *buf - *start; in process_named_entity_html()
742 zend_ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html()
747 if (memcmp(start, s->entity, length) == 0) { in resolve_named_entity_html()
873 const char *start; in traverse_for_entities() local
877 start = next; in traverse_for_entities()
879 if (process_named_entity_html(&next, &start, &ent_len) == FAILURE) in traverse_for_entities()
884 && start[1] == 'p' && start[2] == 'o' && start[3] == 's') { in traverse_for_entities()
1277 const char *start = (const char *) &old[cursor], in php_escape_html_entities_ex() local
1278 *next = start; in php_escape_html_entities_ex()
[all …]
/PHP-8.2/ext/date/tests/
H A DDatePeriod_serialize-001.phpt26 ["start"]=>
72 string(%d) "O:10:"DatePeriod":7:{s:5:"start";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2012-07-0…
77 ["start"]=>
124 ["start"]=>

Completed in 46 milliseconds

12345678910>>...28