Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 32) sorted by relevance

12

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_env.h18 int setenv(char *name, char *value, int overwrite);
H A Dfpm_env.c43 int setenv(char *name, char *value, int overwrite) /* {{{ */ in setenv() argument
/PHP-7.2/ext/pcntl/tests/
H A Dbug72154.phpt2 Bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)
/PHP-7.2/ext/standard/tests/array/
H A Dextract_safety.phpt2 Test extract() for overwrite of GLOBALS
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt28 // overwrite results and check if the cache magic works
78 // overwrite results and check if the cache magic works
96 // overwrite results and check if the cache magic works
H A Dmysqli_result_references_mysqlnd.phpt26 /* will overwrite itself */
/PHP-7.2/ext/opcache/tests/
H A Dbug71127.phpt2 Bug #71127 (Define in auto_prepend_file is overwrite)
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dphar_test.inc23 // overwrite if array
/PHP-7.2/ext/phar/tests/files/
H A Dphar_test.inc23 // overwrite if array
/PHP-7.2/ext/spl/internal/
H A Drecursivearrayiterator.inc27 * need to overwrite getChildren(), call this implementation and pass the
H A Drecursivefilteriterator.inc27 * need to overwrite getChildren(), call this implementation and pass the
/PHP-7.2/Zend/
H A Dzend_ts_hash.c261 …h_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, int overwrite) in zend_ts_hash_merge() argument
265 zend_hash_merge(TS_HASH(target), TS_HASH(source), pCopyConstructor, overwrite); in zend_ts_hash_merge()
H A Dzend_ts_hash.h89 …_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, int overwrite);
H A Dzend_hash.h230 …target, HashTable *source, copy_ctor_func_t pCopyConstructor, zend_bool overwrite ZEND_FILE_LINE_D…
239 #define zend_hash_merge(target, source, pCopyConstructor, overwrite) \ argument
240 _zend_hash_merge(target, source, pCopyConstructor, overwrite ZEND_FILE_LINE_CC)
H A Dzend_hash.c1851 …target, HashTable *source, copy_ctor_func_t pCopyConstructor, zend_bool overwrite ZEND_FILE_LINE_D… in _zend_hash_merge()
1861 if (overwrite) { in _zend_hash_merge()
/PHP-7.2/ext/pdo/tests/
H A Dpdo_014.phpt53 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-7.2/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt57 /*overwrite first 400 bytes in the file*/
63 /*overwrite data in middle of the file*/
H A Dfwrite_variation2.phpt57 /*overwrite first 400 bytes in the file*/
63 /*overwrite data in middle of the file*/
H A Dfwrite_variation3-win32.phpt62 /*overwrite data in middle of the file*/
H A Dfwrite_variation3.phpt63 /*overwrite data in middle of the file*/
/PHP-7.2/ext/phar/
H A Dphar_object.c4193 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file() argument
4278 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4375 …rchive, zend_string *search, char *pathto, size_t pathto_len, zend_bool overwrite, char **error) {… in extract_helper() argument
4382 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, error)) return -1; in extract_helper()
4389 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, error)) return -1; in extract_helper()
4396 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, error)) return -1; in extract_helper()
4418 zend_bool overwrite = 0; in PHP_METHOD() local
4423 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|z!b", &pathto, &pathto_len, &zval_files, &overwrite)… in PHP_METHOD()
4484 …switch (extract_helper(phar_obj->archive, Z_STR_P(zval_file), pathto, pathto_len, overwrite, &erro… in PHP_METHOD()
4508 ret = extract_helper(phar_obj->archive, filename, pathto, pathto_len, overwrite, &error); in PHP_METHOD()
[all …]
/PHP-7.2/ext/zip/
H A Dconfig.m491 dnl Could not think of a simple way to check libzip for overwrite support
/PHP-7.2/sapi/litespeed/
H A DREADME.md44 need to overwrite the old executable with this one and you are all
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in401 ; overwrite the values previously defined in the php.ini. The directives are the
411 ; overwrite previously defined php.ini values, but will append the new value
/PHP-7.2/
H A Dacinclude.m4700 dnl and will overwrite any previous variable of that name.
725 dnl and will overwrite any previous variable of that name.

Completed in 72 milliseconds

12