Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_fclose.c50 for (i=0; i<zf->za->nfile; i++) { 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()
H A Dzip_new.c65 za->nfile = za->nfile_alloc = 0; in _zip_new()
H A Dzip_free.c71 for (i=0; i<za->nfile; i++) { in _zip_free()
H A Dzip_fopen_index_encrypted.c170 if (za->nfile >= za->nfile_alloc-1) { in _zip_file_new()
183 za->file[za->nfile++] = zf; in _zip_file_new()
H A Dzipint.h200 int nfile; /* number of opened files within archive */ member
/PHP-5.5/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.5/sapi/cli/tests/
H A D013.phpt16 file_put_contents($filename_txt, "test\nfile\ncontents\n");
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc287 fputs($fs, "file1\r\nfile1\r\nfile\nb0rk\r\n");

Completed in 37 milliseconds