Home
last modified time | relevance | path

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

123

/PHP-7.4/
H A Dconfigure.ac294 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
H A Dphp.ini-development777 ; http://php.net/cgi.force-redirect
780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
H A Dphp.ini-production777 ; http://php.net/cgi.force-redirect
780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
/PHP-7.4/azure/macos/
H A Djob.yml20 ./buildconf --force
H A Dbrew.yml32 brew link icu4c gettext --force
/PHP-7.4/azure/i386/
H A Djob.yml12 ./buildconf --force
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3554 static void check_partial(compiler_common *common, BOOL force) in check_partial() argument
3560 SLJIT_ASSERT(!force || common->mode != PCRE2_JIT_COMPLETE); in check_partial()
3565 if (!force && !common->allow_empty_partial) in check_partial()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2521 - /* XXX: force initialization because glibc does not always do this */
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1287 int zend_accel_invalidate(const char *filename, size_t filename_len, zend_bool force) in zend_accel_invalidate() argument
1312 if (force || in zend_accel_invalidate()
H A Dzend_accelerator_module.c57 ZEND_ARG_INFO(0, force)
831 zend_bool force = 0; local
833 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &script_name, &script_name_len, &force) == FAILU…
841 if (zend_accel_invalidate(script_name, script_name_len, force) == SUCCESS) {
/PHP-7.4/main/streams/
H A Dplain_wrapper.c155 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() argument
157 if (!d->cached_fstat || (force && !d->no_forced_fstat)) { in do_fstat()
/PHP-7.4/Zend/
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/build/
H A Dphp.m41743 dnl Some vendors force mawk before gawk; mawk is broken so we don't like that.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt69 printf("[010] Brute force seek %d returned %d\n", $idx, var_export($row, true));
H A Dmysqli_result_references.phpt22 /* mysqlnd: force separation - create copies */
33 /* mysqlnd: force separation - create copies */
51 /* mysqlnd: force separation - create copies*/
H A Dbug52891.phpt44 /* first insert normal value to force initial send of types */
/PHP-7.4/win32/build/
H A Dconfutils.js451 var force;
466 force = true;
469 force = false;
474 if (force) {
476 force = false;
479 force = true;
484 if (!force) {
492 force = true;
499 if (force) {
507 force = true;
[all …]
/PHP-7.4/travis/
H A Dcompile.sh29 ./buildconf --force
/PHP-7.4/azure/
H A Dmsan_job.yml19 ./buildconf --force
H A Dconfigure.yml6 ./buildconf --force
/PHP-7.4/Zend/tests/
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 Dexception_during_shutdown.phpt27 Fatal error: Uncaught Error: Cannot yield from finally in a force-closed generator in %s:%d
/PHP-7.4/main/
H A Dfastcgi.c1269 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
1282 if ((force || !req->keep) && req->fd >= 0) { in fcgi_close()
1287 if (!force) { in fcgi_close()
1292 if (!force) { in fcgi_close()
1302 if (!force) { in fcgi_close()
H A Dfastcgi.h92 void fcgi_close(fcgi_request *req, int force, int destroy);
/PHP-7.4/ext/standard/tests/strings/
H A Dwordwrap_error.phpt72 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d

Completed in 147 milliseconds

123