/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_env.h | 17 int setenv(char *name, char *value, int overwrite);
|
H A D | fpm_env.c | 42 int setenv(char *name, char *value, int overwrite) /* {{{ */ in setenv() argument
|
/PHP-7.4/Zend/tests/type_declarations/ |
H A D | typed_properties_050.phpt | 2 Weak casts must not overwrite source variables
|
H A D | typed_properties_066.phpt | 2 Typed property assignment must not overwrite constants
|
/PHP-7.4/ext/pcntl/tests/ |
H A D | bug72154.phpt | 2 Bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | extract_safety.phpt | 2 Test extract() for overwrite of GLOBALS
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_fetch_array_many_rows.phpt | 28 // 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 D | mysqli_result_references_mysqlnd.phpt | 26 /* will overwrite itself */
|
/PHP-7.4/ext/opcache/tests/ |
H A D | bug71127.phpt | 2 Bug #71127 (Define in auto_prepend_file is overwrite)
|
/PHP-7.4/sapi/cli/tests/ |
H A D | bug73630a.phpt | 2 Bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri'])
|
H A D | bug73630.phpt | 2 Bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri'])
|
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 21 // overwrite if array
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | phar_test.inc | 21 // overwrite if array
|
/PHP-7.4/ext/pdo/tests/ |
H A D | pdo_014.phpt | 51 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
|
/PHP-7.4/Zend/ |
H A D | zend_ts_hash.c | 249 …h_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, int overwrite) in zend_ts_hash_merge() argument 253 zend_hash_merge(TS_HASH(target), TS_HASH(source), pCopyConstructor, overwrite); in zend_ts_hash_merge()
|
H A D | zend_ts_hash.h | 74 …_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, int overwrite);
|
H A D | zend_hash.c | 2123 …merge(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, zend_bool overwrite) in zend_hash_merge() argument 2133 if (overwrite) { in zend_hash_merge()
|
H A D | zend_hash.h | 262 …erge(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, zend_bool overwrite);
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fwrite_variation2-win32.phpt | 57 /*overwrite first 400 bytes in the file*/ 63 /*overwrite data in middle of the file*/
|
H A D | fwrite_variation2.phpt | 57 /*overwrite first 400 bytes in the file*/ 63 /*overwrite data in middle of the file*/
|
H A D | fwrite_variation3.phpt | 63 /*overwrite data in middle of the file*/
|
H A D | fwrite_variation3-win32.phpt | 62 /*overwrite data in middle of the file*/
|
/PHP-7.4/ext/phar/ |
H A D | phar_object.c | 4138 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, size_t dest_l… in phar_extract_file() argument 4223 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file() 4320 …rchive, zend_string *search, char *pathto, size_t pathto_len, zend_bool overwrite, char **error) {… in extract_helper() argument 4327 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4334 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4341 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4362 zend_bool overwrite = 0; in PHP_METHOD() local 4367 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|z!b", &pathto, &pathto_len, &zval_files, &overwrite)… in PHP_METHOD() 4428 …switch (extract_helper(phar_obj->archive, Z_STR_P(zval_file), pathto, pathto_len, overwrite, &erro… in PHP_METHOD() 4451 ret = extract_helper(phar_obj->archive, filename, pathto, pathto_len, overwrite, &error); in PHP_METHOD() [all …]
|
/PHP-7.4/sapi/litespeed/ |
H A D | README.md | 41 SAPI already, you just need to overwrite the old executable with this one and
|
/PHP-7.4/sapi/fpm/ |
H A D | www.conf.in | 417 ; overwrite the values previously defined in the php.ini. The directives are the 427 ; overwrite previously defined php.ini values, but will append the new value
|