Home
last modified time | relevance | path

Searched refs:php_check_open_basedir (Results 26 – 39 of 39) sorted by relevance

12

/PHP-7.2/ext/phar/
H A Dutil.c205 if (!is_phar && php_check_open_basedir(filename)) { in phar_mount_entry()
629 if (php_check_open_basedir(phar->fname)) { in phar_open_archive_fp()
H A Dphar.c1342 if (php_check_open_basedir(fname)) {
1505 if (php_check_open_basedir(fname)) {
2303 if (php_check_open_basedir(fname)) {
H A Dphar_object.c1632 if (php_check_open_basedir(fname)) { in phar_build()
3944 if (!strstr(fname, "://") && php_check_open_basedir(fname)) { in PHP_METHOD()
4270 if (php_check_open_basedir(fullpath)) { in phar_extract_file()
/PHP-7.2/main/
H A Dmain.c486 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
501 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c5229 if (php_check_open_basedir(filename)) {
5498 if (php_check_open_basedir(ZSTR_VAL(new_value))) {
5899 if (php_check_open_basedir(new_path)) {
/PHP-7.2/ext/curl/
H A Dinterface.c2720 if (php_check_open_basedir(ZSTR_VAL(postval))) { in _php_curl_setopt()
2888 if (ZSTR_LEN(str) && php_check_open_basedir(ZSTR_VAL(str))) { in _php_curl_setopt()
/PHP-7.2/ext/tidy/
H A Dtidy.c159 if (php_check_open_basedir(filename)) { \
/PHP-7.2/ext/oci8/
H A Doci8_interface.c1038 if (php_check_open_basedir(filename)) { in PHP_FUNCTION()
/PHP-7.2/ext/imap/
H A Dphp_imap.c1238 if (ZSTR_VAL(mailbox)[0] != '{' && php_check_open_basedir(ZSTR_VAL(mailbox))) { in php_imap_do_open()
1313 if (ZSTR_VAL(mailbox)[0] != '{' && php_check_open_basedir(ZSTR_VAL(mailbox))) { in PHP_FUNCTION()
/PHP-7.2/ext/session/
H A Dsession.c642 if (PG(open_basedir) && *p && php_check_open_basedir(p)) { in PHP_INI_MH()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c3665 if (php_check_open_basedir(file_in)) {
3801 if (php_check_open_basedir(file_out)) {
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c1387 if (php_check_open_basedir(filename)) { in PHP_FUNCTION()
/PHP-7.2/ext/soap/
H A Dsoap.c505 if (PG(open_basedir) && *p && php_check_open_basedir(p)) { in PHP_INI_MH()
/PHP-7.2/ext/openssl/
H A Dopenssl.c780 if (php_check_open_basedir(filename)) { in php_openssl_open_base_dir_chk()

Completed in 182 milliseconds

12