Page MenuHomePhabricator

Add a `phutil_count` function
ClosedPublic

Authored by joshuaspence on Sep 6 2015, 4:52 AM.
Tags
None
Referenced Files
F18962177: D14070.diff
Thu, Nov 13, 3:51 PM
F18861496: D14070.id34714.diff
Sun, Nov 2, 3:51 PM
F18855116: D14070.id34720.diff
Sat, Nov 1, 3:22 AM
F18840379: D14070.id34716.diff
Oct 28 2025, 12:15 AM
F18827599: D14070.id34716.diff
Oct 24 2025, 11:01 AM
F18816055: D14070.diff
Oct 21 2025, 4:45 AM
F18809207: D14070.id34720.diff
Oct 19 2025, 11:58 AM
F18783691: D14070.id.diff
Oct 13 2025, 8:54 AM
Subscribers

Details

Summary

This function is a shorthand for new PhutilNumber(count($x)).

Test Plan

See next diff.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Add a `phutil_number` function.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
avivey retitled this revision from Add a `phutil_number` function to Add a `phutil_count` function.Sep 6 2015, 5:18 AM
avivey edited edge metadata.
epriestley edited edge metadata.

Maybe pht_count()?

Maybe let it take take an integer too?

src/internationalization/pht.php
26

Function spelled wrong (phnutil should be phutil).

This revision is now accepted and ready to land.Sep 6 2015, 3:05 PM
joshuaspence marked an inline comment as done.
joshuaspence edited edge metadata.

Fix typo

This revision was automatically updated to reflect the committed changes.