Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Fix Index not found Notices #43

Closed
sebfek opened this issue Feb 29, 2016 · 1 comment
Closed

Fix Index not found Notices #43

sebfek opened this issue Feb 29, 2016 · 1 comment

Comments

@sebfek
Copy link

sebfek commented Feb 29, 2016

I use the zend annotation module, it scans the whole Module directory with this the ClassScanner class from this module. In the config directory it writes some notices to the output - I can't avoid this without raise the php log level, so I think it's an issue of this module to avoid that output.

Notice: Uninitialized string offset: 1 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 974

Notice: Uninitialized string offset: 1 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 974

Notice: Uninitialized string offset: 1 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 974

Notice: Undefined offset: 267 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 942

Notice: Undefined offset: 681 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 942
@nazar-pc
Copy link

Added one simple reproducible example in #70

weierophinney added a commit that referenced this issue Jun 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants