Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/gallery/do_submit.php:691$sql_pairs = ["hash" => '"' . $hash . '"', "artwork_name" => '"' . mysqli_real_escape_string($conn, $_POST["artwork-name"]) . '"', "file_name" => '"' . $file_name . '"', "author" => '"' . mysqli_real_escape_string($conn, $_POST["author"]) . '"', "author_email" => '"' . mysqli_real_escape_string($conn, $_POST["author-email"]) . '"', "author_link" => '"' . mysqli_real_escape_string($conn, $_POST["author-link"]) . '"', "hdri_used" => '"' . mysqli_real_escape_string($conn, $hdri_used) . '"', "software" => '"' . mysqli_real_escape_string($conn, $_POST["software-used"]) . '"',  ]