Lines Matching refs:PHP_FUNCTION
38 PHP_FUNCTION(posix_kill);
41 PHP_FUNCTION(posix_getpid);
42 PHP_FUNCTION(posix_getppid);
45 PHP_FUNCTION(posix_getuid);
46 PHP_FUNCTION(posix_getgid);
47 PHP_FUNCTION(posix_geteuid);
48 PHP_FUNCTION(posix_getegid);
49 PHP_FUNCTION(posix_setuid);
50 PHP_FUNCTION(posix_setgid);
52 PHP_FUNCTION(posix_seteuid);
55 PHP_FUNCTION(posix_setegid);
58 PHP_FUNCTION(posix_getgroups);
61 PHP_FUNCTION(posix_getlogin);
65 PHP_FUNCTION(posix_getpgrp);
67 PHP_FUNCTION(posix_setsid);
69 PHP_FUNCTION(posix_setpgid);
72 PHP_FUNCTION(posix_getpgid);
75 PHP_FUNCTION(posix_getsid);
79 PHP_FUNCTION(posix_uname);
80 PHP_FUNCTION(posix_times);
84 PHP_FUNCTION(posix_ctermid);
86 PHP_FUNCTION(posix_ttyname);
87 PHP_FUNCTION(posix_isatty);
90 PHP_FUNCTION(posix_getcwd);
94 PHP_FUNCTION(posix_mkfifo);
97 PHP_FUNCTION(posix_mknod);
101 PHP_FUNCTION(posix_access);
104 PHP_FUNCTION(posix_getgrnam);
105 PHP_FUNCTION(posix_getgrgid);
106 PHP_FUNCTION(posix_getpwnam);
107 PHP_FUNCTION(posix_getpwuid);
110 PHP_FUNCTION(posix_getrlimit);
114 PHP_FUNCTION(posix_setrlimit);
118 PHP_FUNCTION(posix_initgroups);
121 PHP_FUNCTION(posix_get_last_error);
122 PHP_FUNCTION(posix_strerror);