Home
last modified time | relevance | path

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

12345678910>>...28

/php-src/Zend/tests/
H A Dbug77345_gc_1.phpt17 var_dump('start');
42 string(5) "start"
H A Dbug77345_gc_2.phpt17 var_dump('start');
48 string(5) "start"
/php-src/Zend/tests/fibers/
H A Dticks.phpt20 $fiber->start();
31 #3 %sticks.php(%d): Fiber->start()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c321 int32_t start = 0; in PHP_FUNCTION() local
339 start = (int32_t) lstart; in PHP_FUNCTION()
390 if ( start < 0 ) { in PHP_FUNCTION()
402 while ( start ) { in PHP_FUNCTION()
409 start += iter_val; in PHP_FUNCTION()
412 if (0 != start) { in PHP_FUNCTION()
413 if (start > 0) { in PHP_FUNCTION()
697 int32_t start = 0; in PHP_FUNCTION() local
751 start = (int32_t) lstart; in PHP_FUNCTION()
753 pstr = str + start; in PHP_FUNCTION()
[all …]
/php-src/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-src/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-src/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 Dfiber_test_04.phpt18 $value = $test->start();
23 $value = $fiber->start();
H A Dobserver_fiber_01.phpt18 $fiber->start();
25 <!-- init Fiber::start() -->
H A Dobserver_fiber_06.phpt16 $fiber->start();
28 <!-- init Fiber::start() -->
H A Dobserver_fiber_03.phpt23 $fiber->start();
36 $fiber->start();
45 <!-- init Fiber::start() -->
/php-src/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-src/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-src/ext/curl/tests/
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-src/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-src/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-src/ext/zend_test/
H A Dfiber_arginfo.h23 static ZEND_METHOD(_ZendTestFiber, start);
30 ZEND_ME(_ZendTestFiber, start, arginfo_class__ZendTestFiber_start, ZEND_ACC_PUBLIC)

Completed in 60 milliseconds

12345678910>>...28