Searched refs:UPLOAD_ERR_OK (Results 1 – 6 of 6) sorted by relevance
34 use const UPLOAD_ERR_OK; alias54 case UPLOAD_ERR_OK:
46 use const UPLOAD_ERR_OK; alias78 if ($uploaded_file->getError() !== UPLOAD_ERR_OK) {
40 use const UPLOAD_ERR_OK; alias92 if ($client_file->getError() !== UPLOAD_ERR_OK) {
54 use const UPLOAD_ERR_OK; alias99 if ($client_file->getError() !== UPLOAD_ERR_OK) {
55 use const UPLOAD_ERR_OK; alias209 $status = UPLOAD_ERR_OK;
60 use const UPLOAD_ERR_OK; alias190 if ($uploaded_file === null || $uploaded_file->getError() !== UPLOAD_ERR_OK) {