php-src/tests/lang
2018-07-30 09:43:09 -03:00
..
constants Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
include_files Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
operators Make more tests run on 64bit plataforms 2018-07-30 09:43:09 -03:00
string Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
015.phpt
016.inc Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
016.phpt
017.phpt
018.phpt
019.phpt fix test 2012-01-04 08:13:58 +00:00
020.phpt
021.phpt
022.phpt
023-1.inc Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
023-2.inc Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
023.phpt Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
024.phpt Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
025.phpt
026.phpt
027.phpt
028.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
030.phpt Fix non-/Zend tests too 2016-04-16 20:57:28 +02:00
031.phpt Deprecate each() 2017-02-03 21:02:52 +01:00
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 Fixed bug #65230 setting locale randomly broken 2014-12-06 11:59:43 +01:00
035.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
036.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
037.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
038.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
039.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
040.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
041.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
042.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
043.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
044.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
045.phpt Skip test on ZTS build 2016-04-25 14:48:36 +03:00
array_shortcut_001.phpt - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only 2011-07-23 20:23:21 +00:00
array_shortcut_002.phpt - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only 2011-07-23 20:23:21 +00:00
array_shortcut_003.phpt - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only 2011-07-23 20:23:21 +00:00
array_shortcut_005.phpt - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only 2011-07-23 20:23:21 +00:00
bison1.phpt
bug7515.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug17115.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
bug18872.phpt
bug19566.phpt
bug19943.phpt fix tests 2011-12-26 01:08:47 +00:00
bug20175.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug21094.phpt
bug21600.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug21669.phpt
bug21820.phpt revert to the previous good revision, as the new improved parse error syntax only used in version >= 5.4 2011-09-01 22:45:18 +00:00
bug21849.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug21961.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug22231.phpt Remove assignment of new by reference 2015-01-26 21:00:22 +01:00
bug22510.phpt Remove assignment of new by reference 2015-01-26 21:00:22 +01:00
bug22592.phpt strpos()/stripos(): Add support for negative offsets 2016-03-09 14:41:37 +01:00
bug22690.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
bug23279.phpt
bug23384.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug23489.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug23524.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug23584.phpt
bug23624.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
bug23922.phpt Deprecate assert() with string argument 2017-02-03 21:02:52 +01:00
bug24054.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
bug24396.phpt Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00
bug24436.phpt
bug24499.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug24573.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
bug24640.phpt Fix bug #66179 2015-12-18 19:31:21 +00:00
bug24652.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug24658.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
bug24783.phpt
bug24908.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug24926.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
bug24951.phpt
bug25145.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug25547.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug25652.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug25922.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26182.phpt
bug26696.phpt Updated tests to use [] instead of {} 2005-11-16 15:13:20 +00:00
bug26866.phpt
bug26869.phpt
bug27354.phpt
bug27439.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug27443.phpt
bug27535.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug28213.phpt
bug28800.phpt Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
bug29566.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
bug29893.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29944.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30578.phpt Added test for bug #30578 2005-04-29 00:49:47 +00:00
bug30638.phpt Fixed bug #65230 setting locale randomly broken 2014-12-06 11:59:43 +01:00
bug30726.phpt - Sanitize output 2005-01-18 11:53:49 +00:00
bug30862.phpt
bug32828.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug32924.phpt Test fixes 2005-12-18 14:21:27 +00:00
bug35176.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
bug35382.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug38579.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
bug38579.phpt add PHP_OS_FAMILY constant to determine on which os we are 2017-01-25 20:50:14 +00:00
bug43958.phpt Fixed Bug #43958 (class name added into the error message) 2008-09-02 09:45:49 +00:00
bug44654.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug44827.phpt - Fixed tests 2010-02-13 01:08:04 +00:00
bug45392.phpt Skip test while zend mm is disabled 2012-07-29 13:25:31 +08:00
bug55754.phpt Bug #55754 - Only variables should be passed by reference for ZEND_SEND_PREFER_REF params 2011-10-16 00:34:01 +00:00
bug71897.phpt Fix bug #71897 2016-05-04 19:26:24 +01:00
bug73172.inc Fixed bug #73172 parse error: Invalid numeric literal 2016-09-26 18:47:30 +02:00
bug73172.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug73329.phpt Fixed bug #73329 (Float)"Nano" == NAN 2016-10-18 19:11:18 +02:00
catchable_error_001.phpt Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
catchable_error_002.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_objects_basic2.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
each_binary_safety.phpt Deprecate each() 2017-02-03 21:02:52 +01:00
empty_variation.phpt Adding language tests. 2008-03-19 18:06:24 +00:00
engine_assignExecutionOrder_001.phpt remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
engine_assignExecutionOrder_002.phpt Fix list() test wrt new assignment order 2014-08-15 18:25:58 +02:00
engine_assignExecutionOrder_003.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
engine_assignExecutionOrder_004.phpt Restore old evaluation order 2014-08-15 17:10:06 +02: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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
engine_assignExecutionOrder_008.phpt Remove some references to E_STRICT in tests 2018-02-03 18:17:12 +01:00
engine_assignExecutionOrder_009.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
error_2_exception_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
execution_order.phpt Engine execution order tests 2009-06-01 13:01:04 +00:00
foreach_with_object_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
foreach_with_references_001.phpt
foreachLoop.001.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
foreachLoop.002.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
foreachLoop.003.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
foreachLoop.004.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
foreachLoop.005.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
foreachLoop.006.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
foreachLoop.009.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
foreachLoop.010.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
foreachLoop.011.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
foreachLoop.012.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
foreachLoop.013.phpt Improve HashTable iterators handling: 2018-03-22 02:41:49 +03:00
foreachLoop.014.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
foreachLoop.015.phpt Improve HashTable iterators handling: 2018-03-22 02:41:49 +03:00
foreachLoop.016.phpt Remove some references to E_STRICT in tests 2018-02-03 18:17:12 +01:00
foreachLoop.017.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
foreachLoopIterator.001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
foreachLoopIterator.002.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
foreachLoopIteratorAggregate.001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
foreachLoopIteratorAggregate.002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
foreachLoopIteratorAggregate.003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
foreachLoopObjects.002.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
foreachLoopObjects.003.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
foreachLoopObjects.004.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
foreachLoopObjects.005.phpt Move tests to correct directory 2009-06-15 17:34:40 +00:00
foreachLoopObjects.006.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
func_get_arg_variation.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
func_get_arg.001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
func_get_arg.005.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
func_get_args.001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
func_num_args.001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
func_num_args.002.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
func_num_args.003.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
func_num_args.004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
inc_throw.inc Adding language tests. 2008-03-19 18:06:24 +00:00
inc.inc <? should die.. 2005-05-06 00:30:36 +00:00
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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
invalid_octal.phpt Throw ParseException from lexer 2015-04-02 16:31:17 +02:00
passByReference_001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
passByReference_005.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
passByReference_006.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
passByReference_007.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
passByReference_008.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
passByReference_009.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
passByReference_010.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
passByReference_012.phpt Remove some references to E_STRICT in tests 2018-02-03 18:17:12 +01:00
returnByReference.001.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
returnByReference.002.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
returnByReference.003.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
returnByReference.004.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
returnByReference.005.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
returnByReference.006.phpt Remove some references to E_STRICT in tests 2018-02-03 18:17:12 +01:00
returnByReference.007.phpt Remove some references to E_STRICT in tests 2018-02-03 18:17:12 +01:00
returnByReference.008.phpt Remove some references to E_STRICT in tests 2018-02-03 18:17:12 +01:00
returnByReference.009.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01: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.004.phpt Remove <% and <script language="php"> tags 2014-10-05 21:57:05 +02:00
static_basic_001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
static_variation_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
string_decimals_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
this_assignment.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
throw_variation_001.phpt Adding language tests. 2008-03-19 18:06:24 +00:00
type_hints_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
type_hints_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
type_hints_003.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00