/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | import_request1.phpt | 2 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 D | import_request.phpt | 40 Warning: import_request_variables(): Attempted GLOBALS variable overwrite in %s on line %d
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_env.h | 19 int setenv(char *name, char *value, int overwrite);
|
H A D | fpm_env.c | 44 int setenv(char *name, char *value, int overwrite) /* {{{ */ in setenv() argument
|
/PHP-5.4/ext/standard/tests/array/ |
H A D | extract_safety.phpt | 2 Test extract() for overwrite of GLOBALS
|
/PHP-5.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 | 30 /* will overwrite itself */
|
/PHP-5.4/ext/spl/internal/ |
H A D | recursivearrayiterator.inc | 27 * need to overwrite getChildren(), call this implementation and pass the
|
H A D | recursivefilteriterator.inc | 27 * need to overwrite getChildren(), call this implementation and pass the
|
/PHP-5.4/ext/phar/tests/files/ |
H A D | phar_test.inc | 23 // overwrite if array
|
/PHP-5.4/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 23 // overwrite if array
|
/PHP-5.4/Zend/ |
H A D | zend_hash.h | 215 …e *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite ZEND_FILE_LINE_D… 221 #define zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite) \ argument 222 _zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite ZEND_FILE_LINE_CC)
|
H A D | zend_ts_hash.c | 283 …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 D | zend_ts_hash.h | 101 …rget, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite);
|
H A D | zend_hash.c | 845 …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 D | ZEND_CHANGES | 602 feel a need to overwrite the exception display then overload method 1067 execution. With the Zend Engine, as soon as we overwrite an old
|
/PHP-5.4/ext/pdo/tests/ |
H A D | pdo_014.phpt | 53 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
|
/PHP-5.4/ext/standard/tests/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_variation2-win32.phpt | 57 /*overwrite first 400 bytes in the file*/ 63 /*overwrite data in middle of the file*/
|
H A D | fwrite_variation3-win32.phpt | 62 /*overwrite data in middle of the file*/
|
H A D | fwrite_variation3.phpt | 63 /*overwrite data in middle of the file*/
|
/PHP-5.4/sapi/nsapi/ |
H A D | nsapi-readme.txt | 104 every error page you want to overwrite:
|
/PHP-5.4/ext/phar/ |
H A D | phar_object.c | 4195 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… argument 4280 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { 4395 zend_bool overwrite = 0; local 4399 …rs(ZEND_NUM_ARGS() TSRMLS_CC, "s|z!b", &pathto, &pathto_len, &zval_files, &overwrite) == FAILURE) { 4479 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error TSRMLS_CC)) { 4500 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error TSRMLS_CC)) { 4523 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error TSRMLS_CC)) { 5357 ZEND_ARG_INFO(0, overwrite)
|
/PHP-5.4/sapi/litespeed/ |
H A D | README | 44 need to overwrite the old executable with this one and you are all
|
/PHP-5.4/sapi/fpm/ |
H A D | php-fpm.conf.in | 505 ; overwrite the values previously defined in the php.ini. The directives are the 515 ; overwrite previously defined php.ini values, but will append the new value
|