Home
last modified time | relevance | path

Searched refs:za (Results 51 – 59 of 59) sorted by last modified time

123

/PHP-5.5/ext/zip/lib/
H A Dzip_error_clear.c41 zip_error_clear(struct zip *za) in zip_error_clear() argument
43 _zip_error_clear(&za->error); in zip_error_clear()
H A Dzip_error_get.c41 zip_error_get(struct zip *za, int *zep, int *sep) in zip_error_get() argument
43 _zip_error_get(&za->error, zep, sep); in zip_error_get()
H A Dzip_fclose.c50 for (i=0; i<zf->za->nfile; i++) { in zip_fclose()
51 if (zf->za->file[i] == zf) { in zip_fclose()
52 zf->za->file[i] = zf->za->file[zf->za->nfile-1]; in zip_fclose()
53 zf->za->nfile--; in zip_fclose()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput81855 za-
H A Dtestoutput12028 za-
2029 0: za-
H A Dtestoutput82790 za-
2791 0: za-
H A Dtestinput11415 za-
/PHP-5.5/ext/filter/tests/
H A Dbug55478.phpt7 $email_address = "test@xn--example--7za.de"; // "example-ä.de"
11 string(24) "test@xn--example--7za.de"
/PHP-5.5/ext/zip/examples/
H A Ddir.php6 $za = new ZipArchive(); variable
8 $za->open('test_with_comment.zip');
9 print_r($za);
10 var_dump($za);
11 echo "numFiles: " . $za->numFiles . "\n";
12 echo "status: " . $za->status . "\n";
14 echo "filename: " . $za->filename . "\n";
15 echo "comment: " . $za->comment . "\n";
17 for ($i=0; $i<$za->numFiles;$i++) {
19 print_r($za->statIndex($i));
[all …]

Completed in 41 milliseconds

123