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
277            }
278        }
279
280        if ($check == false && $checkToken == false) {281            nuDie();
282        }
283    }
Variable $exists might not be defined
 400        $f->id = 1;
 401        return $f;
 402    } else {
 403        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null; 404        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null;
 405        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null;
 406        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null;
Variable $row might not be defined
 400        $f->id = 1;
 401        return $f;
 402    } else {
 403        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null; 404        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null;
 405        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null;
 406        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null;
Variable $row might not be defined
 401        return $f;
 402    } else {
 403        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null;
 404        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null; 405        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null;
 406        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null;
 407
Variable $row might not be defined
 402    } else {
 403        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null;
 404        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null;
 405        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null; 406        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null;
 407
 408        $json = json_encode($_POST['nuHash']);
Variable $row might not be defined
 403        $_POST['nuHash']['code'] = $exists ? $row->sph_code : null;
 404        $_POST['nuHash']['description'] = $exists ? $row->sph_description : null;
 405        $_POST['nuHash']['parentID'] = $exists ? $row->zzzzsys_php_id : null;
 406        $_POST['nuHash']['sph_php'] = $exists ? $row->sph_php : null; 407
 408        $json = json_encode($_POST['nuHash']);
 409        $id = nuID();