Searched refs:UPLOAD_ERR_NO_FILE (Results 1 – 4 of 4) sorted by relevance
32 use const UPLOAD_ERR_NO_FILE; alias69 case UPLOAD_ERR_NO_FILE:
45 use const UPLOAD_ERR_NO_FILE; alias74 if ($uploaded_file->getError() === UPLOAD_ERR_NO_FILE) {
39 use const UPLOAD_ERR_NO_FILE; alias86 if ($client_file === null || $client_file->getError() === UPLOAD_ERR_NO_FILE) {
53 use const UPLOAD_ERR_NO_FILE; alias93 if ($client_file === null || $client_file->getError() === UPLOAD_ERR_NO_FILE) {