Home
last modified time | relevance | path

Searched refs:start (Results 126 – 150 of 649) sorted by relevance

12345678910>>...26

/PHP-8.2/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_basic.phpt13 <start>
19 </start>
/PHP-8.2/Zend/tests/fibers/
H A Dno-switch-dtor-suspend.phpt14 $fiber->start();
22 #2 %sno-switch-dtor-suspend.php(%d): Fiber->start()
H A Dticks.phpt20 $fiber->start();
31 #3 %sticks.php(%d): Fiber->start()
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_fiber_02.phpt16 $fiber->start();
22 <!-- init Fiber::start() -->
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_06.phpt16 $fiber->start();
28 <!-- init Fiber::start() -->
H A Dfiber_test_04.phpt18 $value = $test->start();
23 $value = $fiber->start();
/PHP-8.2/Zend/Optimizer/
H A Dblock_pass.c70 b->start++; in strip_leading_nops()
92 i = j = b->start + 1; in strip_nops()
93 while (i < b->start + b->len) { in strip_nops()
102 b->len = j - b->start; in strip_nops()
148 opline = op_array->opcodes + block->start; in zend_optimize_block()
989 b->start = opline - new_opcodes; in assemble_code_blocks()
1104 cfg->map[cfg->blocks[n].start] = n; in assemble_code_blocks()
1438 opline = op_array->opcodes + block->start; in zend_t_usage()
1519 end = op_array->opcodes + block->start; in zend_t_usage()
1650 prev->len = b->start + b->len - prev->start; in zend_merge_blocks()
[all …]
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/sapi/fpm/
H A Dinit.d.php-fpm.in54 start)
130 $0 start
/PHP-8.2/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-8.2/ext/curl/tests/
H A Dcurl_basic_011.phpt12 // start testing
18 ob_start(); // start output buffering
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
/PHP-8.2/sapi/fpm/tests/
H A Dconfig-array-validation-suppress-path-starts-slash.phpt16 access.suppress_path[] = needs / to start with a slash
22 $tester->start(['-tt']);
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');
/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/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…

Completed in 36 milliseconds

12345678910>>...26