Home
last modified time | relevance | path

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

12

/PHP-5.5/win32/build/
H A Dconfutils.js424 var force;
439 force = true;
442 force = false;
447 if (force) {
449 force = false;
452 force = true;
457 if (!force) {
465 force = true;
472 if (force) {
480 force = true;
[all …]
/PHP-5.5/win32/
H A Dinstall.txt776 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
1186 From here, force PHP to rebuild the configure script, and then build
1191 $ ./buildconf --force
/PHP-5.5/travis/
H A Dcompile.sh12 ./buildconf --force
/PHP-5.5/sapi/webjames/
H A Dwebjames.c219 static void webjames_php_close(struct connection *conn, int force) in webjames_php_close() argument
225 WG(oldclose)(conn,force); in webjames_php_close()
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt63 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
/PHP-5.5/sapi/fpm/
H A Dinit.d.php-fpm.in108 force-quit)
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c723 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
737 if ((force || !req->keep) && req->fd >= 0) { in fcgi_close()
742 if (!force) { in fcgi_close()
747 if (!force) { in fcgi_close()
756 if (!force) { in fcgi_close()
H A Dfastcgi.h123 void fcgi_close(fcgi_request *req, int force, int destroy);
/PHP-5.5/sapi/cgi/
H A DCHANGES14 --enable-force-cgi-redirect
H A DREADME.FastCGI136 respawned automatic. Values 1 and above force PHP start additioanl processes
H A Dfastcgi.c1097 static inline void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
1110 if ((force || !req->keep) && req->fd >= 0) { in fcgi_close()
1115 if (!force) { in fcgi_close()
1120 if (!force) { in fcgi_close()
1130 if (!force) { in fcgi_close()
/PHP-5.5/
H A Dphp.ini-development734 ; http://php.net/cgi.force-redirect
737 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
H A Dphp.ini-production734 ; http://php.net/cgi.force-redirect
737 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
H A Dmakedist86 ./buildconf --copy --force
H A Dmakerpm68 --enable-force-cgi-redirect \
/PHP-5.5/main/streams/
H A Dplain_wrapper.c140 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() argument
142 if (!d->cached_fstat || force) { in do_fstat()
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt113 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
208 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
224 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
272 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
281 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
329 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
338 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
H A Dwordwrap_error.phpt72 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_variation2.phpt2 Test mail() function : variation force extra parameters
/PHP-5.5/ext/standard/tests/file/
H A Dstream_enclosed.phpt12 /* force conversion of inner stream to STDIO. */
/PHP-5.5/ext/spl/tests/
H A Dspl_heap_count_basic.phpt16 public function count() // override count to force failure
H A Dheap_top_variation_002.phpt8 // override heap to force corruption by throwing exception in compare
/PHP-5.5/ext/pdo/
H A DTODO64 mysqli_master_query(); force query to run on master
H A Dconfig.w327 …EXTENSION('pdo', 'pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c', false /* force stat…
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2487 static void check_partial(compiler_common *common, BOOL force) in check_partial() argument
2493 SLJIT_ASSERT(!force || common->mode != JIT_COMPILE); in check_partial()
2498 if (!force) in check_partial()

Completed in 79 milliseconds

12