Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 67) sorted by last modified time

123

/PHP-8.1/
H A Dconfigure.ac245 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
H A Dphp.ini-development784 ; https://php.net/cgi.force-redirect
787 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
H A Dphp.ini-production786 ; https://php.net/cgi.force-redirect
789 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
/PHP-8.1/.github/workflows/
H A Dnightly.yml510 ./buildconf --force
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c854 bool force = 0; local
856 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|b", &script_name, &force) == FAILURE) {
864 if (zend_accel_invalidate(script_name, force) == SUCCESS) {
H A DZendAccelerator.c1321 int zend_accel_invalidate(zend_string *filename, bool force) in zend_accel_invalidate() argument
1350 if (force || in zend_accel_invalidate()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18607 # URL2: http://phantomhighspeed.force.com/vriknowledge/servlet/fileField?id=0BEU0000000Cfyk
H A Dmagic18607 # URL2: http://phantomhighspeed.force.com/vriknowledge/servlet/fileField?id=0BEU0000000Cfyk
/PHP-8.1/build/
H A Dphp.m41737 dnl Some vendors force mawk before gawk; mawk is broken so we don't like that.
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3550 static void check_partial(compiler_common *common, BOOL force) in check_partial() argument
3556 SLJIT_ASSERT(!force || common->mode != PCRE2_JIT_COMPLETE); in check_partial()
3561 if (!force && !common->allow_empty_partial) in check_partial()
/PHP-8.1/.github/actions/configure-x64/
H A Daction.yml12 ./buildconf --force
/PHP-8.1/Zend/
H A Dzend_execute_API.c1782 ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, bool force) /* {{{ */ in zend_set_local_var() argument
1809 if (force) { in zend_set_local_var()
1825 ZEND_API zend_result zend_set_local_var_str(const char *name, size_t len, zval *value, bool force) … in zend_set_local_var_str() argument
1853 if (force) { in zend_set_local_var_str()
H A Dzend_API.h695 ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, bool force);
696 ZEND_API zend_result zend_set_local_var_str(const char *name, size_t len, zval *value, bool 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/Zend/tests/
H A Dgh11222.phpt10 // force that it'll be rehashed by adding enough holes
H A Dgh9916-009.phpt29 Fatal error: Uncaught Error: Cannot use "yield from" in a force-closed generator in %s:%d
/PHP-8.1/.github/actions/brew/
H A Daction.yml36 brew link icu4c gettext --force
/PHP-8.1/.github/actions/configure-macos/
H A Daction.yml21 ./buildconf --force
/PHP-8.1/scripts/dev/
H A Dmakedist143 ./buildconf --force
/PHP-8.1/.github/actions/configure-x32/
H A Daction.yml13 ./buildconf --force
/PHP-8.1/.github/actions/build-libmysqlclient/
H A Daction.yml26 ./buildconf --force
/PHP-8.1/win32/build/
H A Dconfutils.js461 var force;
476 force = true;
479 force = false;
484 if (force) {
486 force = false;
489 force = true;
494 if (!force) {
502 force = true;
509 if (force) {
517 force = true;
[all …]
/PHP-8.1/main/streams/
H A Dplain_wrapper.c161 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() argument
163 if (!d->cached_fstat || (force && !d->no_forced_fstat)) { in do_fstat()
/PHP-8.1/main/
H A Dfastcgi.c1266 void fcgi_close(fcgi_request *req, int force, int destroy) argument
1279 if ((force || !req->keep) && req->fd >= 0) {
1284 if (!force) {
1289 if (!force) {
1299 if (!force) {

Completed in 215 milliseconds

123