php-src/sapi/cli/tests
2012-05-09 11:28:57 +08:00
..
001.phpt use getenv() 2007-01-20 22:12:55 +00:00
002-win32.phpt MFH: use getenv 2008-09-30 15:11:05 +00:00
002.phpt use getenv() 2007-01-20 22:12:55 +00:00
003-2.phpt - MFH getopt fixes 2007-04-22 15:31:16 +00:00
003.phpt use getenv() 2007-01-20 22:12:55 +00:00
004.phpt more verbose skip reason in test files with not so obvious extension requirements 2012-02-25 12:10:41 +00:00
005.phpt more verbose skip reason in test files with not so obvious extension requirements 2012-02-25 12:10:41 +00:00
006.phpt more verbose skip reason in test files with not so obvious extension requirements 2012-02-25 12:10:41 +00:00
007.phpt fix CLI tests failing because of new OB API 2011-05-04 08:24:16 +00:00
008.phpt fix CLI tests failing because of new OB API 2011-05-04 08:24:16 +00:00
009.phpt fix CLI tests failing because of new OB API 2011-05-04 08:24:16 +00:00
010-2.phpt use getenv() 2007-01-20 22:12:55 +00:00
010.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
011.phpt # Fix phpt 2011-05-05 18:30:14 +00:00
012.phpt fix CLI tests failing because of new OB API 2011-05-04 08:24:16 +00:00
013.phpt use getenv() 2007-01-20 22:12:55 +00:00
014.phpt fix CLI tests failing because of new OB API 2011-05-04 08:24:16 +00:00
015.phpt fix tests 2008-08-14 20:51:35 +00:00
016.phpt Update log, marking 5.4 and trunk as XFAIL due to bug #55496 2011-08-23 20:59:10 +00:00
017.phpt fix tests (removed duplicated stuff) 2008-03-17 16:32:15 +00:00
018.phpt fix test 2008-03-17 14:05:39 +00:00
019.phpt - MFH: New tests 2008-03-07 21:33:17 +00:00
020.phpt - MFH: New tests 2008-03-07 21:33:17 +00:00
021.phpt there is a length limit on the shebang line, ignore the tests for >= 127 2011-10-20 18:09:44 +00:00
022.inc Open STDIN and php://stdin streams with the relevant 2008-11-04 21:05:31 +00:00
022.phpt stream_socket_server("unix://..." has a length limit, so it is better to use the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106 2011-10-22 21:44:05 +00:00
bug44564.phpt MFH: fix test 2008-04-07 12:14:04 +00:00
bug61546.phpt Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi). 2012-04-30 12:09:22 +08:00
bug61977.phpt Correct test title 2012-05-09 11:28:57 +08:00
php_cli_server.inc Fix test failed, the fsockopen will be refused immediately if the server is not set up. 2012-05-09 11:21:24 +08:00
php_cli_server_001.phpt Fix test, now can run on windows 2011-10-25 10:54:39 +00:00
php_cli_server_002.phpt add $_SERVER["SERVER_NAME"] since it's handy 2011-12-09 16:16:31 +00:00
php_cli_server_003.phpt - any other dir may not exist or may not be used 2012-01-10 07:33:36 +00:00
php_cli_server_004.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_005.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_006.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_007.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_008.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_009.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_010.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_011.phpt Fixed bug #60189 (php logo can not be displayed) 2011-11-01 13:06:41 +00:00
php_cli_server_012.phpt - Fix test title 2012-04-19 20:05:30 -03:00
php_cli_server_013.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_014.phpt Fix bug 61769 Random failure of php_cli_server*phpt tests 2012-05-06 18:05:02 +02:00
php_cli_server_015.phpt And fix the test cases as well 2012-03-02 03:43:07 +00:00
php_cli_server_016.phpt typo in test 2012-04-21 10:15:35 +08:00
php_cli_server_017.phpt - Fixed expected test result (patch by ab@php.net in #61769) 2012-04-19 20:15:11 -03:00
skipif.inc