/PHP-8.2/.github/actions/brew/ |
H A D | action.yml | 9 # Patch brew to overwrite always 12 sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_env.h | 17 int setenv(char *name, char *value, int overwrite);
|
H A D | fpm_env.c | 43 int setenv(char *name, char *value, int overwrite) /* {{{ */ in setenv() argument
|
/PHP-8.2/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-8.2/ext/date/tests/ |
H A D | DatePeriod_IteratorAggregate.phpt | 37 // Extension that does not overwrite getIterator(). 47 // Extension that does overwrite getIterator().
|
/PHP-8.2/ext/pcntl/tests/ |
H A D | bug72154.phpt | 2 Bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | extract_safety.phpt | 2 Test extract() for overwrite of GLOBALS
|
/PHP-8.2/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 | 21 /* will overwrite itself */
|
/PHP-8.2/ext/opcache/tests/ |
H A D | bug71127.phpt | 2 Bug #71127 (Define in auto_prepend_file is overwrite)
|
/PHP-8.2/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-8.2/ext/zend_test/tests/ |
H A D | observer_bug81435.phpt | 34 …bailout(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); // overwrite the vm_stack containing p…
|
/PHP-8.2/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 21 // overwrite if array
|
/PHP-8.2/ext/phar/tests/files/ |
H A D | phar_test.inc | 21 // overwrite if array
|
/PHP-8.2/ext/phar/ |
H A D | phar_object.stub.php | 142 …public function extractTo(string $directory, array|string|null $files = null, bool $overwrite = fa… argument 369 …public function extractTo(string $directory, array|string|null $files = null, bool $overwrite = fa… argument
|
H A D | phar_object.c | 4090 static int phar_extract_file(bool overwrite, phar_entry_info *entry, char *dest, size_t dest_len, c… in phar_extract_file() argument 4175 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file() 4272 …ta *archive, zend_string *search, char *pathto, size_t pathto_len, bool overwrite, char **error) {… in extract_helper() argument 4279 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4286 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4293 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4312 bool overwrite = 0; in PHP_METHOD() local 4319 Z_PARAM_BOOL(overwrite) in PHP_METHOD() 4373 …switch (extract_helper(phar_obj->archive, Z_STR_P(zval_file), pathto, pathto_len, overwrite, &erro… in PHP_METHOD() 4389 ret = extract_helper(phar_obj->archive, filename, pathto, pathto_len, overwrite, &error); in PHP_METHOD()
|
/PHP-8.2/ext/pdo/tests/ |
H A D | pdo_014.phpt | 55 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | fwrite_variation2-win32.phpt | 48 /*overwrite first 400 bytes in the file*/ 54 /*overwrite data in middle of the file*/
|
H A D | fwrite_variation2.phpt | 48 /*overwrite first 400 bytes in the file*/ 54 /*overwrite data in middle of the file*/
|
H A D | fwrite_variation3-win32.phpt | 53 /*overwrite data in middle of the file*/
|
H A D | fwrite_variation3.phpt | 54 /*overwrite data in middle of the file*/
|
/PHP-8.2/sapi/embed/ |
H A D | README.md | 126 * precedence and will allow INI files to overwrite them.
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | tester.inc | 1362 bool $overwrite = true 1365 if ( ! $overwrite && is_file($filePath)) { 1382 return $this->makeFile('src.php', $this->code, overwrite: false); 1392 $sourceFile = $this->makeFile('src.php', $this->code, overwrite: false);
|