mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add missing #endif in stubs
This slipped away during the rebase of 5171cb435a
This commit is contained in:
parent
5171cb435a
commit
083b64efb5
2 changed files with 95 additions and 1112 deletions
|
@ -1333,6 +1333,7 @@ function chmod(string $filename, int $permissions): bool {}
|
|||
|
||||
#ifdef HAVE_UTIME
|
||||
function touch(string $filename, ?int $mtime = null, ?int $atime = null): bool {}
|
||||
#endif
|
||||
|
||||
function clearstatcache(bool $clear_realpath_cache = false, string $filename = ""): void {}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue