/php-src/main/ |
H A D | fastcgi.c | 1257 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/opcache/ |
H A D | zend_accelerator_module.c | 911 bool force = 0; local 913 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|b", &script_name, &force) == FAILURE) { 921 if (zend_accel_invalidate(script_name, force) == SUCCESS) {
|
H A D | ZendAccelerator.c | 1394 zend_result zend_accel_invalidate(zend_string *filename, bool force) in zend_accel_invalidate() argument 1423 if (force || in zend_accel_invalidate()
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 827 public function toggleAttribute(string $qualifiedName, ?bool $force = null): bool {} argument 1615 public function toggleAttribute(string $qualifiedName, ?bool $force = null): bool {} argument 2116 public function toggle(string $token, ?bool $force = null): bool {} argument
|
H A D | element.c | 1725 bool force, force_is_null = true; in PHP_METHOD() local 1731 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b!", &qname, &qname_length, &force, &force_is_null) … in PHP_METHOD() 1760 if (force_is_null || force) { in PHP_METHOD() 1785 if (force_is_null || !force) { in PHP_METHOD()
|
H A D | php_dom_arginfo.h | 298 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, force, _IS_BOOL, 1, "null") 1081 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, force, _IS_BOOL, 1, "null")
|
/php-src/ext/opcache/jit/ |
H A D | README.md | 52 then **don't** try to force install them.
|
/php-src/Zend/ |
H A D | zend_execute_API.c | 1904 ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, bool force) /* {{{ */ in zend_set_local_var() argument 1931 if (force) { in zend_set_local_var() 1947 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 1974 if (force) { in zend_set_local_var_str()
|
H A D | zend_API.h | 892 ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, bool force); 893 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 D | push.yml | 290 ./buildconf --force
|
H A D | nightly.yml | 711 ./buildconf --force 893 ./buildconf --force
|
/php-src/main/streams/ |
H A D | plain_wrapper.c | 162 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 D | CODING_STANDARDS.md | 245 1. Use K&R-style. Of course, we can't and don't want to force anybody to use a
|
H A D | php.ini-development | 780 ; https://php.net/cgi.force-redirect 783 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
|
H A D | php.ini-production | 782 ; https://php.net/cgi.force-redirect 785 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
|
H A D | configure.ac | 222 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
|
/php-src/docs/ |
H A D | release-process.md | 210 ./buildconf --force \ 218 ./buildconf --force \ 525 ./buildconf --force \ 533 ./buildconf --force \
|
/php-src/docs-old/ |
H A D | streams.md | 8 code; we don't want them - they are ugly and cumbersome and force you to special
|
/php-src/build/ |
H A D | php.m4 | 1614 dnl Some vendors force mawk before gawk; mawk is broken so we don't like that.
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 2157 - /* XXX: force initialization because glibc does not always do this */
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 3744 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 D | MacJapanese-SJIS.txt | 282 # to force them to be treated in a special way for mapping to other
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 21362 # URL2: http://phantomhighspeed.force.com/vriknowledge/servlet/fileField?id=0BEU0000000Cfyk
|
H A D | magic | 21362 # URL2: http://phantomhighspeed.force.com/vriknowledge/servlet/fileField?id=0BEU0000000Cfyk
|