Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 6 of 6) sorted by relevance

/plugin/sqlite/_test/
H A DHelperTest.php192 $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 Daction.php88 … $result2 = $helper->confcheck(null, $email, $username, FALSE, $this->getConf('protectRegConf'));
90 if ($result1 or $result2) {
/plugin/authdjango/
H A Dauth.php79 …$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 DXmlSerializationTest.php285 …$result2 = $this->serializer->deserialize($xml2, ObjectWithXmlKeyValuePairsWithType::class, 'xml');
287 self::assertInstanceOf(ObjectWithXmlKeyValuePairsWithType::class, $result2);
288 self::assertEquals(ObjectWithXmlKeyValuePairsWithType::create2(), $result2);
/plugin/asciimath/
H A Dasciimathml148r.js572 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 Ddemo.mysqli.php1594 $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)) {