summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file
Commit message (Collapse)AuthorAgeFilesLines
* New Testcases for fgetcsv() functionRaghubansh Kumar2007-08-0832-0/+27726
|
* More testcases for fputcsv() functionRaghubansh Kumar2007-08-081-0/+836
|
* New testcases for fputcsv() functionRaghubansh Kumar2007-08-0814-0/+10932
|
* file.inc : Added dumping of stat array in functions (compare_self_stat() & ↵Raghubansh Kumar2007-07-2622-784/+1610
| | | | | | | compare_stats() ) Smaller testcases for lstat_stat_variation[1-7].phpt files
* Fixed EOF handling in case of reading from file opened in write only mode.Dmitry Stogov2007-07-253-109/+109
|
* MFH: fix descriptionsJani Taskinen2007-07-234-6/+6
|
* more testsAntony Dovgal2007-07-232-0/+65
|
* Fixed wrong expectationDmitry Stogov2007-07-231-3/+3
|
* more testcases for glob() functionRaghubansh Kumar2007-07-231-0/+460
|
* New testcases for glob() functionRaghubansh Kumar2007-07-233-0/+590
|
* More new testcases for fread() functionRaghubansh Kumar2007-07-222-0/+967
|
* New testcases for fread() functionsRaghubansh Kumar2007-07-224-0/+2280
|
* New testcases for stat() function on windowsRaghubansh Kumar2007-07-228-0/+852
|
* New testcases for ftruncate() functionRaghubansh Kumar2007-07-2215-0/+6632
|
* fix testsRaghubansh Kumar2007-07-222-2/+2
|
* New testcases for umask() functionRaghubansh Kumar2007-07-212-0/+1660
|
* New testcases for lstat() and stat() functionsRaghubansh Kumar2007-07-216-0/+1048
|
* New testcases for is_file() functionRaghubansh Kumar2007-07-214-0/+232
|
* New testcases for is_dir() functionRaghubansh Kumar2007-07-214-0/+258
|
* New testcases for fseek(), ftell() and rewind() functionsRaghubansh Kumar2007-07-2117-0/+6872
|
* New testcases for fflush() functionRaghubansh Kumar2007-07-217-0/+2070
|
* New testcases for fgetc() and fgets() functionsRaghubansh Kumar2007-07-2114-0/+3863
|
* Fix for fill_file() in file.incRaghubansh Kumar2007-07-209-1/+3417
| | | | | New testcases for readfile() and umask() functions
* MFHAntony Dovgal2007-07-191-0/+2
|
* New testcases for filesystem handling function : unlink()Raghubansh Kumar2007-07-1810-0/+2693
|
* fix testsRaghubansh Kumar2007-07-162-12/+12
|
* New testcasesRaghubansh Kumar2007-07-164-0/+246
|
* MFH: close file handlesJani Taskinen2007-07-121-0/+3
|
* MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached)Jani Taskinen2007-07-121-0/+24
|
* better check for skipRaghubansh Kumar2007-07-112-6/+4
|
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-0/+1
|
* These testcases are now split into smaller testcases, hence being deletedRaghubansh Kumar2007-07-093-2012/+0
|
* Fix and smaller testcases for mkdir_rmdir_variation.phpt, ↵Raghubansh Kumar2007-07-0910-4/+2213
| | | | popen_pclose_error.phpt, readlink_realpath_basic.phpt, readlink_realpath_error.phpt & readlink_realpath_variation.phpt
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-092-0/+188
| | | | | | | | | | | | | | Local user streams must not be able to open(), URLs if allow_url_include is off Implemented new function stream_is_local() [ - stream_wrapper_register() extended with additional optional argument "flags" of type long. This time only one flag is implemented - STREAM_IS_URL, that means that userstream wrapper is remote (URL). By default stream is local. - stream_is_local() is a new function that accepts stream and tell if this stream is local or remote (URL) ]
* These files are now split into one or more smaller testcases, hence being ↵Raghubansh Kumar2007-07-0812-7095/+0
| | | | deleted.
* Run only on 32-bit OSRaghubansh Kumar2007-07-081-0/+3
|
* Fix and smaller testcases for is_readable_variation.phpt, ↵Raghubansh Kumar2007-07-069-0/+866
| | | | is_executable_variation.phpt & is_writable_variation.phpt
* better check for root userRaghubansh Kumar2007-07-063-6/+30
|
* fix test: 006_error.phpt & filegroup_basic.phptRaghubansh Kumar2007-07-0515-21/+1360
| | | | | fix and smaller tests for symlink_link_linkinfo_is_link[basic|error|variation].phpt
* Smaller testcases for 006_variation.phpt, ↵Raghubansh Kumar2007-07-0320-0/+5962
| | | | | | | file_get_contents_file_put_contents_variation.pht, filesize_variation.phpt, filesize_variation-win32.phpt, fwrite_variation.phpt, fwrite_variation-win32.phpt" Fix for filesize_variation to match filesize using %d
* divide the test into smaller testsAntony Dovgal2007-06-296-233/+353
|
* fix testAntony Dovgal2007-06-251-1/+1
|
* fix testAntony Dovgal2007-06-251-2/+2
|
* Fixed testsDmitry Stogov2007-06-252-192/+192
|
* Better fix for bug #41655Dmitry Stogov2007-06-251-1/+1
|
* Reverting test to original after dicsussion with Raghu. Will open bugzilla ↵Zoe Slattery2007-06-221-24/+24
| | | | for Linux/VMware behaviour
* Changed expected output so that this runs on Linux under VMWare as well as ↵Zoe Slattery2007-06-221-24/+24
| | | | Linux.
* - MFB: add test cases for #41655Pierre Joye2007-06-222-0/+26
|
* New tests for file system handling functionsRaghubansh Kumar2007-06-223-0/+1109
|
* New tests for file system handling functionsRaghubansh Kumar2007-06-218-0/+1598
|