PHP 8.5.0 Alpha 2 available for testing

Voting

: min(nine, five)?
(Example: nine)

The Note You're Voting On

d9k at ya dot ru
2 years ago
Had to use

<?php
posix_isatty
(STDIN) == false
?>

instead of

<?php
ftell
(STDIN) !== false
?>

after upgrade from php 7 to 8 on ubuntu.

<< Back to user notes page

To Top