Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/pdo/
H A DTODO64 mysqli_master_query(); force query to run on master
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c57 ZEND_ARG_INFO(0, force)
735 zend_bool force = 0; in ZEND_FUNCTION() local
737 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &script_name, &script_name_len, &force in ZEND_FUNCTION()
745 if (zend_accel_invalidate(script_name, script_name_len, force TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
H A DZendAccelerator.h334 int zend_accel_invalidate(const char *filename, int filename_len, zend_bool force TSRMLS_DC);
H A DZendAccelerator.c1051 int zend_accel_invalidate(const char *filename, int filename_len, zend_bool force TSRMLS_DC) in zend_accel_invalidate()
1078 if (force || in zend_accel_invalidate()
/PHP-5.5/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-5.5/sapi/cgi/
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()
H A DREADME.FastCGI136 respawned automatic. Values 1 and above force PHP start additioanl processes
/PHP-5.5/
H A Dmakerpm68 --enable-force-cgi-redirect \
H A DCODING_STANDARDS199 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
H A Dconfigure.in347 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
409 dnl force ZTS
H A DINSTALL716 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
1500 From here, force PHP to rebuild the configure script, and then build
1505 $ ./buildconf --force
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 Dacinclude.m42073 dnl Some vendors force mawk before gawk; mawk is broken so we don't like that
H A DNEWS987 . Fixed bug #55496 (Interactive mode doesn't force a newline before the
8151 - Added support for constructors in interfaces to force constructor signature
9833 - Fixed bug #31858 (--disable-cli does not force --without-pear). (Jani)
/PHP-5.5/ext/mysqli/tests/
H A Dbug52891.phpt44 /* first insert normal value to force initial send of types */
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt63 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
/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/exif/
H A Dtest.txt320 // ah no!$error = error_msg(); // force o.k.
/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/ext/pcre/pcrelib/
H A DNEWS655 script, to force use of CR or LF instead of \n in the source. On non-Unix
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()
H A DChangeLog710 30. Updated perltest.pl to add /u (force Unicode mode) when /W (use Unicode
1623 synonym of -m (show memory usage). I have changed it to mean "force study
5257 script, to force use of CR or LF instead of \n in the source. On non-Unix
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1832 stacks can force a compilation error if the stack runs out. The func-
1833 tion should return zero if all is well, or non-zero to force an error.
2970 other words, they are the options that will be in force when matching
4690 (e) PCRE_ANCHORED can be used at matching time to force a pattern to be
6542 not "sense and responsibility". If caseful matching is in force at the
6665 If you want to force a matching failure at some point in a pattern, the
6940 set, and the default newline convention is in force:
8039 (*ACCEPT) force successful match
8040 (*FAIL) force backtrack; synonym (*F)
8044 track to reach them. They all force a match failure, but they differ in

Completed in 169 milliseconds

12