Home
last modified time | relevance | path

Searched hist:"6723420421 f809bba2008fec5f15bf8190216130" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dcommon.php6723420421f809bba2008fec5f15bf8190216130 Fri Feb 19 12:27:58 UTC 2016 Andreas Gohr <andi@splitbrain.org> removed isset() from blank() function

As discussed in #1471, an uninitialized variable will always be
implicitly created when passed to the blank() function. Calling isset()
is thus a no-op. A warning about this behavior has been added to the
function comment.