Home
last modified time | relevance | path

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

/web-bugs/include/
H A Dquery.php35 $php_os = (!empty($_GET['php_os']) && is_string($_GET['php_os'])) ? $_GET['php_os'] : ''; variable
173 if ($php_os != '') {
174 $where_clause .= " AND bugdb.php_os {$php_os_not} LIKE " . $dbh->quote('%'.$php_os.'%');
/web-bugs/www/
H A Dsearch.php69 'php_os' => urlencode($php_os),
286 …<input type="text" name="php_os" value="<?php echo htmlspecialchars($php_os, ENT_COMPAT, 'UTF-8');…
/web-bugs/sql/
H A Dschema.sql14 php_os varchar(32) default NULL, field

Completed in 8 milliseconds