Home
last modified time | relevance | path

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

12

/php-src/.github/actions/brew/
H A Daction.yml9 # Patch brew to overwrite always
12 sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
/php-src/sapi/fpm/fpm/
H A Dfpm_env.h17 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-src/Zend/tests/type_declarations/
H A Dtyped_properties_050.phpt2 Weak casts must not overwrite source variables
H A Dtyped_properties_066.phpt2 Typed property assignment must not overwrite constants
/php-src/ext/pcntl/tests/
H A Dbug72154.phpt2 Bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)
/php-src/ext/standard/tests/array/
H A Dextract_safety.phpt2 Test extract() for overwrite of GLOBALS
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt29 // overwrite results and check if the cache magic works
79 // overwrite results and check if the cache magic works
97 // overwrite results and check if the cache magic works
H A Dmysqli_result_references_mysqlnd.phpt21 /* will overwrite itself */
/php-src/ext/opcache/tests/
H A Dbug71127.phpt2 Bug #71127 (Define in auto_prepend_file is overwrite)
/php-src/ext/date/tests/
H A DDatePeriod_IteratorAggregate.phpt37 // Extension that does not overwrite getIterator().
47 // Extension that does overwrite getIterator().
/php-src/sapi/cli/tests/
H A Dbug73630a.phpt2 Bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri'])
H A Dbug73630.phpt2 Bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri'])
/php-src/ext/zend_test/tests/
H A Dobserver_bug81435.phpt34 …bailout(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); // overwrite the vm_stack containing p…
/php-src/ext/dom/tests/
H A DDOMDocument_liveness_caching_invalidation.phpt17 $root->textContent = 'overwrite';
/php-src/ext/phar/tests/files/
H A Dphar_test.inc21 // overwrite if array
/php-src/ext/phar/tests/cache_list/files/
H A Dphar_test.inc21 // overwrite if array
/php-src/ext/phar/
H A Dphar_object.stub.php126 …public function extractTo(string $directory, array|string|null $files = null, bool $overwrite = fa… argument
348 …public function extractTo(string $directory, array|string|null $files = null, bool $overwrite = fa… argument
H A Dphar_object.c4104 static int phar_extract_file(bool overwrite, phar_entry_info *entry, char *dest, size_t dest_len, c… in phar_extract_file() argument
4189 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4286 …ta *archive, zend_string *search, char *pathto, size_t pathto_len, bool overwrite, char **error) {… in extract_helper() argument
4293 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper()
4300 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper()
4307 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper()
4326 bool overwrite = 0; in PHP_METHOD() local
4333 Z_PARAM_BOOL(overwrite) in PHP_METHOD()
4387 …switch (extract_helper(phar_obj->archive, Z_STR_P(zval_file), pathto, pathto_len, overwrite, &erro… in PHP_METHOD()
4403 ret = extract_helper(phar_obj->archive, filename, pathto, pathto_len, overwrite, &error); in PHP_METHOD()
/php-src/ext/pdo/tests/
H A Dpdo_014.phpt55 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/php-src/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt48 /*overwrite first 400 bytes in the file*/
54 /*overwrite data in middle of the file*/
H A Dfwrite_variation2.phpt48 /*overwrite first 400 bytes in the file*/
54 /*overwrite data in middle of the file*/
H A Dfwrite_variation3-win32.phpt53 /*overwrite data in middle of the file*/
/php-src/ext/mbstring/tests/
H A Dmb_convert_case_various_mode.phpt52 * When converting a codepoint, if we overwrite it with the converted version before
/php-src/sapi/embed/
H A DREADME.md126 * precedence and will allow INI files to overwrite them.

Completed in 71 milliseconds

12