php-src/ext/standard/tests/file
Christoph M. Becker d0247a63b6 Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
  Fix #78535: auto_detect_line_endings value not parsed as bool
2019-09-14 18:48:28 +02:00
..
windows_acls Swap implode() argument order in the test helper 2019-07-12 13:26:54 +02:00
windows_links Prevent further potential test conflicts 2019-05-23 13:14:04 +02:00
windows_mb_path Improve create_verify_dir() diagnostics 2019-06-17 16:49:52 +02:00
001-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
001-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
001.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
002.phpt
003.phpt
004.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
005_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
005_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
005_variation2-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
005_variation2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
005_variation-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
006_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
006_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
006_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
006_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
007_variation1.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation3.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation5.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation7.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation9.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation10.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation11-win32-mb.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation11-win32.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation11.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation12-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation12.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation13-win32.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation13.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation14.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation15.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation16.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation17.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation18.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation19.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation20.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation21.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation22.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
007_variation23.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
007_variation24.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
auto_detect_line_endings_1.phpt Fix #78535: auto_detect_line_endings value not parsed as bool 2019-09-14 18:46:09 +02:00
auto_detect_line_endings_2.phpt Fix #78535: auto_detect_line_endings value not parsed as bool 2019-09-14 18:46:09 +02:00
basename_basic-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
basename_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
basename_bug66395_variation2-win32.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
basename_bug66395-win32.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
basename_variation1-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
basename_variation1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
basename_variation2-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
basename_variation2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
basename-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
basename.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
bug12556.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug20424.phpt - use the test itself, making the test passes when ran outside the src tree 2011-12-12 19:09:01 +00:00
bug22382.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug22414.phpt Fix tests bareword fallback with error suppression 2019-02-25 17:43:07 +01:00
bug24313.phpt
bug24482.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug26003.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug26615.phpt
bug26938.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
bug27508.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug27619.phpt
bug30362.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug30362.txt
bug32160.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug32160.txt
bug35740.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug35781.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
bug37158.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug37864.phpt
bug38086.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug38086.txt
bug38450_1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug38450_2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug38450_3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug38450.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug39367.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39538.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug39551.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug39673.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug39863.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug40374.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug40501.csv
bug40501.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug41655_1-win32.phpt use {TMP} placeholder in phpt tests 2019-05-21 09:02:37 +02:00
bug41655_1.phpt use {TMP} placeholder in phpt tests 2019-05-21 09:02:37 +02:00
bug41655_2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug41693.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug41815.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug41874_1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug41874_2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug41874_3.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug41874.phpt typo fixes 2013-07-15 00:23:03 -07:00
bug43008.phpt Remove the b prefix from literals on unrelated tests 2016-11-20 21:11:53 +01:00
bug43137.phpt
bug43216.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug43248.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug43353.phpt Make more tests run on Linux 2018-08-28 21:20:00 -03:00
bug43522.phpt
bug44034.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug44607.phpt
bug44805.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug45181.phpt
bug45303.phpt
bug45985.phpt
bug46347.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug47517.phpt fix condition 2016-12-01 13:33:27 +01:00
bug47767.phpt cleanup temporary data 2016-12-14 12:33:13 +01:00
bug49047.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug51094.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug52624.phpt fix test 2016-06-09 20:12:49 +02:00
bug52820.phpt zend-test extension to house code that is required for testing internal APIs, but that we would not want to expose for regular builds 2017-03-12 18:58:50 +00:00
bug53241.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug53848.phpt Fix file clash in fgetcsv test 2019-06-17 17:25:43 +02:00
bug55124.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug60120.phpt Remove superfluous assignment 2019-07-05 15:56:26 +02:00
bug61961.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug63512.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug65272.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug65701.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug66509.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug68335.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug68532.phpt Fix bug #68532: convert.base64-encode omits padding bytes 2014-12-12 16:42:38 +01:00
bug69100.phpt Fixed bug #69100 2019-07-17 15:58:29 +02:00
bug69442.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug69628.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug71287.phpt Fixed bug #71287 (Error message contains hexadecimal instead of decimal number) 2016-01-06 00:01:44 +08:00
bug71882.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-08-31 16:45:15 +02:00
bug72035.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug72330.phpt Fix #72330: CSV fields incorrectly split if escape char followed by UTF chars 2016-07-21 18:37:24 +02:00
bug74719.phpt Fixed bug #74719 2018-01-17 12:46:59 +01:00
bug75679.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug77552.phpt Fix #77552: Uninitialized buffer in stat functions 2019-02-11 11:31:55 +01:00
bug78241.phpt Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit 2019-07-03 09:59:17 +02:00
bug78386.phpt Fix #78386: fstat mode has unexpected value on PHP 7.4 2019-08-20 16:04:14 +02:00
chgrp.phpt Adjust manual zpp-like error message implementations 2018-02-04 23:27:51 +01:00
chmod_basic-win32-mb.phpt Fixed the UTF-8 and long path support in the streams on Windows. 2016-06-20 12:45:39 +02:00
chmod_basic-win32.phpt non living code related typo fixes 2013-08-04 16:05:36 -07:00
chmod_basic.phpt non living code related typo fixes 2013-08-04 16:05:36 -07:00
chmod_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
chmod_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
chmod_variation2-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
chmod_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
chmod_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
chown.phpt Adjust manual zpp-like error message implementations 2018-02-04 23:27:51 +01:00
chroot_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
clearstatcache_001.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
copy_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
copy_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation2-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation3-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation5-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation6-win32.phpt Fix file clashes in copy tests 2019-08-30 16:36:49 +02:00
copy_variation6.phpt Fix file clashes in copy tests 2019-08-30 16:36:49 +02:00
copy_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation8.phpt Fix file clashes in copy tests 2019-08-30 16:36:49 +02:00
copy_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation10.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation11.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation12-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation12.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation13.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation14.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation15.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation16-win32.phpt Fix file clashes in copy tests 2019-08-30 16:36:49 +02:00
copy_variation16.phpt Fix file clashes in copy tests 2019-08-30 16:36:49 +02:00
copy_variation17.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
copy_variation18.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
directory_wrapper_fstat_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
dirname_basic-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
dirname_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dirname_no_path_normalization-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
disk_free_space_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
disk_free_space_error-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
disk_free_space_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
disk_free_space_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
disk_total_space_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
disk_total_space_error-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
disk_total_space_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
disk_total_space_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
disk.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
fclose_variation1.phpt Fixed warning mesgs 2014-03-05 12:05:28 +08:00
feof_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fflush_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fflush_variation1-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fflush_variation1-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fflush_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fflush_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fflush_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fflush_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetc_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetc_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetc_variation2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fgetc_variation3.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fgetc_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation10.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation11.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation12.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation13.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation14.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation15.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation16.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation17.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation18.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation19.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation20.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation21.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation22.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation23.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation24.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation25.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation26.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fgetcsv_variation27.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation28.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation29.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation30.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation31.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetcsv_variation32.phpt Allow empty $escape to eschew escaping CSV 2018-12-15 14:38:15 +01:00
fgetcsv.phpt Fix name collisions in fputcsv tests 2019-07-16 10:25:06 +02:00
fgets_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgets_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fgets_socket_variation1.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
fgets_socket_variation2.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
fgets_variation1.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fgets_variation2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fgets_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgets_variation4-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgets_variation4-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgets_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgets_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgets_variation6-win32.phpt Fix file conflict in fgets test 2019-07-03 11:27:02 +02:00
fgets_variation6.phpt Fix file conflict in fgets test 2019-07-03 11:27:02 +02:00
fgetss1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_basic1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_basic2-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_basic2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_basic2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fgetss_variation1-win32.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fgetss_variation1.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fgetss_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_variation3-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_variation5-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fgetss.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_exists_variation1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
file_get_contents_basic001.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_error001.phpt use local resources instead remote 2019-02-14 19:51:40 +01:00
file_get_contents_error002.phpt Remove superfluous SKIPIF sections of always available functions 2018-07-29 15:42:19 -03:00
file_get_contents_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_file_put_contents_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_file_put_contents_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_file_put_contents_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_file_put_contents_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_variation1.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
file_get_contents_variation2.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
file_get_contents_variation7-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_variation7-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_get_contents_variation8-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
file_get_contents_variation8.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
file_get_contents_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_put_contents_variation1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
file_put_contents_variation2.phpt Revert "Don't silence fatal errors with @" 2019-01-31 09:39:10 +01:00
file_put_contents_variation4.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
file_put_contents_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_put_contents_variation6.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
file_put_contents_variation7-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_put_contents_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_put_contents_variation8-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
file_put_contents_variation8.phpt Run file_put_contents_variantion8 in separate directory 2019-07-01 11:54:05 +02:00
file_put_contents_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_put_contents.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_variation5-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_variation5-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_variation6.phpt
file_variation7.phpt
file_variation8-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
file.inc Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
filegroup_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filegroup_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
filegroup_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filegroup_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filegroup_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileinode_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileinode_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fileinode_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileinode_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileinode_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileinode_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileowner_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileowner_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fileowner_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileowner_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileowner_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileperms_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileperms_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileperms_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
filesize_variation1-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation1-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation3-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation4-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
filesize_variation5.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
filestat.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
filetype_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
filetype_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
filetype_variation2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
filetype_variation3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
filetype_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
flock_basic.phpt Clean up files after the tests are run 2019-06-28 20:19:00 +02:00
flock_error.phpt Clean up files after the tests are run 2019-06-28 20:19:00 +02:00
flock_variation.phpt fix mac tests on azure 2019-06-14 12:55:00 +02:00
flock.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fnmatch_basic.phpt
fnmatch_maxpathlen.phpt fnmatch error when pattern or filename too long 2019-02-10 19:38:46 +01:00
fnmatch_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fopen_include_path.inc Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
fopen_unlink.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fopen_variation1.phpt
fopen_variation5.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
fopen_variation6.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fopen_variation7.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
fopen_variation8.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
fopen_variation9.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
fopen_variation10-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fopen_variation11-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fopen_variation12.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
fopen_variation13.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
fopen_variation14-win32.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fopen_variation14.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fopen_variation15-win32.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fopen_variation15.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fopen_variation16.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
fopen_variation17.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
fopen_variation19.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fopencookie.phpt Avoid double buffering in Zend streams 2019-07-17 10:40:04 +02:00
fpassthru_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fpassthru_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_002.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation10.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation11.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation12.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation13.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fputcsv_variation14.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fputcsv_variation15.phpt Fix name collisions in fputcsv tests 2019-07-16 10:25:06 +02:00
fputcsv_variation16.phpt Allow empty $escape to eschew escaping CSV 2018-12-15 14:38:15 +01:00
fputcsv.phpt Fix name collisions in fputcsv tests 2019-07-16 10:25:06 +02:00
fread_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fread_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fread_fwrite_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fread_socket_variation1.phpt fix missing change from 'tcp_socket' to the more common 'server' 2013-11-06 10:32:00 +01:00
fread_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fread_variation2.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fread_variation3-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fread_variation3-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fread_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fread_variation4.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fscanf_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation10.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation11.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation12.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation13.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation14.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation15.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation16.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation17.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation18.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation19.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation20.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation21.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation22.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation23.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation24.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation25.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation26.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation27.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation28.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation29.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation30.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation31.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation33.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation34.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation35.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation36.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation37.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation38.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation39.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation40.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation41.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation42.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation43.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation44.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation45.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation46.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation47.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation48.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation49.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation50.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation51.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fscanf_variation52.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation53.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation54.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf_variation55.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fscanf.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_dir_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_basic1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_basic2-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_basic2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_basic2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_error1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
fseek_ftell_rewind_error2.phpt Use bool instead of boolean while throwing a type error 2018-02-04 23:09:40 +01:00
fseek_ftell_rewind_error3.phpt Use bool instead of boolean while throwing a type error 2018-02-04 23:09:40 +01:00
fseek_ftell_rewind_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation4-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation6-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation8-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_ftell_rewind_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fseek_variation3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fstat_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fstat_variation8.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
fstat.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_bug76422.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_bug76803.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_bug77081.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation1-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation1-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation3-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation4-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation5-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation6-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation7-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftruncate.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_basic-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_basic-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_variation1-win32-mb.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fwrite_variation1.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
fwrite_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_variation3-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_variation4-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fwrite.phpt Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
get_current_user.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
glob_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
glob_error_002-win32.phpt
glob_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
glob_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
glob_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
glob_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
glob_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
glob_variation-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
glob_variation-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
glob_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
include_streams.phpt Avoid double buffering in Zend streams 2019-07-17 10:40:04 +02:00
include_userstream_001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
include_userstream_002.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
include_userstream_003.phpt Deprecate allow_url_include 2019-07-22 11:39:52 +02:00
is_dir_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_dir_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_dir_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_dir_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_dir_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_executable_basic-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_executable_basic-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_executable_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_executable_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_executable_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_executable_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_executable_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_file_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_file_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_file_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_file_variation3.phpt this test is flaky on azure, and can't see why from current output 2019-06-05 19:24:41 +02:00
is_file_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_readable_basic-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_readable_basic-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_readable_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_readable_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_readable_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_readable_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_readable_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_uploaded_file_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
is_writable_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_writable_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_writable_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_writable_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
is_writable_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lchgrp_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lchown_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lchown_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
link_win32.phpt
lstat_stat_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation10.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation11.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation12.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation13.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation14.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation15.phpt Fix incorrect compare_stats operator 2019-04-15 09:48:39 +02:00
lstat_stat_variation16.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation17.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation18.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation19.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation20.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation21.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
lstat_stat_variation22.phpt This test isn't supposed to pass on windows 2012-11-27 16:02:55 +01:00
mkdir_rmdir_error.phpt
mkdir_rmdir_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mkdir_rmdir_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mkdir_rmdir_variation-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mkdir_rmdir_variation-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mkdir_variation5-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
mkdir_variation5.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
mkdir-001.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mkdir-002.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mkdir-003.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mkdir-004.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
mkdir-005.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
mkdir-006.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
move_uploaded_file_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
parse_ini_file_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
parse_ini_file_variation1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
parse_ini_file_variation2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
parse_ini_file_variation3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
parse_ini_file_variation6-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
parse_ini_file_variation6-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
parse_ini_file_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
parse_ini_file.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pathinfo_basic1-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
pathinfo_basic1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pathinfo_basic2-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
pathinfo_basic2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pathinfo_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pathinfo_variation3.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pathinfo_variaton.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
php_fd_wrapper_01.phpt
php_fd_wrapper_02.phpt
php_fd_wrapper_03.phpt
php_fd_wrapper_04.phpt Fix missing file and remove SKIP section 2019-06-30 23:50:09 +02:00
popen_pclose_basic-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
popen_pclose_basic-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
popen_pclose_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
popen_pclose_error-sunos.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
popen_pclose_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
proc_open01.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
readfile_basic-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_variation6.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
readfile_variation7.phpt Remove unnecessary uses of restore_include_path() in tests 2019-07-12 12:54:26 +02:00
readfile_variation8-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_variation8-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readfile_variation10-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
readfile_variation10.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
readlink_realpath_basic1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readlink_realpath_basic2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readlink_realpath_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readlink_realpath_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readlink_realpath_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readlink_realpath_variation3.phpt Make more tests run on Windows 2019-05-27 10:51:53 +02:00
readlink_variation1.phpt Make more tests run on Windows 2019-05-27 10:51:53 +02:00
realpath_basic2.phpt
realpath_basic3.phpt Avoid directory clash in realpath tests 2019-04-12 09:57:07 +02:00
realpath_basic4.phpt Avoid directory clash in realpath tests 2019-04-12 09:57:07 +02:00
realpath_basic-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
realpath_basic-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
realpath_bug77484.phpt Skip test on unsuitable build 2019-01-19 13:53:32 +01:00
realpath_cache_win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
realpath_cache.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
realpath_error-win32.phpt
realpath_variation2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
realpath_variation-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
realpath_variation-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation1-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation3-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation6-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
rename_variation6.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
rename_variation7-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation8-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation11-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation12-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation12.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation13-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation13.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rename_variation.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
rmdir_variation3-win32.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
rmdir_variation3.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
stat_basic-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stat_basic-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stat_error-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stat_variation1-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stat_variation1-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stat_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stat_variation3-win32.phpt Try to fix stat_variation3-win32.phpt 2019-04-15 11:40:37 +02:00
stat_variation4-win32.phpt Fix incorrect compare_stats operator 2019-04-15 09:48:39 +02:00
stat_variation5-win32.phpt Fix incorrect compare_stats operator 2019-04-15 09:48:39 +02:00
stat_variation6-win32.phpt Fix incorrect compare_stats operator 2019-04-15 09:48:39 +02:00
stat_variation7-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stat_variation8-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
statcache-corruption.phpt
statpage.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
stream_001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
stream_002.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
stream_copy_to_stream.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stream_enclosed.phpt zend-test extension to house code that is required for testing internal APIs, but that we would not want to expose for regular builds 2017-03-12 18:58:50 +00:00
stream_get_line.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stream_rfc2397_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
stream_rfc2397_002.phpt fix tests 2016-02-01 18:58:02 -08:00
stream_rfc2397_003.gif Fix permissions 2018-09-21 14:12:25 +02:00
stream_rfc2397_003.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
stream_rfc2397_004.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
stream_rfc2397_005.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
stream_rfc2397_006.phpt Require strict base64 in data URI 2016-07-22 18:03:55 +02:00
stream_rfc2397_007.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
stream_supports_lock.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
symlink_link_linkinfo_is_link_basic1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_basic2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_error1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_error2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_link_linkinfo_is_link_variation9.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
symlink_to_symlink.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
symlink.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation1-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation1-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation2-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation3-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation4-0.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation4-1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation5-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation6-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tempnam_variation7-win32.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
tempnam_variation7.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
tempnam_variation8-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
test2.csv
test3.csv
test.csv
touch_basic-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
touch_basic-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
touch_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
touch_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
touch_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
touch_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
touch_variation5-win32.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
touch_variation5.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
touch_variation6-win32.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
touch.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
umask_basic.phpt Fixed the common misspelling of the word occurred (occured -> occurred) 2012-06-30 16:54:03 -07:00
umask_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
umask_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_error-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_error-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_error.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_variation1-win32-mb.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_variation1-win32.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_variation2.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_variation3.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_variation4.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
unlink_variation6.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
unlink_variation8-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
unlink_variation8.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
unlink_variation9-win32.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
unlink_variation10.phpt Prevent parallel test conflict 2019-06-16 11:48:48 +02:00
userdirstream.phpt
userfilters.phpt Remove local variables 2019-02-03 21:03:00 +01:00
userstreams_002.phpt
userstreams_003.phpt Remove superfluous semicolons 2017-06-26 00:23:25 +02:00
userstreams_004.phpt
userstreams_005.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-08-31 14:32:24 +02:00
userstreams_006.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
userstreams_007.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
userstreams.phpt Remove local variables 2019-02-03 21:03:00 +01:00
userwrapper.phpt Remove local variables 2019-02-03 21:03:00 +01:00