Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / ini / types.ini
1 [parameters]
2   true = true
3   true_comment = true ; comment
4   false = false
5   null = null
6   on = on
7   off = off
8   yes = yes
9   no = no
10   none = none
11   constant = PHP_VERSION
12   12 = 12
13   12_string = '12'
14   12_comment = 12 ; comment
15   12_string_comment = '12' ; comment
16   12_string_comment_again = "12" ; comment
17   -12 = -12
18   0 = 0
19   1 = 1
20   0b0110 = 0b0110
21   11112222333344445555 = 1111,2222,3333,4444,5555
22   0777 = 0777
23   255 = 0xFF
24   100.0 = 1e2
25   -120.0 = -1.2E2
26   -10100.1 = -10100.1
27   -10,100.1 = -10,100.1