Home
last modified time | relevance | path

Searched refs:php_check_open_basedir_ex (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/main/
H A Dfopen_wrappers.h34 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC);
H A Dfopen_wrappers.c121 if (php_check_open_basedir_ex(ptr, 0 TSRMLS_CC) != 0) { in ZEND_INI_MH()
288 return php_check_open_basedir_ex(path, 1 TSRMLS_CC);
293 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC) function
/PHP-5.5/ext/standard/
H A Ddir.c501 if (php_check_open_basedir_ex(pattern, 0 TSRMLS_CC)) { in PHP_FUNCTION()
513 if (php_check_open_basedir_ex(globbuf.gl_pathv[n], 0 TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c46 if (php_check_open_basedir_ex(filename, 0 TSRMLS_CC) == -1) { in mysqlnd_local_infile_init()
/PHP-5.5/ext/posix/
H A Dposix.c845 if (php_check_open_basedir_ex(path, 0 TSRMLS_CC)) { in PHP_FUNCTION()
879 if (php_check_open_basedir_ex(path, 0 TSRMLS_CC)) { in PHP_FUNCTION()
964 if (php_check_open_basedir_ex(path, 0 TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1039 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1 TSRMLS_CC)) { in php_plain_files_url_stater()
1507 …if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir_ex(trypath, 0 TSRMLS_… in _php_stream_fopen_with_path()

Completed in 17 milliseconds