Searched defs:force (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/opcache/ |
H A D | opcache.stub.php | 15 function opcache_invalidate(string $filename, bool $force = false): bool {}
|
H A D | zend_accelerator_module.c | 911 bool force = 0; local
|
H A D | ZendAccelerator.c | 1394 zend_result zend_accel_invalidate(zend_string *filename, bool force) in zend_accel_invalidate()
|
/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() 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()
|
/php-src/ext/dom/ |
H A D | token_list.c | 512 bool force, force_not_given = true; in PHP_METHOD() local
|
H A D | php_dom.stub.php | 827 public function toggleAttribute(string $qualifiedName, ?bool $force = null): bool {} 1615 public function toggleAttribute(string $qualifiedName, ?bool $force = null): bool {} 2117 public function toggle(string $token, ?bool $force = null): bool {}
|
H A D | element.c | 1817 bool force, force_is_null = true; in PHP_METHOD() local
|
/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()
|
/php-src/main/ |
H A D | fastcgi.c | 1257 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close()
|
/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()
|
Completed in 94 milliseconds