Style fixes: Capitalization of "true" and "false"

Use "true" instead of "TRUE" and "false" instead of "FALSE" or "False".

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2014-02-06 09:15:16 +01:00
parent b8a31dcc72
commit 165bcba54e
4 changed files with 15 additions and 15 deletions

View file

@ -1566,7 +1566,7 @@ class Archive_Tar extends PEAR
while (strlen($v_binary_data = $this->_readBlock()) != 0)
{
$v_extract_file = FALSE;
$v_extract_file = false;
$v_extraction_stopped = 0;
if (!$this->_readHeader($v_binary_data, $v_header))