repo.or.cz
/
htmlpurifier
/
darkodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prepended constants with C_ to avoid reserved words as per https://www.php.net/manual...
[htmlpurifier/darkodev.git]
/
smoketests
/
test-schema
/
Type.nullstring.txt
blob
4db33235dfc369a67a0489248fb4f69cba3eff9a
1
Type.nullstring
2
TYPE: string/null
3
DEFAULT: null
4
--DESCRIPTION--
5
The null type is not a type, but a flag that can be added to any type
6
making null a valid value for that entry. It's useful for saying, "Let
7
the software pick the value for me," or "Don't use this element" when
8
false has a special meaning.
9
--# vim: et sw=4 sts=4