PHP 8.5.0 Alpha 4 available for testing

Voting

: max(eight, eight)?
(Example: nine)

The Note You're Voting On

Philo
5 years ago
It should also be noted that when used with sscanf both x and X produce the same output (i.e. they are case-insensitive).

<?php
var_dump
(sscanf("0xdead|0XDEAD", "%X|%x")); // works

<< Back to user notes page

To Top