-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zend incompatibility: ArrayObject not valid argument to array functions #2018
Comments
jeffchan
added a commit
to jeffchan/phpmyadmin
that referenced
this issue
Mar 13, 2014
Currently 1 test is still failing, so it's set up to allow for failures. See: facebook/hhvm#2018 Signed-off-by: Jeff Chan <jefftchan@gmail.com>
This inconsistency is documented here https://github.com/facebook/hhvm/blob/master/hphp/doc/inconsistencies#L90 will seek to fix phpMyAdmin then |
Ocramius
added a commit
to zendframework/zendframework
that referenced
this issue
Nov 14, 2014
See facebook/hhvm#2018 See https://github.com/facebook/hhvm/blob/HHVM-3.3.1/hphp/doc/inconsistencies Conflicts: tests/ZendTest/Http/ClientTest.php
gianarb
pushed a commit
to zendframework/zend-http
that referenced
this issue
May 15, 2015
See facebook/hhvm#2018 See https://github.com/facebook/hhvm/blob/HHVM-3.3.1/hphp/doc/inconsistencies Conflicts: tests/ZendTest/Http/ClientTest.php
ravanscafi
added a commit
to vindi/vindi-php
that referenced
this issue
Aug 4, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code produces no errors in Zend PHP. However, HHVM throws an error:
HipHop Warning: Invalid operand type was used: expecting an array
I am guessing all of PHP's array functions have issues with ArrayObject as inputs in HHVM.
There was a similar discussion in #1221. Is this something we're looking to fix?
phpMyAdmin is failing a test due to this
The text was updated successfully, but these errors were encountered: