php-src/tests/lang
Nikita Popov 2f1f34952e Remove $errcontext argument to error handlers
I'm removing the argument entirely here, but we might want to change
this to passing null or and empty array instead, if the impact of
dropping it entirely turns out to be too large.

This was deprecated as part of https://wiki.php.net/rfc/deprecations_php_7_2
as a doc-only deprecation.
2019-02-05 14:12:10 +01: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 Remove bareword fallback for constants 2019-01-31 13:52:06 +01:00
string Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
001.phpt
002.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
003.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
004.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
005.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
006.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
007.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
008.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
009.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
010.phpt
011.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
012.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
013.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
014.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
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 Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
017.phpt
018.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
019.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
020.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
021.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
022.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
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 Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
026.phpt
027.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
028.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
030.phpt Fix non-/Zend tests too 2016-04-16 20:57:28 +02:00
032.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
033.phpt
034.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
035.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
036.phpt
037.phpt
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
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
array_shortcut_002.phpt
array_shortcut_003.phpt
array_shortcut_005.phpt
bison1.phpt
bug7515.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug18872.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug19566.phpt
bug19943.phpt
bug20175.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
bug21094.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug21600.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug21669.phpt
bug21820.phpt
bug21849.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03: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 error_reporting assignments in some tests 2019-01-30 16:00:19 +01:00
bug22592.phpt strpos()/stripos(): Add support for negative offsets 2016-03-09 14:41:37 +01:00
bug23279.phpt
bug23384.phpt Remove static calls to non-static methods 2019-01-30 09:19:02 +01:00
bug23489.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug23524.phpt
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
bug24054.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug24396.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug24436.phpt
bug24499.phpt
bug24573.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug24640.phpt Fix bug #66179 2015-12-18 19:31:21 +00:00
bug24652.phpt
bug24658.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
bug24783.phpt
bug24908.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug24951.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug25145.phpt
bug25547.phpt Remove $errcontext argument to error handlers 2019-02-05 14:12:10 +01:00
bug25652.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug25922.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug26182.phpt
bug26696.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug26866.phpt
bug26869.phpt
bug27354.phpt
bug27439.phpt
bug27443.phpt
bug27535.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug28213.phpt
bug28800.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug29566.phpt
bug29893.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug29944.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug30578.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug30638.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug30726.phpt
bug30862.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug32828.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug32924.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug35176.phpt
bug35382.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug38579.inc
bug38579.phpt add PHP_OS_FAMILY constant to determine on which os we are 2017-01-25 20:50:14 +00:00
bug43958.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug44654.phpt
bug44827.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug45392.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug55754.phpt
bug71897.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug73172.inc Sync leading and final newlines in source code files 2018-10-14 12:56:38 +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
comments.phpt
compare_objects_basic1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
compare_objects_basic2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
empty_variation.phpt
engine_assignExecutionOrder_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
engine_assignExecutionOrder_002.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
engine_assignExecutionOrder_003.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
engine_assignExecutionOrder_004.phpt Restore old evaluation order 2014-08-15 17:10:06 +02:00
engine_assignExecutionOrder_005.phpt
engine_assignExecutionOrder_006.phpt
engine_assignExecutionOrder_007.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02: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 Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
error_2_exception_001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
execution_order.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreach_with_object_001.phpt
foreach_with_references_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoop.001.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
foreachLoop.002.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoop.003.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02: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 Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoop.010.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
foreachLoop.011.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoop.012.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoop.013.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoop.014.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoop.015.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoop.016.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoop.017.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopIterator.001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
foreachLoopIterator.002.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopIteratorAggregate.001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopIteratorAggregate.002.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopIteratorAggregate.003.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopIteratorAggregate.004.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopObjects.001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoopObjects.002.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopObjects.003.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopObjects.004.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
foreachLoopObjects.005.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
foreachLoopObjects.006.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
func_get_arg_variation.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02: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 Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
func_get_arg.003.phpt
func_get_arg.004.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
func_get_arg.005.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
func_get_args.001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
func_get_args.002.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
func_get_args.003.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
func_get_args.004.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
func_num_args.001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
func_num_args.002.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
func_num_args.003.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
func_num_args.004.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
inc_throw.inc
inc.inc
include_variation1.phpt
include_variation2.phpt
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
passByReference_003.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
passByReference_004.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
passByReference_005.phpt Remove static calls to non-static methods 2019-01-30 09:19:02 +01:00
passByReference_006.phpt Remove static calls to non-static methods 2019-01-30 09:19:02 +01:00
passByReference_007.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
passByReference_008.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
passByReference_009.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
passByReference_010.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
passByReference_012.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
returnByReference.001.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
returnByReference.002.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
returnByReference.003.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
returnByReference.004.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
returnByReference.005.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
returnByReference.006.phpt Remove some references to E_STRICT in tests 2018-02-03 18:17:12 +01:00
returnByReference.007.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
returnByReference.008.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
returnByReference.009.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
short_tags.001.phpt
short_tags.002.phpt
short_tags.004.phpt Remove <% and <script language="php"> tags 2014-10-05 21:57:05 +02:00
static_basic_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
static_basic_002.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
static_variation_001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
static_variation_002.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
string_decimals_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
this_assignment.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
throw_variation_001.phpt
type_hints_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
type_hints_002.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
type_hints_003.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00