Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New Testcases for fgetcsv() function | Raghubansh Kumar | 2007-08-08 | 32 | -0/+27726 |
| | |||||
* | More testcases for fputcsv() function | Raghubansh Kumar | 2007-08-08 | 1 | -0/+836 |
| | |||||
* | New testcases for fputcsv() function | Raghubansh Kumar | 2007-08-08 | 14 | -0/+10932 |
| | |||||
* | file.inc : Added dumping of stat array in functions (compare_self_stat() & ↵ | Raghubansh Kumar | 2007-07-26 | 22 | -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 Stogov | 2007-07-25 | 3 | -109/+109 |
| | |||||
* | MFH: fix descriptions | Jani Taskinen | 2007-07-23 | 4 | -6/+6 |
| | |||||
* | more tests | Antony Dovgal | 2007-07-23 | 2 | -0/+65 |
| | |||||
* | Fixed wrong expectation | Dmitry Stogov | 2007-07-23 | 1 | -3/+3 |
| | |||||
* | more testcases for glob() function | Raghubansh Kumar | 2007-07-23 | 1 | -0/+460 |
| | |||||
* | New testcases for glob() function | Raghubansh Kumar | 2007-07-23 | 3 | -0/+590 |
| | |||||
* | More new testcases for fread() function | Raghubansh Kumar | 2007-07-22 | 2 | -0/+967 |
| | |||||
* | New testcases for fread() functions | Raghubansh Kumar | 2007-07-22 | 4 | -0/+2280 |
| | |||||
* | New testcases for stat() function on windows | Raghubansh Kumar | 2007-07-22 | 8 | -0/+852 |
| | |||||
* | New testcases for ftruncate() function | Raghubansh Kumar | 2007-07-22 | 15 | -0/+6632 |
| | |||||
* | fix tests | Raghubansh Kumar | 2007-07-22 | 2 | -2/+2 |
| | |||||
* | New testcases for umask() function | Raghubansh Kumar | 2007-07-21 | 2 | -0/+1660 |
| | |||||
* | New testcases for lstat() and stat() functions | Raghubansh Kumar | 2007-07-21 | 6 | -0/+1048 |
| | |||||
* | New testcases for is_file() function | Raghubansh Kumar | 2007-07-21 | 4 | -0/+232 |
| | |||||
* | New testcases for is_dir() function | Raghubansh Kumar | 2007-07-21 | 4 | -0/+258 |
| | |||||
* | New testcases for fseek(), ftell() and rewind() functions | Raghubansh Kumar | 2007-07-21 | 17 | -0/+6872 |
| | |||||
* | New testcases for fflush() function | Raghubansh Kumar | 2007-07-21 | 7 | -0/+2070 |
| | |||||
* | New testcases for fgetc() and fgets() functions | Raghubansh Kumar | 2007-07-21 | 14 | -0/+3863 |
| | |||||
* | Fix for fill_file() in file.inc | Raghubansh Kumar | 2007-07-20 | 9 | -1/+3417 |
| | | | | | New testcases for readfile() and umask() functions | ||||
* | MFH | Antony Dovgal | 2007-07-19 | 1 | -0/+2 |
| | |||||
* | New testcases for filesystem handling function : unlink() | Raghubansh Kumar | 2007-07-18 | 10 | -0/+2693 |
| | |||||
* | fix tests | Raghubansh Kumar | 2007-07-16 | 2 | -12/+12 |
| | |||||
* | New testcases | Raghubansh Kumar | 2007-07-16 | 4 | -0/+246 |
| | |||||
* | MFH: close file handles | Jani Taskinen | 2007-07-12 | 1 | -0/+3 |
| | |||||
* | MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached) | Jani Taskinen | 2007-07-12 | 1 | -0/+24 |
| | |||||
* | better check for skip | Raghubansh Kumar | 2007-07-11 | 2 | -6/+4 |
| | |||||
* | Fixed symlink("", "somthing") and link("", "somthing") in ZTS mode | Dmitry Stogov | 2007-07-10 | 1 | -0/+1 |
| | |||||
* | These testcases are now split into smaller testcases, hence being deleted | Raghubansh Kumar | 2007-07-09 | 3 | -2012/+0 |
| | |||||
* | Fix and smaller testcases for mkdir_rmdir_variation.phpt, ↵ | Raghubansh Kumar | 2007-07-09 | 10 | -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 streams | Dmitry Stogov | 2007-07-09 | 2 | -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 Kumar | 2007-07-08 | 12 | -7095/+0 |
| | | | | deleted. | ||||
* | Run only on 32-bit OS | Raghubansh Kumar | 2007-07-08 | 1 | -0/+3 |
| | |||||
* | Fix and smaller testcases for is_readable_variation.phpt, ↵ | Raghubansh Kumar | 2007-07-06 | 9 | -0/+866 |
| | | | | is_executable_variation.phpt & is_writable_variation.phpt | ||||
* | better check for root user | Raghubansh Kumar | 2007-07-06 | 3 | -6/+30 |
| | |||||
* | fix test: 006_error.phpt & filegroup_basic.phpt | Raghubansh Kumar | 2007-07-05 | 15 | -21/+1360 |
| | | | | | fix and smaller tests for symlink_link_linkinfo_is_link[basic|error|variation].phpt | ||||
* | Smaller testcases for 006_variation.phpt, ↵ | Raghubansh Kumar | 2007-07-03 | 20 | -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 tests | Antony Dovgal | 2007-06-29 | 6 | -233/+353 |
| | |||||
* | fix test | Antony Dovgal | 2007-06-25 | 1 | -1/+1 |
| | |||||
* | fix test | Antony Dovgal | 2007-06-25 | 1 | -2/+2 |
| | |||||
* | Fixed tests | Dmitry Stogov | 2007-06-25 | 2 | -192/+192 |
| | |||||
* | Better fix for bug #41655 | Dmitry Stogov | 2007-06-25 | 1 | -1/+1 |
| | |||||
* | Reverting test to original after dicsussion with Raghu. Will open bugzilla ↵ | Zoe Slattery | 2007-06-22 | 1 | -24/+24 |
| | | | | for Linux/VMware behaviour | ||||
* | Changed expected output so that this runs on Linux under VMWare as well as ↵ | Zoe Slattery | 2007-06-22 | 1 | -24/+24 |
| | | | | Linux. | ||||
* | - MFB: add test cases for #41655 | Pierre Joye | 2007-06-22 | 2 | -0/+26 |
| | |||||
* | New tests for file system handling functions | Raghubansh Kumar | 2007-06-22 | 3 | -0/+1109 |
| | |||||
* | New tests for file system handling functions | Raghubansh Kumar | 2007-06-21 | 8 | -0/+1598 |
| |