Home
last modified time | relevance | path

Searched refs:suspend (Results 26 – 50 of 121) sorted by relevance

12345

/php-src/ext/zend_test/tests/
H A Dfiber_test_05.phpt9 $value = Fiber::suspend(1);
11 $value = _ZendTestFiber::suspend(3);
13 $value = Fiber::suspend(4);
H A Dobserver_fiber_01.phpt15 Fiber::suspend();
30 <!-- init Fiber::suspend() -->
32 <suspend '%s'>
H A Dobserver_fiber_06.phpt13 Fiber::suspend();
32 <!-- init Fiber::suspend() -->
34 <suspend '%s'>
H A Dfiber_test_03.phpt9 $value = Fiber::suspend(1);
11 Fiber::suspend(3);
/php-src/Zend/tests/
H A Dgh9916-010.phpt12 print "Before suspend\n";
13 Fiber::suspend();
33 Before suspend
H A Dgh9916-008.phpt24 print "Before suspend\n";
25 Fiber::suspend();
46 Before suspend
H A Dgh9916-011.phpt12 print "Before suspend\n";
13 Fiber::suspend();
40 Before suspend
H A Dgh9916-007.phpt24 print "Before suspend\n";
25 Fiber::suspend();
54 Before suspend
H A Dgh9916-009.phpt8 print "Before suspend\n";
9 Fiber::suspend();
25 Before suspend
/php-src/ext/reflection/tests/
H A DReflectionFiber_notrace_2.phpt8 $f = new \Fiber(fn() => call_user_func(["Fiber", "suspend"]));
25 string(7) "suspend"
49 string(7) "suspend"
H A DReflectionFiber_backtrace.phpt7 Fiber::suspend();
36 string(7) "suspend"
/php-src/Zend/tests/fibers/
H A Dfiber-in-shutdown-function.phpt8 Fiber::suspend(1);
9 Fiber::suspend(2);
H A Dsignal-dispatch.phpt11 Fiber::suspend();
23 Fiber::suspend($e);
40 #0 %ssignal-dispatch.php(%d): Fiber::suspend()
H A Dthrow-in-multiple-destroyed-fibers-after-shutdown.phpt9 Fiber::suspend();
19 Fiber::suspend();
27 Fiber::suspend();
H A Dunfinished-fiber.phpt9 echo Fiber::suspend();
10 echo "after suspend\n";
H A Dunfinished-fiber-with-finally.phpt9 echo Fiber::suspend();
10 echo "after suspend\n";
H A Dunfinished-fiber-with-suspend-in-finally.phpt2 Test unfinished fiber with suspend in finally
13 Fiber::suspend();
H A Dticks.phpt10 Fiber::suspend();
28 #0 %sticks.php(%d): Fiber::suspend()
H A Dstart-arguments.phpt7 return $x + Fiber::suspend($x);
15 return $x + Fiber::suspend($x);
H A Dfatal-error-in-nested-fiber.phpt8 \Fiber::suspend(2);
14 \Fiber::suspend(1);
H A Dfatal-error-with-multiple-fibers.phpt8 \Fiber::suspend(1);
15 \Fiber::suspend(2);
H A Dunfinished-fiber-with-nested-try-catch.phpt11 echo Fiber::suspend();
28 echo Fiber::suspend();
H A Dsignal-async.phpt13 Fiber::suspend();
32 #0 %ssignal-async.php(%d): Fiber::suspend()
/php-src/sapi/phpdbg/tests/
H A Dgh13827.phpt9 Fiber::suspend();
25 >00006: Fiber::suspend();
/php-src/ext/zend_test/
H A Dfiber_arginfo.h26 static ZEND_METHOD(_ZendTestFiber, suspend);
33 …ZEND_ME(_ZendTestFiber, suspend, arginfo_class__ZendTestFiber_suspend, ZEND_ACC_PUBLIC|ZEND_ACC_ST…

Completed in 16 milliseconds

12345