Home
last modified time | relevance | path

Searched refs:force (Results 51 – 75 of 76) sorted by relevance

1234

/php-src/ext/mysqli/tests/
H A Dbug52891.phpt42 /* first insert normal value to force initial send of types */
H A Dmysqli_store_result_copy.phpt62 printf("[010] Brute force seek %d returned %d\n", $idx, var_export($row, true));
/php-src/main/
H A Dfastcgi.c1257 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
1270 if ((force || !req->keep) && req->fd >= 0) { in fcgi_close()
1275 if (!force) { in fcgi_close()
1280 if (!force) { in fcgi_close()
1290 if (!force) { in fcgi_close()
/php-src/ext/dom/
H A Delement.c1640 bool force, force_is_null = true; in PHP_METHOD() local
1646 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b!", &qname, &qname_length, &force, &force_is_null) … in PHP_METHOD()
1675 if (force_is_null || force) { in PHP_METHOD()
1700 if (force_is_null || !force) { in PHP_METHOD()
H A Dphp_dom.stub.php683 public function toggleAttribute(string $qualifiedName, ?bool $force = null): bool {} argument
1323 public function toggleAttribute(string $qualifiedName, ?bool $force = null): bool {} argument
H A Dphp_dom_arginfo.h303 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, force, _IS_BOOL, 1, "null")
/php-src/ext/opcache/
H A Dzend_accelerator_module.c910 bool force = 0; local
912 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|b", &script_name, &force) == FAILURE) {
920 if (zend_accel_invalidate(script_name, force) == SUCCESS) {
H A DZendAccelerator.c1390 zend_result zend_accel_invalidate(zend_string *filename, bool force) in zend_accel_invalidate() argument
1419 if (force || in zend_accel_invalidate()
/php-src/ext/opcache/jit/
H A DREADME.md52 then **don't** try to force install them.
/php-src/Zend/
H A Dzend_execute_API.c1874 ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, bool force) /* {{{ */ in zend_set_local_var() argument
1901 if (force) { in zend_set_local_var()
1917 ZEND_API zend_result zend_set_local_var_str(const char *name, size_t len, zval *value, bool force) … in zend_set_local_var_str() argument
1944 if (force) { in zend_set_local_var_str()
H A Dzend_API.h890 ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, bool force);
891 ZEND_API zend_result zend_set_local_var_str(const char *name, size_t len, zval *value, bool force);
/php-src/.github/workflows/
H A Dpush.yml255 ./buildconf --force
H A Dnightly.yml643 ./buildconf --force
831 ./buildconf --force
/php-src/main/streams/
H A Dplain_wrapper.c162 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() argument
164 if (!d->cached_fstat || (force && !d->no_forced_fstat)) { in do_fstat()
/php-src/
H A DCODING_STANDARDS.md249 1. Use K&R-style. Of course, we can't and don't want to force anybody to use a
H A Dphp.ini-development794 ; https://php.net/cgi.force-redirect
797 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
H A Dphp.ini-production796 ; https://php.net/cgi.force-redirect
799 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
H A Dconfigure.ac241 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
/php-src/docs/
H A Drelease-process.md211 ./buildconf --force \
219 ./buildconf --force \
515 ./buildconf --force \
523 ./buildconf --force \
/php-src/docs-old/
H A Dstreams.md8 code; we don't want them - they are ugly and cumbersome and force you to special
/php-src/build/
H A Dphp.m41627 dnl Some vendors force mawk before gawk; mawk is broken so we don't like that.
/php-src/ext/fileinfo/
H A Dlibmagic.patch2187 - /* XXX: force initialization because glibc does not always do this */
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3744 static void check_partial(compiler_common *common, BOOL force) in check_partial() argument
3750 SLJIT_ASSERT(!force || common->mode != PCRE2_JIT_COMPLETE); in check_partial()
3755 if (!force && !common->allow_empty_partial) in check_partial()
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt282 # to force them to be treated in a special way for mapping to other
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます21362 # URL2: http://phantomhighspeed.force.com/vriknowledge/servlet/fileField?id=0BEU0000000Cfyk

Completed in 215 milliseconds

1234