Home
last modified time | relevance | path

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

1234

/php-src/.github/actions/brew/
H A Daction.yml42 brew link icu4c gettext --force
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml25 ./buildconf --force
/php-src/.github/actions/configure-macos/
H A Daction.yml21 ./buildconf --force
/php-src/.github/actions/configure-x32/
H A Daction.yml13 ./buildconf --force
/php-src/.github/actions/configure-x64/
H A Daction.yml15 ./buildconf --force
/php-src/.github/scripts/windows/
H A Dbuild.bat36 …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-src/.github/workflows/
H A Dnightly.yml643 ./buildconf --force
831 ./buildconf --force
H A Dpush.yml255 ./buildconf --force
/php-src/
H A DCODING_STANDARDS.md249 1. Use K&R-style. Of course, we can't and don't want to force anybody to use a
/php-src/Zend/asm/
H A Djump_sparc64_sysv_elf_gas.S35 # force flush register windows to stack and with that save context
/php-src/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-src/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-src/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
/php-src/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-src/Zend/tests/generators/finally/
H A Dreturn_return.phpt23 yield; // force generator
27 $gen->rewind(); // force run

Completed in 32 milliseconds

1234