Home
last modified time | relevance | path

Searched refs:phpver (Results 1 – 3 of 3) sorted by relevance

/web-bugs/www/
H A Dlstats.php14 global $phpver, $dbh;
18 if ($phpver > 0) {
19 $query .= " php_version LIKE '{$phpver}%' AND";
39 $phpver = (isset($_GET['phpver']) ? (int) $_GET['phpver'] : false); variable
41 if (!$phpver || ($phpver !== 5 && $phpver !== 7)) {
44 echo "<h3>Bug stats for PHP $phpver:</h3>\n<pre>\n";
H A Dsearch.php79 'phpver' => urlencode($phpver),
293 …<td><input type="text" name="phpver" value="<?php echo htmlspecialchars($phpver, ENT_COMPAT, 'UTF-…
/web-bugs/include/
H A Dquery.php37 $phpver = (!empty($_GET['phpver']) && is_string($_GET['phpver'])) ? $_GET['phpver'] : ''; variable
177 if ($phpver != '') {
178 $where_clause .= " AND bugdb.php_version LIKE " . $dbh->quote($phpver.'%');

Completed in 8 milliseconds