Home
last modified time | relevance | path

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

123

/PHP-7.4/
H A DCODING_STANDARDS.md238 2. Use K&R-style. Of course, we can't and don't want to force anybody to use a
H A Dbuildconf7 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-7.4/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
H A Dis_callable_trampoline_uaf.phpt22 // Extra X::foo() wrapper to force use of allocated trampoline.
/PHP-7.4/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-7.4/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-7.4/Zend/tests/generators/finally/
H A Dreturn_return.phpt23 yield; // force generator
27 $gen->rewind(); // force run
/PHP-7.4/Zend/
H A Dzend_API.h536 ZEND_API int zend_set_local_var(zend_string *name, zval *value, int force);
537 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force);
H A Dzend_execute_API.c1576 ZEND_API int zend_set_local_var(zend_string *name, zval *value, int force) /* {{{ */ in zend_set_local_var() argument
1603 if (force) { in zend_set_local_var()
1619 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force) /* {{{ */ in zend_set_local_var_str() argument
1647 if (force) { in zend_set_local_var_str()
/PHP-7.4/appveyor/
H A Dbuild.bat33 …HP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --force %SDK_BRANCH%
H A Dbuild_task.bat44 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
48 cmd /c buildconf.bat --force
/PHP-7.4/azure/
H A Dconfigure.yml6 ./buildconf --force
H A Dmsan_job.yml19 ./buildconf --force
/PHP-7.4/azure/i386/
H A Djob.yml12 ./buildconf --force
/PHP-7.4/azure/macos/
H A Dbrew.yml32 brew link icu4c gettext --force
H A Djob.yml20 ./buildconf --force
/PHP-7.4/build/
H A Dax_check_compile_flag.m420 # force the compiler to issue an error when a bad flag is given.
H A Dphp.m41743 dnl Some vendors force mawk before gawk; mawk is broken so we don't like that.

Completed in 48 milliseconds

123