Home
last modified time | relevance | path

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

/web-bugs/src/Utils/
H A DUploader.php85 $files = isset($_FILES[$key]) ? $_FILES[$key] : [];
99 if (empty($files) || $files['error'] !== UPLOAD_ERR_OK) {
100 … throw new \Exception('Error on upload: Something went wrong. Error code: '.$files['error']);
104 if ($this->isUploadedFile($files['tmp_name']) === false) {
109 $uploadedName = $files['name'];
116 if ($files['size'] > $this->maxFileSize) {
121 if (!$files['size']) {
126 $type = $this->getMediaType($files['tmp_name']);
138 if (!$this->moveUploadedFile($files['tmp_name'], $destination)) {
/web-bugs/tests/Unit/
H A DAutoloaderTest.php10 protected $files = []; variable in App\\Tests\\Unit\\MockAutoloader
12 public function setFiles(array $files) argument
14 $this->files = $files;
19 return in_array($file, $this->files);
/web-bugs/
H A D.gitignore1 # These files are generated during application running or testing and are
3 # specific files, such as editor configuration, a good practice is to exclude
17 # Transient and temporary generated files
H A DREADME.md53 ├─ uploads/ # Uploaded patch files
54 ├─ var/ # Transient and temporary generated files
H A Dcomposer.lock109 "files": [
590 … "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1633 "files": [
/web-bugs/docs/
H A Dcontainer.md8 uploading files, data generators, API clients, and similar.

Completed in 13 milliseconds