Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 33) sorted by path

12

/PHP-5.5/
H A DINSTALL783 error page you want to overwrite:
H A DNEWS4602 . Fixed extract() to do not overwrite $GLOBALS and $this when using
6703 - Fixed bug #46222 (ArrayObject EG(uninitialized_var_ptr) overwrite).
7521 . colors allocated henceforth from the resulting image overwrite the palette
9254 - Fixed potential GLOBALS overwrite via import_request_variables() and
H A Dacinclude.m4698 dnl and will overwrite any previous variable of that name.
723 dnl and will overwrite any previous variable of that name.
/PHP-5.5/Zend/
H A DZEND_CHANGES602 feel a need to overwrite the exception display then overload method
1067 execution. With the Zend Engine, as soon as we overwrite an old
H A Dzend_hash.c845 …e *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite ZEND_FILE_LINE_D… in _zend_hash_merge()
849 int mode = (overwrite?HASH_UPDATE:HASH_ADD); in _zend_hash_merge()
H A Dzend_hash.h218 …e *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite ZEND_FILE_LINE_D…
224 #define zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite) \ argument
225 _zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite ZEND_FILE_LINE_CC)
H A Dzend_ts_hash.c283 …arget, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite) in zend_ts_hash_merge() argument
287 zend_hash_merge(TS_HASH(target), TS_HASH(source), pCopyConstructor, tmp, size, overwrite); in zend_ts_hash_merge()
H A Dzend_ts_hash.h101 …rget, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite);
/PHP-5.5/build/
H A Dlibtool.m41193 # do not overwrite the value of need_locks provided by the user
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY25 don't overwrite error code in fetch_name().
/PHP-5.5/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-5.5/ext/pdo/tests/
H A Dpdo_014.phpt53 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-5.5/ext/phar/
H A Dphar_object.c4112 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file() argument
4197 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4312 zend_bool overwrite = 0; in PHP_METHOD() local
4316 …rs(ZEND_NUM_ARGS() TSRMLS_CC, "p|z!b", &pathto, &pathto_len, &zval_files, &overwrite) == FAILURE) { in PHP_METHOD()
4386 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error TSRMLS_CC)) { in PHP_METHOD()
4407 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error TSRMLS_CC)) { in PHP_METHOD()
4430 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error TSRMLS_CC)) { in PHP_METHOD()
5265 ZEND_ARG_INFO(0, overwrite)
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_test.inc23 // overwrite if array
/PHP-5.5/ext/phar/tests/files/
H A Dphar_test.inc23 // overwrite if array
/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Dextract_safety.phpt2 Test extract() for overwrite of GLOBALS
/PHP-5.5/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-5.5/ext/standard/tests/general_functions/
H A Dimport_request.phpt40 Warning: import_request_variables(): Attempted GLOBALS variable overwrite in %s on line %d
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 …]

Completed in 155 milliseconds

12