Home
last modified time | relevance | path

Searched refs:move_uploaded_file (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dmove_uploaded_file_basic.phpt2 move_uploaded_file() function
29 var_dump(move_uploaded_file($_FILES['file1']['tmp_name'], $destination1));
38 var_dump(move_uploaded_file($_FILES['file1']['name'], $destination2));
43 var_dump(move_uploaded_file($source, $destination3));
49 var_dump(move_uploaded_file($_FILES['file2']['tmp_name'], $destination4));
53 var_dump(move_uploaded_file());
54 var_dump(move_uploaded_file(1, 2, 3));
71 Warning: move_uploaded_file() expects exactly 2 parameters, 0 given in %s on line %d
74 Warning: move_uploaded_file() expects exactly 2 parameters, 3 given in %s on line %d
/PHP-5.5/ext/standard/
H A Dbasic_functions.h125 PHP_FUNCTION(move_uploaded_file);
H A Dbasic_functions.c3037 PHP_FE(move_uploaded_file, arginfo_move_uploaded_file)
5826 PHP_FUNCTION(move_uploaded_file) argument
/PHP-5.5/
H A DNEWS563 . Fixed bug #69207 (move_uploaded_file allows nulls in path). (CVE-2015-2348)
7054 - Fixed move_uploaded_file() to always set file permissions of resulting file
7294 - Fixed bug #41989 (move_uploaded_file() & relative path in ZTS mode). (Tony)
7613 - Fixed bug #40931 (open_basedir bypass via symlink and move_uploaded_file()).
7974 - Fixed bug #39575 (move_uploaded_file() no longer working (safe mode
8306 - Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of

Completed in 122 milliseconds