[Differential] [Updated] D4776: support for $this as an array when implementing ArrayAccess

Shashwat Dixit noreply at phabricator.kde.org
Tue Feb 28 22:06:53 UTC 2017


shashwatdixit marked 3 inline comments as done.
shashwatdixit added a comment.


    content.append("interface Iterator { function rewind(); function current(); function key(); function next(); function valid(); } ");
    content.append("interface ArrayAccess { function offsetExists($offset); function offsetGet($offset); function offsetSet($offset, $value); function offsetUnset($offset); }");
  
  test fails without it It cannot find interface `ArrayAccess`. Similarly if i remove `Iterator` interface above it fails every test which implements Iterator . @zhigalin  need help here thanks

REPOSITORY
  R52 KDevelop: PHP Support

REVISION DETAIL
  https://phabricator.kde.org/D4776

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: shashwatdixit, #kdevelop, mwolff, zhigalin, kfunk
Cc: kdevelop-devel, Pilzschaf, akshaydeo, surgenight, arrowdodger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170228/42169dda/attachment-0001.html>


More information about the KDevelop-devel mailing list