Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

bohwaz
6 years ago
Please note that doc comments are handled differently than regular comments by PHP and the OpCache.

Doc comments are actually kept by the OpCache and accessible by this reflection API, unless disabled by the "opcache.save_comments" INI directive, see http://php.net/manual/en/opcache.configuration.php#ini.opcache.save-comments

<< Back to user notes page

To Top