Lines Matching refs:PHP_FUNCTION
25 PHP_FUNCTION(realpath_cache_size);
26 PHP_FUNCTION(realpath_cache_get);
27 PHP_FUNCTION(clearstatcache);
28 PHP_FUNCTION(fileatime);
29 PHP_FUNCTION(filectime);
30 PHP_FUNCTION(filegroup);
31 PHP_FUNCTION(fileinode);
32 PHP_FUNCTION(filemtime);
33 PHP_FUNCTION(fileowner);
34 PHP_FUNCTION(fileperms);
35 PHP_FUNCTION(filesize);
36 PHP_FUNCTION(filetype);
37 PHP_FUNCTION(is_writable);
38 PHP_FUNCTION(is_readable);
39 PHP_FUNCTION(is_executable);
40 PHP_FUNCTION(is_file);
41 PHP_FUNCTION(is_dir);
42 PHP_FUNCTION(is_link);
43 PHP_FUNCTION(file_exists);
46 PHP_FUNCTION(disk_total_space);
47 PHP_FUNCTION(disk_free_space);
48 PHP_FUNCTION(chown);
49 PHP_FUNCTION(chgrp);
51 PHP_FUNCTION(lchown);
54 PHP_FUNCTION(lchgrp);
56 PHP_FUNCTION(chmod);
58 PHP_FUNCTION(touch);
60 PHP_FUNCTION(clearstatcache);