Searched refs:php_os_not (Results 1 – 2 of 2) sorted by relevance
70 'php_os_not' => $php_os_not,287 …<input type="checkbox" name="php_os_not" id="php_os_not" value="1" <?php echo ($php_os_not == 'not…
36 $php_os_not = !empty($_GET['php_os_not']) ? 'not' : ''; variable174 $where_clause .= " AND bugdb.php_os {$php_os_not} LIKE " . $dbh->quote('%'.$php_os.'%');
Completed in 5 milliseconds