1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix missing __invoke (#971)

This commit is contained in:
Luffy
2024-04-08 04:10:23 +08:00
committed by GitHub
parent 37478606e1
commit b3f760d71f

View File

@@ -437,6 +437,7 @@ $uri_aliases = [
"__sleep" => "language.oop5.magic",
"__wakeup" => "language.oop5.magic",
"__tostring" => "language.oop5.magic",
"__invoke" => "language.oop5.magic",
"__set_state" => "language.oop5.magic",
"__debuginfo" => "language.oop5.magic",
"__clone" => "language.oop5.cloning",