/PHP-8.3/.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.3/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.3/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.3/ext/date/tests/ |
H A D | DatePeriod_IteratorAggregate.phpt | 37 // Extension that does not overwrite getIterator(). 47 // Extension that does overwrite getIterator().
|
/PHP-8.3/ext/pcntl/tests/ |
H A D | bug72154.phpt | 2 Bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | extract_safety.phpt | 2 Test extract() for overwrite of GLOBALS
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_fetch_array_many_rows.phpt | 29 // 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 D | mysqli_result_references_mysqlnd.phpt | 21 /* will overwrite itself */
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug71127.phpt | 2 Bug #71127 (Define in auto_prepend_file is overwrite)
|
/PHP-8.3/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.3/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.3/ext/dom/tests/ |
H A D | DOMDocument_liveness_caching_invalidation.phpt | 17 $root->textContent = 'overwrite';
|
/PHP-8.3/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 21 // overwrite if array
|
/PHP-8.3/ext/phar/tests/files/ |
H A D | phar_test.inc | 21 // overwrite if array
|
/PHP-8.3/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.3/ext/phar/ |
H A D | phar_object.stub.php | 126 …public function extractTo(string $directory, array|string|null $files = null, bool $overwrite = fa… argument 353 …public function extractTo(string $directory, array|string|null $files = null, bool $overwrite = fa… argument
|
H A D | phar_object.c | 4107 static int phar_extract_file(bool overwrite, phar_entry_info *entry, char *dest, size_t dest_len, c… in phar_extract_file() argument 4192 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file() 4289 …ta *archive, zend_string *search, char *pathto, size_t pathto_len, bool overwrite, char **error) {… in extract_helper() argument 4296 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4303 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4310 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper() 4329 bool overwrite = 0; in PHP_METHOD() local 4336 Z_PARAM_BOOL(overwrite) in PHP_METHOD() 4390 …switch (extract_helper(phar_obj->archive, Z_STR_P(zval_file), pathto, pathto_len, overwrite, &erro… in PHP_METHOD() 4406 ret = extract_helper(phar_obj->archive, filename, pathto, pathto_len, overwrite, &error); in PHP_METHOD()
|
/PHP-8.3/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*/
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_convert_case_various_mode.phpt | 52 * When converting a codepoint, if we overwrite it with the converted version before
|
/PHP-8.3/sapi/embed/ |
H A D | README.md | 126 * precedence and will allow INI files to overwrite them.
|