Searched refs:ER_OK (Results 1 – 21 of 21) sorted by relevance
26 var_dump($zip->status == ZipArchive::ER_OK);32 var_dump($zip->status == ZipArchive::ER_OK);34 if ($zip->status == ZipArchive::ER_OK) {
14 if ($zip->status == ZIPARCHIVE::ER_OK) {
22 } else if ($zip->status == ZipArchive::ER_OK) {
21 if ($zip->status == ZIPARCHIVE::ER_OK) {
30 if ($zip->status == ZIPARCHIVE::ER_OK) {
26 if ($zip->status == ZIPARCHIVE::ER_OK) {
22 if (!$zip->status == ZIPARCHIVE::ER_OK) {
36 if ($zip->status == ZIPARCHIVE::ER_OK) {
25 if ($zip->status == ZIPARCHIVE::ER_OK) {
27 if ($zip->status == ZIPARCHIVE::ER_OK) {
43 if ($zip->status == ZIPARCHIVE::ER_OK) {
39 if ($zip->status == ZIPARCHIVE::ER_OK) {
34 if (!$zip->status == ZIPARCHIVE::ER_OK) {
45 if (!$zip->status == ZIPARCHIVE::ER_OK) {
286 public const ER_OK = UNKNOWN; define in ZipArchive
Completed in 23 milliseconds