php-src/tests
Nikita Popov 7ce531f2c2 Make constant() error handling consistent with plain const lookup
This means we get an Error exception and a much better error
message indicating the root cause (e.g. accessing a private class
constant).
2020-01-10 13:39:56 +01:00
..
basic Merge branch 'PHP-7.4' 2019-12-12 14:22:32 +01:00
classes Make constant() error handling consistent with plain const lookup 2020-01-10 13:39:56 +01:00
func Cleanup of remaining E_STRICT in tests 2019-07-23 11:27:23 +02:00
lang Make constant() error handling consistent with plain const lookup 2020-01-10 13:39:56 +01:00
output Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
run-test Remove track_errors and $php_errormsg 2019-01-28 15:58:23 +01:00
security Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
strings Convert warnings to Errors in sprintf() functions 2019-10-28 11:58:59 +01:00
quicktester.inc Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00