Home
last modified time | relevance | path

Searched refs:force (Results 26 – 50 of 58) sorted by relevance

123

/PHP-7.4/travis/
H A Dcompile.sh29 ./buildconf --force
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_segfault.phpt25 //force passive connection
H A Dcurl_ftp_pasv.phpt40 //force passive connection
/PHP-7.4/appveyor/
H A Dbuild_task.bat44 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
48 cmd /c buildconf.bat --force
H A Dbuild.bat33 …HP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --force %SDK_BRANCH%
/PHP-7.4/main/
H A Dfastcgi.h92 void fcgi_close(fcgi_request *req, int force, int destroy);
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()
/PHP-7.4/build/
H A Dax_check_compile_flag.m420 # force the compiler to issue an error when a bad flag is given.
/PHP-7.4/azure/
H A Dmsan_job.yml19 ./buildconf --force
/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/azure/i386/
H A Djob.yml12 ./buildconf --force
/PHP-7.4/azure/macos/
H A Djob.yml20 ./buildconf --force
/PHP-7.4/sapi/phpdbg/
H A DREADME.md35 ./buildconf --force
/PHP-7.4/scripts/dev/
H A Dmakedist134 ./buildconf --force
/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
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h312 int zend_accel_invalidate(const char *filename, size_t filename_len, zend_bool force);
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) {
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()
/PHP-7.4/ext/mysqli/tests/
H A Dbug52891.phpt44 /* first insert normal value to force initial send of types */
H A Dmysqli_store_result_copy.phpt69 printf("[010] Brute force seek %d returned %d\n", $idx, var_export($row, true));
/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()
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);
/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/
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
/PHP-7.4/docs/
H A Dstreams.md8 code; we don't want them - they are ugly and cumbersome and force you to special

Completed in 82 milliseconds

123