PHP 8.5.0 Alpha 4 available for testing

Voting

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

The Note You're Voting On

nineoclick (atsymbol) gmail (dot) com
8 years ago
Seems not clear but flags *could be combined*, as per other flags.
For example:

<?php

# wannabe noticed about all errors except those about indexes
$driver = new mysqli_driver();
$driver->report_mode = MYSQLI_REPORT_ALL & ~MYSQLI_REPORT_INDEX;

?>

<< Back to user notes page

To Top