Home
last modified time | relevance | path

Searched refs:start (Results 226 – 250 of 688) sorted by relevance

12345678910>>...28

/php-src/ext/gmp/tests/
H A Dgmp_random_range.phpt44 $start = microtime(true);
69 if (microtime(true) - $start > 0.5) {
/php-src/Zend/tests/fibers/
H A Dfiber-status.phpt23 $nested->start();
34 $fiber->start();
H A Dgh10340-002.phpt14 $fiber->start();
H A Dreturn-by-ref.phpt11 $fiber->start();
H A Dfast-finish-fiber.phpt8 var_dump($fiber->start());
H A Dgh10340-001.phpt13 $fiber->start();
H A Dcatch.phpt14 $value = $fiber->start();
H A Dfatal-error-in-fiber.phpt10 $fiber->start();
/php-src/Zend/tests/
H A Dclosure_call_leak_with_exception.phpt9 })()->valid(); // start
H A Doutput_started_at_eval.phpt2 Output start at eval()
/php-src/ext/phar/tests/files/
H A Dopenssl.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dopenssl256.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dopenssl512.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dinclude_path2.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dnophar.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dopenssl.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
/php-src/ext/readline/
H A Dreadline_cli.h37 char **php_readline_completion_cb(const char *text, int start, int end);
/php-src/ext/zend_test/tests/
H A Dfiber_test_07.phpt16 var_dump($fiber->start());
/php-src/Zend/Optimizer/
H A Ddfa_pass.c144 while (i < b->start) { in zend_ssa_remove_nops()
157 old_end = b->start + b->len; in zend_ssa_remove_nops()
170 b->start = new_start; in zend_ssa_remove_nops()
175 b->len = target - b->start; in zend_ssa_remove_nops()
185 b->start = target; in zend_ssa_remove_nops()
188 b->start = target; in zend_ssa_remove_nops()
372 while (start < end) { in variable_defined_or_used_in_range()
373 const zend_ssa_op *ssa_op = &ssa->ops[start]; in variable_defined_or_used_in_range()
383 start++; in variable_defined_or_used_in_range()
638 opline = op_array->opcodes + src->start + src->len - 1; in zend_ssa_replace_control_link()
[all …]
/php-src/ext/standard/tests/array/
H A Dbug61058.phpt2 Bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
/php-src/Zend/
H A Dzend_fibers.stub.php13 public function start(mixed ...$args): mixed {} function in Fiber
/php-src/ext/opcache/tests/opt/
H A Dnullsafe_002.phpt28 ; start exit lines=[0-0]
39 ; start lines=[0-2]
/php-src/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt21 echo "start:".fread($h, strlen($out1) - 5). "\n";
52 start:The 1st
/php-src/ext/date/tests/
H A Ddate_period_set_state2.phpt9 "start" => new DateTime,

Completed in 34 milliseconds

12345678910>>...28