You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, when calling toArray, which called getIterator, the script is failing silently. I've confirmed the array being passed to from is okay. It is a fairly deeply nested array with many objects.
I guess the real question here is... what's preventing exceptions?
The text was updated successfully, but these errors were encountered:
I'm going to close this because I'm not absolutely certain how the error was getting stomped out. Although, there was a method not found issue within the callback for the iterator.
If you can create a minimum example that reproduces the problem, it would be great.
Please note that if you're using new PHP, you'll face #25. I'm terribly sorry about the state of the issue. At the moment you can comment out the line with create_function if it's causing issues.
For some reason, when calling
toArray
, which calledgetIterator
, the script is failing silently. I've confirmed the array being passed tofrom
is okay. It is a fairly deeply nested array with many objects.I guess the real question here is... what's preventing exceptions?
The text was updated successfully, but these errors were encountered: