Searched defs:overwrite (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_env.c | 43 int setenv(char *name, char *value, int overwrite) /* {{{ */ in setenv()
|
/PHP-7.1/Zend/ |
H A D | zend_ts_hash.c | 261 …h_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, int overwrite) in zend_ts_hash_merge()
|
H A D | zend_hash.h | 232 #define zend_hash_merge(target, source, pCopyConstructor, overwrite) \ argument
|
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 4135 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file() 4331 zend_bool overwrite = 0; in PHP_METHOD() local
|
Completed in 37 milliseconds