diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-21 15:33:58 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-25 10:21:31 +0100 |
commit | bb6e2a1615a54bc2986c782a2541289fd33a1bbb (patch) | |
tree | 9d483556fb2f11759c33aea28fffc135344ce27a /ext/standard/php_dir.h | |
parent | 7956866ff45bb8bf9cb01010e1f3013dd8a7621d (diff) | |
download | php-git-bb6e2a1615a54bc2986c782a2541289fd33a1bbb.tar.gz |
Avoid used of "named fn" in ext/standard
Diffstat (limited to 'ext/standard/php_dir.h')
-rw-r--r-- | ext/standard/php_dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h index 9d91e50ef2..599ac738c0 100644 --- a/ext/standard/php_dir.h +++ b/ext/standard/php_dir.h @@ -28,7 +28,7 @@ PHP_FUNCTION(chroot); #endif PHP_FUNCTION(getcwd); PHP_FUNCTION(rewinddir); -PHP_NAMED_FUNCTION(php_if_readdir); +PHP_FUNCTION(readdir); PHP_FUNCTION(getdir); PHP_FUNCTION(glob); PHP_FUNCTION(scandir); |