/PHP-8.1/Zend/tests/fibers/ |
H A D | suspend-in-force-close-fiber.phpt | 2 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 D | suspend-in-force-close-fiber-after-shutdown.phpt | 2 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 D | no-switch-force-close-finally.phpt | 2 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 D | suspend-in-force-close-fiber-catching-exception.phpt | 2 Suspend in force-closed fiber, catching exception thrown from destructor 26 Cannot suspend in a force-closed fiber
|
/PHP-8.1/ |
H A D | buildconf | 7 force=0 40 -f, --force Regenerate configure files in PHP release packages. 56 force=1 66 if test "$dev" = "0" && test "$force" = "0"; then 108 if test "$force" = "1"; then
|
/PHP-8.1/Zend/tests/generators/ |
H A D | nested_calls_with_die.phpt | 8 yield; // force generator 22 yield; // force generator
|
H A D | yield_from_force_closed.phpt | 2 Cannot "yield from" from force closed generator 34 Error: Cannot use "yield from" in a force-closed generator in %s:%d
|
H A D | generator_symtable_leak.phpt | 8 ${"f"."oo"} = "force symtable usage";
|
H A D | generator_return_return_type.phpt | 7 1 + $a = 1; // force a temporary
|
H A D | generator_throwing_in_foreach.phpt | 8 yield; // force generator
|
H A D | backtrace.phpt | 12 yield; // force generator
|
/PHP-8.1/Zend/tests/generators/finally/ |
H A D | return_return.phpt | 23 yield; // force generator 27 $gen->rewind(); // force run
|
/PHP-8.1/Zend/tests/generators/errors/ |
H A D | yield_in_force_closed_finally_error.phpt | 2 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/ext/opcache/ |
H A D | opcache.stub.php | 15 function opcache_invalidate(string $filename, bool $force = false): bool {} argument
|
H A D | opcache_arginfo.h | 17 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, force, _IS_BOOL, 0, "false")
|
/PHP-8.1/Zend/tests/ |
H A D | bug70187.phpt | 10 var_dump($a); // force properties HT
|
H A D | constant_expressions_invalid_offset_type_error.phpt | 6 const C1 = 1; // force dynamic evaluation
|
H A D | is_callable_trampoline_uaf.phpt | 22 // Extra X::foo() wrapper to force use of allocated trampoline.
|
H A D | gh11222.phpt | 10 // force that it'll be rehashed by adding enough holes
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_result_references.phpt | 24 /* mysqlnd: force separation - create copies */ 35 /* mysqlnd: force separation - create copies */ 53 /* mysqlnd: force separation - create copies*/
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | stream_enclosed.phpt | 11 /* force conversion of inner stream to STDIO. */
|
/PHP-8.1/.github/actions/brew/ |
H A D | action.yml | 35 brew link gettext --force
|
/PHP-8.1/ext/pdo/ |
H A D | config.w32 | 6 …EXTENSION('pdo', 'pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c', false /* force stat…
|
/PHP-8.1/ext/pdo_dblib/tests/ |
H A D | bug_54648.phpt | 2 PDO_DBLIB: Does not force correct dateformat
|
/PHP-8.1/.github/scripts/windows/ |
H A D | build_task.bat | 24 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %… 28 cmd /c buildconf.bat --force
|