Searched refs:result2 (Results 1 – 6 of 6) sorted by relevance
/plugin/sqlite/_test/ |
H A D | HelperTest.php | 192 $result2 = array('tid' => 5, 'keyword' => 'music', 'value' => 'Pop',); 197 $this->assertEquals($result2, $SqliteHelper->res2row($this->res)); 208 $result2 = 4; 212 $this->assertEquals($result2, $SqliteHelper->res2single($this->res)); //next row
|
/plugin/stopforumspam2/ |
H A D | action.php | 88 … $result2 = $helper->confcheck(null, $email, $username, FALSE, $this->getConf('protectRegConf')); 90 if ($result1 or $result2) {
|
/plugin/authdjango/ |
H A D | auth.php | 79 …$result2 = $this->dbh->query($query2) or die('Query failed2: ' . print_r($this->dbh->errorInfo())); 80 $user = $result2->fetch(PDO::FETCH_ASSOC);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | XmlSerializationTest.php | 285 …$result2 = $this->serializer->deserialize($xml2, ObjectWithXmlKeyValuePairsWithType::class, 'xml'); 287 self::assertInstanceOf(ObjectWithXmlKeyValuePairsWithType::class, $result2); 288 self::assertEquals(ObjectWithXmlKeyValuePairsWithType::create2(), $result2);
|
/plugin/asciimath/ |
H A D | asciimathml148r.js | 572 var result2 = AMparseSexpr(result[1]); 573 if (result2[0]==null) return [AMcreateMmlNode("mo", 575 AMremoveBrackets(result2[0]); 577 newFrag.appendChild(result2[0]); 579 if (symbol.input=="frac") newFrag.appendChild(result2[0]); 580 return [AMcreateMmlNode(symbol.tag,newFrag),result2[1]];
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mysqli.php | 1594 $result2 = mysqli_query_safe($con, $SQLquery); variable 1595 while ($row2 = mysqli_fetch_array($result2)) { 1662 $result2 = mysqli_query_safe($con, $SQLquery); variable 1663 while ($row2 = mysqli_fetch_array($result2)) { 1691 $result2 = mysqli_query_safe($con, $SQLquery); variable 1692 while ($row2 = mysqli_fetch_array($result2)) {
|