smalos / nubuilder_dev

Variable is used but not defined PHP-W1066
Bug risk
Major
6 occurrences in this check
Variable $checkToken might not be defined
266            }
267        }
268
269        if ($check == false && $checkToken == false) {270            nuDie();
271        }
272    }
Variable $exists might not be defined
 410        $f->id = 1;
 411        return $f;
 412    } else {
 413        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null; 414        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null;
 415        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null;
 416        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null;
Variable $row might not be defined
 410        $f->id = 1;
 411        return $f;
 412    } else {
 413        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null; 414        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null;
 415        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null;
 416        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null;
Variable $row might not be defined
 411        return $f;
 412    } else {
 413        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null;
 414        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null; 415        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null;
 416        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null;
 417
Variable $row might not be defined
 412    } else {
 413        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null;
 414        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null;
 415        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null; 416        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null;
 417
 418        $json = json_encode($_POST['nuHash']);
Variable $row might not be defined
 413        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null;
 414        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null;
 415        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null;
 416        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null; 417
 418        $json = json_encode($_POST['nuHash']);
 419        $id = nuID();