Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/standard/tests/general_functions/
H A Dimport_request1.phpt2 import_request_variables() test (overwrite super-globals)
22 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line…
24 Warning: import_request_variables(): Attempted super-global (_POST) variable overwrite in %s on lin…
26 Warning: import_request_variables(): Attempted super-global (_COOKIE) variable overwrite in %s on l…
28 Warning: import_request_variables(): Attempted super-global (_FILES) variable overwrite in %s on li…
30 Warning: import_request_variables(): Attempted super-global (_REQUEST) variable overwrite in %s on …
32 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line…
34 Warning: import_request_variables(): Attempted super-global (_POST) variable overwrite in %s on lin…
38 Warning: import_request_variables(): Attempted super-global (_FILES) variable overwrite in %s on li…
42 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line…
[all …]
H A Dimport_request.phpt40 Warning: import_request_variables(): Attempted GLOBALS variable overwrite in %s on line %d
/PHP-7.1/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.1/ext/pcntl/tests/
H A Dbug72154.phpt2 Bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)
/PHP-7.1/ext/standard/tests/array/
H A Dextract_safety.phpt2 Test extract() for overwrite of GLOBALS
/PHP-7.1/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.phpt30 /* will overwrite itself */
/PHP-7.1/ext/opcache/tests/
H A Dbug71127.phpt2 Bug #71127 (Define in auto_prepend_file is overwrite)
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dphar_test.inc23 // overwrite if array
/PHP-7.1/ext/phar/tests/files/
H A Dphar_test.inc23 // overwrite if array
/PHP-7.1/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.1/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.h223 …target, HashTable *source, copy_ctor_func_t pCopyConstructor, zend_bool overwrite ZEND_FILE_LINE_D…
232 #define zend_hash_merge(target, source, pCopyConstructor, overwrite) \ argument
233 _zend_hash_merge(target, source, pCopyConstructor, overwrite ZEND_FILE_LINE_CC)
/PHP-7.1/ext/pdo/tests/
H A Dpdo_014.phpt53 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-7.1/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.1/ext/zip/
H A Dconfig.m491 dnl Could not think of a simple way to check libzip for overwrite support
/PHP-7.1/ext/phar/
H A Dphar_object.c4135 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file() argument
4220 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4331 zend_bool overwrite = 0; in PHP_METHOD() local
4335 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|z!b", &pathto, &pathto_len, &zval_files, &overwrite)… in PHP_METHOD()
4404 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, &error)) { in PHP_METHOD()
4425 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, &error)) { in PHP_METHOD()
4441 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, &error)) { in PHP_METHOD()
5246 ZEND_ARG_INFO(0, overwrite)
/PHP-7.1/sapi/litespeed/
H A DREADME.md44 need to overwrite the old executable with this one and you are all
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in397 ; overwrite the values previously defined in the php.ini. The directives are the
407 ; overwrite previously defined php.ini values, but will append the new value

Completed in 71 milliseconds

12