Lines Matching refs:row
15 $row = NULL;
17 $row = $res->fetch_row();
20 while ($row = $res->fetch_row())
21 if ($row[0] == 'have_ssl')
29 if (empty($row))
32 if (($row[1] == 'NO') || ($row[1] == 'DISABLED'))
52 while ($row = $res->fetch_assoc())
53 if ($row['Variable_name'] == 'Ssl_cipher')
62 if (!$row = $res->fetch_assoc())
64 if (!strlen($row["Value"]))
66 var_dump($row);
82 while ($row = $res->fetch_assoc())
83 if ($row['Variable_name'] == 'Ssl_cipher')
92 if (!$row = $res->fetch_assoc())
94 if (!strlen($row["Value"]))
96 var_dump($row);