Searched refs:php_os (Results 1 – 3 of 3) sorted by relevance
35 $php_os = (!empty($_GET['php_os']) && is_string($_GET['php_os'])) ? $_GET['php_os'] : ''; variable173 if ($php_os != '') {174 $where_clause .= " AND bugdb.php_os {$php_os_not} LIKE " . $dbh->quote('%'.$php_os.'%');
69 'php_os' => urlencode($php_os),286 …<input type="text" name="php_os" value="<?php echo htmlspecialchars($php_os, ENT_COMPAT, 'UTF-8');…
14 php_os varchar(32) default NULL, field
Completed in 6 milliseconds