[PR #790] HHVM compatibility: func_get_args #8716

Closed
opened 2026-01-22 16:01:13 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: Yes


All func_get_args() calls have been moved to the top of the methods because HHVM doesn't keep a copy of the original args for performance reasons.

See facebook/hiphop-php#1027 for details.

**Original Pull Request:** https://github.com/doctrine/orm/pull/790 **State:** closed **Merged:** Yes --- All func_get_args() calls have been moved to the top of the methods because HHVM doesn't keep a copy of the original args for performance reasons. See facebook/hiphop-php#1027 for details.
admin added the pull-request label 2026-01-22 16:01:13 +01:00
admin closed this issue 2026-01-22 16:01:13 +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#8716