Skip to content

Commit 083b64e

Browse files
committed
Add missing #endif in stubs
This slipped away during the rebase of 5171cb4
1 parent 5171cb4 commit 083b64e

File tree

2 files changed

+95
-1112
lines changed

2 files changed

+95
-1112
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,7 @@ function chmod(string $filename, int $permissions): bool {}
13331333

13341334
#ifdef HAVE_UTIME
13351335
function touch(string $filename, ?int $mtime = null, ?int $atime = null): bool {}
1336+
#endif
13361337

13371338
function clearstatcache(bool $clear_realpath_cache = false, string $filename = ""): void {}
13381339

0 commit comments

Comments
 (0)