Lines Matching refs:PHP_FUNCTION
27 PHP_FUNCTION(tempnam);
30 PHPAPI PHP_FUNCTION(fclose);
31 PHP_FUNCTION(popen);
32 PHP_FUNCTION(pclose);
33 PHPAPI PHP_FUNCTION(feof);
34 PHPAPI PHP_FUNCTION(fread);
35 PHPAPI PHP_FUNCTION(fgetc);
36 PHPAPI PHP_FUNCTION(fgets);
37 PHP_FUNCTION(fscanf);
38 PHPAPI PHP_FUNCTION(fgetss);
39 PHP_FUNCTION(fgetcsv);
40 PHP_FUNCTION(fputcsv);
41 PHPAPI PHP_FUNCTION(fwrite);
42 PHPAPI PHP_FUNCTION(fflush);
43 PHPAPI PHP_FUNCTION(rewind);
44 PHPAPI PHP_FUNCTION(ftell);
45 PHPAPI PHP_FUNCTION(fseek);
46 PHP_FUNCTION(mkdir);
47 PHP_FUNCTION(rmdir);
48 PHPAPI PHP_FUNCTION(fpassthru);
49 PHP_FUNCTION(readfile);
50 PHP_FUNCTION(umask);
51 PHP_FUNCTION(rename);
52 PHP_FUNCTION(unlink);
53 PHP_FUNCTION(copy);
54 PHP_FUNCTION(file);
55 PHP_FUNCTION(file_get_contents);
56 PHP_FUNCTION(file_put_contents);
57 PHP_FUNCTION(get_meta_tags);
58 PHP_FUNCTION(flock);
59 PHP_FUNCTION(fd_set);
60 PHP_FUNCTION(fd_isset);
62 PHP_FUNCTION(realpath);
65 PHP_FUNCTION(fnmatch);
69 PHP_FUNCTION(sys_get_temp_dir);