1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00
Files
archived-php-src/ext/standard
Nikita Popov 4a935bc2c9 Always use __invoke callable name for objects
The callable name is provided also if it's not callable, in which
case it's basically "what it would be if it were callable", which
is ClassName::__invoke. The current behavior of casting the object
to string makes very little sense as this will just throw an
exception for most objects.
2020-04-14 17:02:47 +02:00
..
2020-04-06 10:41:01 +02:00
2020-03-10 16:54:17 +01:00
2020-04-06 10:41:01 +02:00
2020-04-06 10:41:01 +02:00
2020-04-13 21:09:23 -07:00
2020-04-09 15:39:11 +02:00
2020-01-28 15:37:51 +01:00
2020-02-28 00:21:25 +01:00
2020-02-24 10:20:49 +01:00
2020-02-25 10:21:31 +01:00
2020-04-14 16:08:43 +02:00
2020-04-13 21:09:23 -07:00