[PR #1079] [CLOSED] HHVM compatibility: func_get_args #9132

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/1079
Author: @lattwood
Created: 7/8/2014
Status: Closed

Base: 2.4Head: 2.4


📝 Commits (1)

  • 5e308ed HHVM compatibility: func_get_args

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 lib/Doctrine/ORM/QueryBuilder.php (+4 -4)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/1079 **Author:** [@lattwood](https://github.com/lattwood) **Created:** 7/8/2014 **Status:** ❌ Closed **Base:** `2.4` ← **Head:** `2.4` --- ### 📝 Commits (1) - [`5e308ed`](https://github.com/doctrine/orm/commit/5e308ed76e1a7592560253ccaed06de69b7676d8) HHVM compatibility: func_get_args ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/QueryBuilder.php` (+4 -4) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:03:20 +01:00
admin closed this issue 2026-01-22 16:03:20 +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#9132