php-src/tests/lang
2010-02-13 01:08:04 +00:00
..
include_files Adding language tests. 2008-03-19 18:06:24 +00:00
operators New test for bitwise operators. Tested on Linux 64 bit 2009-06-15 17:38:44 +00:00
001.phpt
002.phpt
003.phpt
004.phpt
005.phpt
006.phpt
007.phpt
008.phpt
009.phpt
010.phpt
011.phpt
012.phpt
013.phpt
014.phpt
015.inc
015.phpt
016.inc
016.phpt
017.phpt
018.phpt
019.phpt
020.phpt
021.phpt
022.phpt
023-1.inc
023-2.inc
023.phpt
024.phpt
025.phpt
026.phpt
027.phpt
028.phpt
030.phpt
031.phpt
032.phpt
033.phpt Reenabling the test but removing the test cases for old_function as the alternative syntaxes are still there 2008-07-15 08:34:18 +00:00
034.phpt fix tests 2007-05-18 11:29:55 +00:00
035.phpt
036.phpt
037.phpt
038.phpt
039.phpt
040.phpt
041.phpt - Readd support for ynamic access of static members (Etienne) 2007-09-27 00:32:40 +00:00
042.phpt - Readd support for ynamic access of static members (Etienne) 2007-09-27 00:32:40 +00:00
043.phpt - Readd support for ynamic access of static members (Etienne) 2007-09-27 00:32:40 +00:00
044.phpt - Readd support for ynamic access of static members (Etienne) 2007-09-27 00:32:40 +00:00
045.phpt MFH: Add test for the timeout inside shutdown function 2009-05-31 21:32:42 +00:00
bison1.phpt
bug7515.phpt
bug17115.phpt
bug18872.phpt
bug19566.phpt
bug19943.phpt
bug20175.phpt - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) 2008-02-23 17:06:22 +00:00
bug21094.phpt
bug21600.phpt
bug21669.phpt
bug21820.phpt
bug21849.phpt
bug21961.phpt
bug22231.phpt - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) 2008-02-23 17:06:22 +00:00
bug22510.phpt - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) 2008-02-23 17:06:22 +00:00
bug22592.phpt Fixed wrong result of cascading assignment to string offset 2008-03-04 10:07:17 +00:00
bug22690.phpt
bug23279.phpt
bug23384.phpt
bug23489.phpt
bug23524.phpt
bug23584.phpt
bug23624.phpt
bug23922.phpt
bug24054.phpt
bug24396.phpt
bug24403.phpt
bug24436.phpt
bug24499.phpt
bug24573.phpt
bug24640.phpt
bug24652.phpt
bug24658.phpt
bug24783.phpt
bug24908.phpt
bug24926.phpt
bug24951.phpt
bug25145.phpt Removing unnecessary SKIPIF sections 2009-07-18 13:46:08 +00:00
bug25547.phpt Fix tests (removed space on error message "Undefined index: ...") 2008-03-08 12:01:53 +00:00
bug25652.phpt
bug25922.phpt
bug26182.phpt
bug26696.phpt
bug26866.phpt
bug26869.phpt
bug27354.phpt
bug27439.phpt Fixed tests 2007-11-19 08:19:31 +00:00
bug27443.phpt
bug27535.phpt
bug28213.phpt
bug28800.phpt
bug29566.phpt
bug29893.phpt
bug29944.phpt
bug30578.phpt
bug30638.phpt - Ok to fail on OSX, adjusted bug, patch from scoates 2008-03-08 18:50:14 +00:00
bug30726.phpt
bug30862.phpt
bug32828.phpt
bug32924.phpt
bug35176.phpt
bug35382.phpt
bug38579.inc
bug38579.phpt
bug43958.phpt Fixed Bug #43958 (class name added into the error message) 2008-09-02 09:45:49 +00:00
bug44654.phpt - Fixed tests 2009-01-10 17:01:00 +00:00
bug44827.phpt - Fixed tests 2010-02-13 01:08:04 +00:00
bug45392.phpt MFH 2009-05-07 13:47:43 +00:00
catchable_error_001.phpt
catchable_error_002.phpt
comments2.phpt add more tests for the parser. currently both fail 2008-07-08 14:38:31 +00:00
comments.phpt - Fixed tests 2009-01-10 17:01:00 +00:00
compare_objects_basic1.phpt New test for standard object compare handler. Tested on Windows, Linux and Linux 64 2009-06-17 19:15:19 +00:00
compare_objects_basic2.phpt New test for standard object compare handler. Tested on Windows, Linux and Linux 64 2009-06-17 19:15:19 +00:00
each_binary_safety.phpt
empty_variation.phpt Adding language tests. 2008-03-19 18:06:24 +00:00
engine_assignExecutionOrder_001.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
engine_assignExecutionOrder_002.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
engine_assignExecutionOrder_003.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
engine_assignExecutionOrder_004.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
engine_assignExecutionOrder_005.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
engine_assignExecutionOrder_006.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
engine_assignExecutionOrder_007.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
engine_assignExecutionOrder_008.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
engine_assignExecutionOrder_009.phpt Engine execution order tests 2009-05-29 07:52:04 +00:00
error_2_exception_001.phpt
execution_order.phpt Engine execution order tests 2009-06-01 13:01:04 +00:00
foreach_with_object_001.phpt
foreach_with_references_001.phpt
foreachLoop.001.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.002.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.003.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.004.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.005.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.006.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.007.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.008.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.009.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.010.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.011.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.012.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.013.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.014.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.015.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.016.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoop.017.phpt New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:03:48 +00:00
foreachLoopIterator.001.phpt New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:17 +00:00
foreachLoopIterator.002.phpt New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:17 +00:00
foreachLoopIteratorAggregate.001.phpt New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:17 +00:00
foreachLoopIteratorAggregate.002.phpt New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:17 +00:00
foreachLoopIteratorAggregate.003.phpt New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:17 +00:00
foreachLoopIteratorAggregate.004.phpt New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:17 +00:00
foreachLoopObjects.001.phpt Move tests to correct directory 2009-06-15 17:34:40 +00:00
foreachLoopObjects.002.phpt Move tests to correct directory 2009-06-15 17:34:40 +00:00
foreachLoopObjects.003.phpt Move tests to correct directory 2009-06-15 17:34:40 +00:00
foreachLoopObjects.004.phpt Move tests to correct directory 2009-06-15 17:34:40 +00:00
foreachLoopObjects.005.phpt Move tests to correct directory 2009-06-15 17:34:40 +00:00
foreachLoopObjects.006.phpt Move tests to correct directory 2009-06-15 17:34:40 +00:00
func_get_arg_variation.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_arg.001.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_arg.002.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_arg.003.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_arg.004.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_arg.005.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_args.001.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_args.002.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_args.003.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_get_args.004.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_num_args.001.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_num_args.002.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_num_args.003.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
func_num_args.004.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
inc_throw.inc Adding language tests. 2008-03-19 18:06:24 +00:00
inc.inc
include_variation1.phpt Adding language tests. 2008-03-19 18:06:24 +00:00
include_variation2.phpt Adding language tests. 2008-03-19 18:06:24 +00:00
include_variation3.phpt Adding language tests. 2008-03-19 18:06:24 +00:00
passByReference_001.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_002.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_003.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_004.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_005.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_006.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_007.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_008.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_009.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_010.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
passByReference_012.phpt New lang tests. 2009-06-21 17:42:15 +00:00
returnByReference.001.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
returnByReference.002.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
returnByReference.003.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
returnByReference.004.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
returnByReference.005.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
returnByReference.006.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
returnByReference.007.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
returnByReference.008.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
returnByReference.009.phpt Language Tests: returnByReference 2009-05-27 22:34:25 +00:00
script_tag.phpt add more tests for the parser. currently both fail 2008-07-08 14:38:31 +00:00
short_tags.001.phpt MFH:- Better descriptions for these tests 2008-12-09 16:05:49 +00:00
short_tags.002.phpt MFH:- Better descriptions for these tests 2008-12-09 16:05:49 +00:00
short_tags.003.phpt MFH:- Better descriptions for these tests 2008-12-09 16:05:49 +00:00
short_tags.004.phpt MFH:- Better descriptions for these tests 2008-12-09 16:05:49 +00:00
static_basic_001.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
static_basic_002.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
static_variation_001.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
static_variation_002.phpt Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:41:19 +00:00
string_decimals_001.phpt New lang tests. 2009-06-21 17:42:15 +00:00
this_assignment.phpt New lang tests. 2009-06-21 17:42:15 +00:00
throw_variation_001.phpt Adding language tests. 2008-03-19 18:06:24 +00:00
type_hints_001.phpt
type_hints_002.phpt
type_hints_003.phpt