Hi,

Please take a look into the patch (for master)

https://gist.github.com/dstogov/44a3f2df71de31986d4c

It removes weird error message and replaces it with silent handling after
warning message. This makes engine behavior more consistent. Engine uses
this "silent handling after warning" for many other different errors. e.g.
  - Attempt to modify property of non-object
  - Illegal offset type
  - Cannot add element to the array as the next element is already occupied
  - Cannot use a scalar value as an array
  - This object doesn't support property references

This error message was introduced by Bob by
f57cb13c566613eec0e1c2f6d96d18565436a9b7 commit.

Do anybody object against removing this error message in master?

Should it be removed in PHP-5.6 and PHP-7.0 as well?

Thanks. Dmitry.

Reply via email to