CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: max(three, seven)?
(Example: nine)

The Note You're Voting On

chris at ocproducts dot com
4 years ago
If PREG_OFFSET_CAPTURE is set then unmatched captures (i.e. ones with '?') will not be present in the result array. This is presumably because there is no offset, and thus the original PHP dev decided best to just leave it out.

<< Back to user notes page

To Top