Lines Matching refs:row
21 $row = NULL;
23 $row = $res->fetch_row();
26 while ($row = $res->fetch_row())
27 if ($row[0] == 'have_ssl')
35 if (empty($row))
38 if (($row[1] == 'NO') || ($row[1] == 'DISABLED'))
58 while ($row = $res->fetch_assoc())
59 if ($row['Variable_name'] == 'Ssl_cipher')
68 if (!$row = $res->fetch_assoc())
70 if (!strlen($row["Value"]))
72 var_dump($row);
88 while ($row = $res->fetch_assoc())
89 if ($row['Variable_name'] == 'Ssl_cipher')
98 if (!$row = $res->fetch_assoc())
100 if (!strlen($row["Value"]))
102 var_dump($row);