Voting

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

The Note You're Voting On

Robert Chapin
6 years ago
When error_log() unexpectedly uses stdout, you should check if the php.ini value for error_log is empty in your CLI environment. Something as simple as this might restore expected behavior:

<?php ini_set('error_log', 'error_log'); ?>

<< Back to user notes page

To Top