Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-8.2/Zend/tests/fibers/
H A Dcatch.phpt14 $value = $fiber->start();
H A Dfatal-error-in-fiber.phpt10 $fiber->start();
H A Dfiber-in-shutdown-function.phpt13 var_dump($fiber->start());
H A Dget-return.phpt11 $value = $fiber->start();
H A Dinvocable-class.phpt20 $fiber->start();
H A Dgh10249.phpt10 $fiber->start();
H A Dgh10437.phpt13 $fiber->start();
H A Dnegative_stack_size.phpt8 $fiber->start();
H A Dcatch-then-suspend.phpt15 var_dump($fiber->start());
H A Dsuspend-in-nested-function.phpt16 var_dump($fiber->start());
/PHP-8.2/Zend/tests/
H A Doutput_started_at_eval.phpt2 Output start at eval()
H A Dgh9916-012.phpt12 $fiber->start();
/PHP-8.2/ext/standard/tests/array/
H A Drange_bug70239_2.phpt12 The supplied range exceeds the maximum array size: start=0 end=%d
H A Drange_bug70239_3.phpt12 The supplied range exceeds the maximum array size: start=-%d end=0
/PHP-8.2/ext/imap/tests/setup/
H A Dsetup.sh6 sudo service dovecot start
/PHP-8.2/win32/
H A Dcodepage.c386 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
388 idx = strpbrk(start, "|"); in php_win32_cp_get_by_enc()
391 if (0 == zend_binary_strcasecmp(enc, enc_len, start, idx - start)) { in php_win32_cp_get_by_enc()
394 start = idx + 1; in php_win32_cp_get_by_enc()
395 idx = strpbrk(start, "|"); in php_win32_cp_get_by_enc()
398 if (0 == zend_binary_strcasecmp(enc, enc_len, start, strlen(start))) { in php_win32_cp_get_by_enc()
/PHP-8.2/ext/date/tests/
H A Dbug78751.phpt10 $oDays->start instanceof DateTimeImmutable,
H A Dbug49081.phpt2 Bug #49081 (DateTime::diff() mistake if start in January and interval > 28 days)
H A Dbug54283.phpt14 Deprecated: DatePeriod::__construct(): Passing null to parameter #1 ($start) of type string is depr…
/PHP-8.2/ext/opcache/tests/
H A Dssa_bug_001.phpt12 case 'HTMLPurifier_Token_Start': return 'start';
/PHP-8.2/ext/curl/tests/
H A Dcurl_multi_init_basic.phpt11 // start testing
/PHP-8.2/ext/exif/tests/
H A Dexif005.phpt2 Check for exif_read_data, unusual IFD start
/PHP-8.2/ext/intl/transliterator/
H A Dtransliterator.stub.php52 public function transliterate(string $string, int $start = 0, int $end = -1): string|false {} argument
/PHP-8.2/Zend/
H A Dzend_fibers_arginfo.h42 ZEND_METHOD(Fiber, start);
57 ZEND_ME(Fiber, start, arginfo_class_Fiber_start, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/standard/tests/serialize/
H A Dbug65806.phpt56 echo "start serialize/unserialize" . PHP_EOL;
79 start serialize/unserialize

Completed in 50 milliseconds

12345678910>>...26