php/doc-en

Min()/Max() example has incorrect information comparing with "hello"

Aberta

#2.687 aberto em 15 de ago. de 2023

 (0 comentário) (0 reação) (1 responsável)XML (882 forks)auto 404
QAgood first issue

Métricas do repositório

Stars
 (596 estrelas)
Métricas de merge de PR
 (Mesclagem média 99d 23h) (90 fundiu PRs em 30d)

Description

This was missed as part of https://github.com/php/doc-en/commit/8a0ab242e83ec201615c947eaa0e1c5719576c12

But there is a remaining example:

// Here we are comparing -1 < 0, so 'hello' is the highest value
echo max('hello', -1);    // hello

(Ditto for min())

This example is inaccurate as of PHP 8.0, and might make sense to either be split out into its own dedicated example or removed.

@afilina

Guia do colaborador