summaryrefslogtreecommitdiff
path: root/ext/standard/pageinfo.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-04-03 15:10:30 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-04-03 15:41:41 +0200
commit2bfcd8825c2e6ca6d32fe957cb4cdb185fd28d31 (patch)
treea55771c2b45321eadb43ec0fd035a15a4de89e11 /ext/standard/pageinfo.h
parent51bc6233b266f514fb65fa97dfc1754cd0dd4010 (diff)
downloadphp-git-2bfcd8825c2e6ca6d32fe957cb4cdb185fd28d31.tar.gz
Remove now unnecessary PHP_FUNCTION() declarations
Diffstat (limited to 'ext/standard/pageinfo.h')
-rw-r--r--ext/standard/pageinfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/pageinfo.h b/ext/standard/pageinfo.h
index 76543194dc..0a3fa7b28b 100644
--- a/ext/standard/pageinfo.h
+++ b/ext/standard/pageinfo.h
@@ -17,12 +17,6 @@
#ifndef PAGEINFO_H
#define PAGEINFO_H
-PHP_FUNCTION(getmyuid);
-PHP_FUNCTION(getmygid);
-PHP_FUNCTION(getmypid);
-PHP_FUNCTION(getmyinode);
-PHP_FUNCTION(getlastmod);
-
PHPAPI void php_statpage(void);
PHPAPI time_t php_getlastmod(void);
extern zend_long php_getuid(void);