Skip to content

Too big integer token should produce a warning #9734

Closed as not planned
Closed as not planned
@mvorisek

Description

@mvorisek

Description

<?php

$u = 1234567890123456789012345678901234567890;
var_dump($u);

https://3v4l.org/aedla

Integer token, number specified in the code without dot or scientific notation, should produce a warning at least.

This is especially usefull for 32-bit/embedded php usage where implicit conversion might be not wanted.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions