zendframework / zend-stdlib

Stdlib component from Zend Framework
BSD 3-Clause "New" or "Revised" License
384 stars 76 forks source link

PHP 7 compatability issue #16

Closed dvc closed 9 years ago

dvc commented 9 years ago

$ php bin/php7cc.php ../some-symfony-project

File: ../some-symfony-project/vendor/zendframework/zend-stdlib/src/Hydrator/ClassMethods.php Line 220. Indirect variable, property or method access: $object->{$this->hydrationMethodsCache[$propertyFqn]}($this->hydrateValue($property, $value, $data));

File: ../some-symfony-project/vendor/zendframework/zend-stdlib/src/CallbackHandler.php Line 122. Function argument(s) returned by "func_get_args" might have been modified: func_get_args();

weierophinney commented 9 years ago

Can you please provide a unit test showing the functionality being exercised that exhibits this behavior? RIght now, I do not have enough information to create a test case, and our current suite of tests is running perfectly against PHP 7.

dvc commented 9 years ago

I`m sorry, it is an analizer paranoia, not a bug. My mistake :( This issue should be closed