[PR #1145] Minor performance tweaks #9204

Open
opened 2026-01-22 16:03:33 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/1145

State: closed
Merged: No


Function calls are expensive in PHP, this PR just removes unnecessary calls to call_user_func() when a direct $variable() call is possible, saving one extra call.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1145 **State:** closed **Merged:** No --- Function calls are expensive in PHP, this PR just removes unnecessary calls to `call_user_func()` when a direct `$variable()` call is possible, saving one extra call.
admin added the pull-request label 2026-01-22 16:03:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9204