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