PHP 8.5.0 Alpha 1 available for testing

Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

bramus at bram dot us
17 years ago
@ Frederik :

<?
$class = $bt[count($bt) - 1]['class'];
?>

should be

<?
$class = $bt[count($bt) - 2]['class'];
?>

;-)

<< Back to user notes page

To Top