Skip to content

Stdlib: number_format() for displaying numbers in templates #206

@PurHur

Description

@PurHur

Problem

Templates show prices, counts, and stats via number_format($n, 2). Not in capability matrix.

Goal

VM implementation; JIT fast path optional.

Tasks

Acceptance criteria

echo number_format(1234.5, 2);1,234.50 (locale subset: C-style)

Files

  • ext/standard/, docs/capabilities.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:webWeb / CGI / superglobalsenhancementNew feature or requestphase-4:stdlibPhase 4 – stdlib for web apps

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions