Searched defs:force (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/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 | 874 bool force = 0; local
|
H A D | ZendAccelerator.c | 1398 int zend_accel_invalidate(zend_string *filename, bool force) in zend_accel_invalidate()
|
/PHP-8.2/Zend/ |
H A D | zend_execute_API.c | 1840 ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, bool force) /* {{{ */ in zend_set_local_var() 1883 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-8.2/main/streams/ |
H A D | plain_wrapper.c | 162 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat()
|
/PHP-8.2/main/ |
H A D | fastcgi.c | 1266 void fcgi_close(fcgi_request *req, int force, int destroy)
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 3624 static void check_partial(compiler_common *common, BOOL force) in check_partial()
|
Completed in 56 milliseconds