This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Notice when parsing anonymous function #70
Comments
Perfect; I've used this to write a test case, and can now reproduce the issue. Thanks, @nazar-pc. |
weierophinney
added a commit
to weierophinney/zend-code
that referenced
this issue
Jun 27, 2016
- Added a failing test case, per zendframework#70. - Discovered that the structure addressed can be either an array (existing assumption) or a string. - Updated the assignment to check for array before assigning, and use the string value if present instead.
basz
added a commit
to basz/zend-code
that referenced
this issue
Sep 28, 2016
* 'master' of https://github.com/zendframework/zend-code: (39 commits) Fix Travis code convention Fix Travis code convention Fix Travis code convention Fix Travis code convention 1. Fix ClassScanner::getInterfaces() which don't work with Interface. 2. add TestCase ClassScannerTest::testGetInterfacesFromInterface(). Remove fast_finish flag Bumped to next dev version (3.0.5) Added CHANGELOG for zendframework#75 Separated new tests to separate methods testCorrectExtendNamesFromGlobalNamespace add tests Added CHANGELOG for zendframework#59 Update ClassGenerator.php fast fix Bumped to next dev version (3.0.4) Set date for 3.0.3 Added CHANGELOG for zendframework#72 Added CHANGELOG for zendframework#69 Added CHANGELOG for zendframework#61 Provide a fix for issue zendframework#70 ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Preparation
test.php:
run.php:
Execution
Expected output
Nothing
Actual output
The text was updated successfully, but these errors were encountered: