Nikita Popov
|
2ffa70b97c
|
Slightly clean up is_callable implementation
And adjust an error message to line up with the error message
used for $callable() in zend_execute.c.
|
2021-09-02 10:37:13 +02:00 |
|
Dmitry Stogov
|
99d0f502dc
|
Fixed error message
|
2021-02-24 19:12:32 +03:00 |
|
Máté Kocsis
|
b5c7a83dca
|
Remove unnecessary PHPDoc-alike blocks from tests
Closes GH-5759
|
2020-06-24 13:13:44 +02:00 |
|
Máté Kocsis
|
960318ed95
|
Change argument error message format
Closes GH-5211
|
2020-02-26 15:00:08 +01:00 |
|
Máté Kocsis
|
ac0853eb26
|
Make type error messages more consistent
Closes GH-5092
|
2020-02-17 14:22:17 +01:00 |
|
Fabien Villepinte
|
a555cc0b3d
|
Clean DONE tags from tests
Remove most of the `===DONE===` tags and its variations.
Keep `===DONE===` if the test output otherwise becomes empty.
Closes GH-4872.
|
2019-11-07 21:31:47 +01:00 |
|
Nikita Popov
|
852485d8ec
|
Adjust tests for zpp TypeError change
|
2019-03-11 11:32:20 +01:00 |
|
Nikita Popov
|
6c73b50cf6
|
Remove static calls to non-static methods
|
2019-01-30 09:19:02 +01:00 |
|
Nikita Popov
|
8d00385871
|
Reclassify E_STRICT notices
Per RFC https://wiki.php.net/rfc/reclassify_e_strict
While reviewing this, found that there are still three E_STRICTs
left in libraries - need to discuss those.
|
2015-04-01 11:17:55 +02:00 |
|
Dmitry Stogov
|
af05ce0af6
|
Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"
|
2008-07-26 13:14:04 +00:00 |
|
Marcus Boerger
|
b7b41a6612
|
- MFH Fix missing check and tests
|
2008-02-06 20:40:19 +00:00 |
|
Rasmus Lerdorf
|
c075476810
|
Another batch of fixed tests
|
2008-02-02 01:51:17 +00:00 |
|
Raghubansh Kumar
|
4cadbee716
|
new smaller testcases for array_map() function
|
2008-01-03 09:43:45 +00:00 |
|