This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`call_user_func_array` is deprecated in the latest nightly builds, changing to `$callable()`. I added a test to confirm this still works with all *reasonable* ways of providing callables (lambda, fun, class_meth, inst_meth). This likely breaks `'func_name'` and `varray['ClassName', 'methodName']` but those would be broken soon anyway by the HHVM migration to use native function pointers.
- Loading branch information
Showing
2 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters