Searched refs:files (Results 1 – 6 of 6) sorted by relevance
85 $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)) {
10 protected $files = []; variable in App\\Tests\\Unit\\MockAutoloader12 public function setFiles(array $files) argument14 $this->files = $files;19 return in_array($file, $this->files);
1 # These files are generated during application running or testing and are3 # specific files, such as editor configuration, a good practice is to exclude17 # Transient and temporary generated files
53 ├─ uploads/ # Uploaded patch files54 ├─ var/ # Transient and temporary generated files
109 "files": [373 … "description": "FilterIterator implementation that filters files based on a list of suffixes.",596 "ext-soap": "To be able to generate mocks based on WSDL files",
8 uploading files, data generators, API clients, and similar.
Completed in 8 milliseconds