php-src/tests
Ayesh Karunaratne a706d7302a Improve interface non-public method error message
Currently interface methods with visibility `private` or `protected` fail
with an error message:

  Access type for interface method A::b() must be omitted

However, explicitly setting visibility `public` is allowed and often desired.
This commit updates the error message to:

  Access type for interface method A::b() must be public
2021-06-02 20:08:36 +01:00
..
basic Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
classes Improve interface non-public method error message 2021-06-02 20:08:36 +01:00
func Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
lang Implement "Deprecate implicit non-integer-compatible float to int conversions" RFC. (#6661) 2021-05-31 15:48:45 +01:00
output Run tidy 2020-09-18 14:28:32 +02:00
run-test run-tests: use the EXTENSIONS section for skipping 2021-03-22 09:53:38 +01:00
security Merge branch 'PHP-8.0' 2021-05-25 13:47:25 +02:00
strings Fix spelling and grammar mistakes 2021-04-13 12:09:37 +02:00