Home
last modified time | relevance | path

Searched refs:ENFORCE_SAFE_MODE (Results 26 – 44 of 44) sorted by relevance

12

/PHP-5.3/ext/standard/
H A Dimage.c1311 …tream_open_wrapper(arg1, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|ENFORCE_SAFE_MODE, NULL); in PHP_FUNCTION()
H A Dbasic_functions.c4732 …stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | ENFORCE_SAFE_MODE | REPORT_ERRORS, NUL…
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_net.c106 unsigned int streams_options = ENFORCE_SAFE_MODE; in MYSQLND_METHOD()
/PHP-5.3/ext/spl/
H A Dphp_spl.c245 …ret = php_stream_open_for_zend_ex(class_file, &file_handle, ENFORCE_SAFE_MODE|USE_PATH|STREAM_OPEN… in spl_autoload()
H A Dspl_directory.c248 intern->u.dir.dirp = php_stream_opendir(path, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); in spl_filesystem_dir_open()
287 …name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERR… in spl_filesystem_file_open()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch278 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
572 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
719 + stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
2229 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
/PHP-5.3/ext/hash/
H A Dhash_sha.c135 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); in PHP_FUNCTION()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c190 stream = php_stream_open_wrapper(uri, "rb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); in dsn_from_uri()
/PHP-5.3/main/streams/
H A Duserspace.c80 REGISTER_LONG_CONSTANT("STREAM_ENFORCE_SAFE_MODE", ENFORCE_SAFE_MODE, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/soap/
H A Dphp_http.c195 ENFORCE_SAFE_MODE | REPORT_ERRORS, in http_connect()
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c684 …ret_val = php_stream_open_wrapper_ex((char *)filename, "wb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL… in php_xmlwriter_streams_IO_open_write_wrapper()
/PHP-5.3/ext/tidy/
H A Dtidy.c648 …tream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE, NULL))) { in php_tidy_file_to_mem()
/PHP-5.3/ext/exif/
H A Dexif.c3892 …le = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK|IGNORE_PATH|ENFORCE_SAFE_MODE, NULL); in exif_read_file()
4197 …stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|ENFORCE_SAFE_MODE|REPORT_ERRORS, NUL… in PHP_FUNCTION()
/PHP-5.3/ext/oci8/
H A Doci8_interface.c968 stream = php_stream_open_wrapper_ex(filename, "w", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL);
/PHP-5.3/ext/gd/
H A Dgd.c1482 …stream = php_stream_open_wrapper(file, "rb", ENFORCE_SAFE_MODE | IGNORE_PATH | IGNORE_URL_WIN | RE… in PHP_FUNCTION()
2434 …stream = php_stream_open_wrapper(file, "rb", ENFORCE_SAFE_MODE|REPORT_ERRORS|IGNORE_PATH|IGNORE_UR… in _php_image_create_from()
/PHP-5.3/ext/zip/
H A Dphp_zip.c259 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in php_zip_extract_file()
/PHP-5.3/ext/phar/
H A Dphar_object.c4276 fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
/PHP-5.3/ext/imap/
H A Dphp_imap.c2444 writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in PHP_FUNCTION()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2886 stream = php_stream_open_wrapper(z_filename, mode, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL);

Completed in 183 milliseconds

12