Home
last modified time | relevance | path

Searched refs:nfile (Results 1 – 10 of 10) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzip_fclose.c52 for (i=0; i<zf->za->nfile; i++) { in zip_fclose()
54 zf->za->file[i] = zf->za->file[zf->za->nfile-1]; in zip_fclose()
55 zf->za->nfile--; in zip_fclose()
H A Dzip_fopen_index_encrypted.c84 if (za->nfile+1 >= za->nfile_alloc) { in _zip_file_new()
98 za->file[za->nfile++] = zf; in _zip_file_new()
H A Dzip_new.c67 za->nfile = za->nfile_alloc = 0; in _zip_new()
H A Dzip_discard.c70 for (i=0; i<za->nfile; i++) { in zip_discard()
H A Dzipint.h290 unsigned int nfile; /* number of opened files within archive */ member
/PHP-5.6/ext/standard/tests/file/
H A Dfile_variation7.phpt14 echo "\nfile() with FILE_IGNORE_NEW_LINES:\n";
17 echo "\nfile() with FILE_SKIP_EMPTY_LINES:\n";
20 echo "\nfile() with FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES:\n";
H A Dfile_variation5.phpt26 echo "\nfile() on a path containing .. with invalid directories\n";
29 echo "\nfile() on a linked file\n";
35 echo "\nfile() on a relative path from a different working directory\n";
H A Dfile_variation5-win32.phpt26 echo "\nfile() on a path containing .. with invalid directories\n";
29 echo "\nfile() on a relative path from a different working directory\n";
/PHP-5.6/sapi/cli/tests/
H A D013.phpt16 file_put_contents($filename_txt, "test\nfile\ncontents\n");
/PHP-5.6/ext/ftp/tests/
H A Dserver.inc303 fputs($fs, "file1\r\nfile1\r\nfile\nb0rk\r\n");

Completed in 21 milliseconds