mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
17 lines
259 B
INI
17 lines
259 B
INI
; Test file for testing ini files with . syntax
|
|
[database]
|
|
db.username = mark
|
|
db.password = secret
|
|
|
|
[nesting]
|
|
one.two.three = 3
|
|
a.b.c.d = On
|
|
|
|
[bools]
|
|
test_on = on
|
|
test_off = off
|
|
test_yes = yes
|
|
test_no = no
|
|
test_true = true
|
|
test_false = false
|
|
test_null = null
|