Lines Matching refs:PHPAPI
24 PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle);
25 PHPAPI char *expand_filepath(const char *filepath, char *real_path);
26 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
27 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_…
29 PHPAPI int php_check_open_basedir(const char *path);
30 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
31 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path);
36 PHPAPI int php_check_safe_mode_include_dir(const char *path);
38 PHPAPI zend_string *php_resolve_path(const char *filename, size_t filename_len, const char *path);
40 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
42 PHPAPI char *php_strip_url_passwd(char *path);
44 PHPAPI ZEND_INI_MH(OnUpdateBaseDir);