PHP 8.5.0 Alpha 2 available for testing

Voting

: eight plus one?
(Example: nine)

The Note You're Voting On

Ray.Paseur sometimes uses Gmail
6 years ago
I needed to generate an invalid UTF-8 character for testing with JSON. This did the trick:

<?php
echo 'Bogus UTF-8 character at end' . chr(0xC6) ;

<< Back to user notes page

To Top