Voting

: min(two, seven)?
(Example: nine)

The Note You're Voting On

geoffsmiths at hotmail dot com
8 years ago
At example #2: the comment // int(2) is stated while the value for the private property is actually 3. (private $z = 3;)

var_dump($prop->getValue($obj)); // This should be int(3)

<< Back to user notes page

To Top