Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.4/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.4/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.4/main/streams/
H A Dplain_wrapper.c1011 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1 TSRMLS_CC)) { in php_plain_files_url_stater()
1481 …if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir_ex(trypath, 0 TSRMLS_… in _php_stream_fopen_with_path()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c1383 if (php_check_open_basedir_ex(filename, 0 TSRMLS_CC) == -1) { in php_local_infile_init()

Completed in 32 milliseconds