PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format.test

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format.test   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 306 bytes
 

Contents

Class file image Download
--TEST-- "number_format" filter --TEMPLATE-- {{ 20|number_format }} {{ 20.25|number_format }} {{ 20.25|number_format(2) }} {{ 20.25|number_format(2, ',') }} {{ 1020.25|number_format(2, ',') }} {{ 1020.25|number_format(2, ',', '.') }} --DATA-- return array(); --EXPECT-- 20 20 20.25 20,25 1,020,25 1.020,25