Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 67) sorted by path

123

/PHP-8.1/.github/actions/brew/
H A Daction.yml36 brew link icu4c gettext --force
/PHP-8.1/.github/actions/build-libmysqlclient/
H A Daction.yml26 ./buildconf --force
/PHP-8.1/.github/actions/configure-macos/
H A Daction.yml21 ./buildconf --force
/PHP-8.1/.github/actions/configure-x32/
H A Daction.yml13 ./buildconf --force
/PHP-8.1/.github/actions/configure-x64/
H A Daction.yml12 ./buildconf --force
/PHP-8.1/.github/scripts/windows/
H A Dbuild.bat38 …HP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --force %SDK_BRANCH%
H A Dbuild_task.bat24 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
28 cmd /c buildconf.bat --force
/PHP-8.1/.github/workflows/
H A Dnightly.yml510 ./buildconf --force
/PHP-8.1/
H A DCODING_STANDARDS.md236 2. Use K&R-style. Of course, we can't and don't want to force anybody to use a
/PHP-8.1/Zend/tests/
H A Dbug70187.phpt10 var_dump($a); // force properties HT
H A Dconstant_expressions_invalid_offset_type_error.phpt6 const C1 = 1; // force dynamic evaluation
/PHP-8.1/Zend/tests/fibers/
H A Dno-switch-force-close-finally.phpt2 Cannot start a new fiber in a finally block in a force-closed fiber
26 …erError: Cannot switch fibers in current execution context in %sno-switch-force-close-finally.php:…
28 #0 %sno-switch-force-close-finally.php(%d): Fiber->start()
31 thrown in %sno-switch-force-close-finally.php on line %d
H A Dsuspend-in-force-close-fiber-after-shutdown.phpt2 Suspend in force-closed fiber after shutdown
22 Fatal error: Uncaught FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-clos…
24 #0 %ssuspend-in-force-close-fiber-after-shutdown.php(%d): Fiber::suspend()
27 thrown in %ssuspend-in-force-close-fiber-after-shutdown.php on line %d
H A Dsuspend-in-force-close-fiber-catching-exception.phpt2 Suspend in force-closed fiber, catching exception thrown from destructor
26 Cannot suspend in a force-closed fiber
H A Dsuspend-in-force-close-fiber.phpt2 Suspend in force-closed fiber
20 Fatal error: Uncaught FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-clos…
22 #0 %ssuspend-in-force-close-fiber.php(%d): Fiber::suspend()
25 thrown in %ssuspend-in-force-close-fiber.php on line %d
H A Dunfinished-fiber-with-throw-in-finally.phpt47 Cannot suspend in a force-closed fiber
/PHP-8.1/Zend/tests/generators/
H A Dbacktrace.phpt12 yield; // force generator
H A Dexception_during_shutdown.phpt27 Fatal error: Uncaught Error: Cannot yield from finally in a force-closed generator in %s:%d
H A Dgenerator_return_return_type.phpt7 1 + $a = 1; // force a temporary
H A Dgenerator_symtable_leak.phpt8 ${"f"."oo"} = "force symtable usage";
H A Dgenerator_throwing_in_foreach.phpt8 yield; // force generator
H A Dnested_calls_with_die.phpt8 yield; // force generator
22 yield; // force generator
H A Dyield_from_force_closed.phpt2 Cannot "yield from" from force closed generator
34 Error: Cannot use "yield from" in a force-closed generator in %s:%d
/PHP-8.1/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt2 yield cannot be used in a finally block when the generator is force-closed
29 Fatal error: Uncaught Error: Cannot yield from finally in a force-closed generator in %s:%d
/PHP-8.1/Zend/tests/generators/finally/
H A Dreturn_return.phpt23 yield; // force generator
27 $gen->rewind(); // force run

Completed in 28 milliseconds

123