PHP 8.5.0 Alpha 4 available for testing

Voting

: max(zero, six)?
(Example: nine)

The Note You're Voting On

jens dot kohl+php at gmail dot com
13 years ago
Beware when you try to use the getDocComment() methods with eAccelerator turned on. eAccelerator »optimizes« your code in a way that it removes any comments from your source. So at runtime you're not able to get any comments and therefor getDocComments return false.

<< Back to user notes page

To Top