Home
last modified time | relevance | path

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

123

/PHP-7.1/travis/
H A Dcompile.sh12 ./buildconf --force
/PHP-7.1/ext/curl/tests/
H A Dcurl_multi_segfault.phpt26 //force passive connection
H A Dcurl_ftp_pasv.phpt41 //force passive connection
/PHP-7.1/appveyor/
H A Dbuild.bat33 …HP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --force %SDK_BRANCH%
/PHP-7.1/main/
H A Dfastcgi.h94 void fcgi_close(fcgi_request *req, int force, int destroy);
H A Dfastcgi.c1271 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
1284 if ((force || !req->keep) && req->fd >= 0) { in fcgi_close()
1289 if (!force) { in fcgi_close()
1294 if (!force) { in fcgi_close()
1304 if (!force) { in fcgi_close()
/PHP-7.1/sapi/cgi/
H A DCHANGES14 --enable-force-cgi-redirect
H A DREADME.FastCGI136 respawned automatic. Values 1 and above force PHP start additioanl processes
/PHP-7.1/
H A Dmakedist91 ./buildconf --copy --force
H A Dmakerpm68 --enable-force-cgi-redirect \
H A DCODING_STANDARDS201 force anybody to use a style he or she is not used to, but,
H A DREADME.STREAMS14 code; we don't want them - they are ugly and cumbersome and force you to
/PHP-7.1/win32/build/
H A Dconfutils.js468 var force;
483 force = true;
486 force = false;
491 if (force) {
493 force = false;
496 force = true;
501 if (!force) {
509 force = true;
516 if (force) {
524 force = true;
[all …]
/PHP-7.1/ext/pdo/
H A DTODO64 mysqli_master_query(); force query to run on master
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c57 ZEND_ARG_INFO(0, force)
783 zend_bool force = 0; local
785 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &script_name, &script_name_len, &force) == FAILU…
793 if (zend_accel_invalidate(script_name, script_name_len, force) == SUCCESS) {
H A DZendAccelerator.h321 int zend_accel_invalidate(const char *filename, int filename_len, zend_bool force);
/PHP-7.1/sapi/phpdbg/
H A DREADME.md39 ./buildconf --force
/PHP-7.1/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.1/build/
H A Dax_check_compile_flag.m420 # force the compiler to issue an error when a bad flag is given.
/PHP-7.1/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.1/Zend/
H A Dzend_execute_API.c1653 ZEND_API int zend_set_local_var(zend_string *name, zval *value, int force) /* {{{ */ in zend_set_local_var() argument
1681 if (force) { in zend_set_local_var()
1695 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
1723 if (force) { in zend_set_local_var_str()
H A Dzend_API.h549 ZEND_API int zend_set_local_var(zend_string *name, zval *value, int force);
550 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force);
/PHP-7.1/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) { in do_fstat()
/PHP-7.1/ext/exif/
H A Dtest.txt320 // ah no!$error = error_msg(); // force o.k.

Completed in 68 milliseconds

123