Home
last modified time | relevance | path

Searched refs:fetchObject (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt15 $charset = $link->query("SHOW VARIABLES LIKE 'character_set_connection'")->fetchObject()->value;
24 …$conn_charset = $link->query("SHOW VARIABLES LIKE 'character_set_connection'")->fetchObject()->va…
H A Dpdo_mysql_stmt_fetchobject.phpt2 MySQL PDO: PDOStatement->fetchObject()
65 while (is_object($rows[] = $stmt->fetchObject('myclass', array($rowno++, $rowno))))
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_024.phpt33 var_dump($res->fetchObject('class24'));
39 var_dump($res->fetchObject());
H A Dsqlite_spl_001.phpt97 $this->entry = $res->fetchObject('SqliteNestedsetElement', array(&$this->db));
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c1331 static PHP_METHOD(PDOStatement, fetchObject) in PHP_METHOD() argument
2230 PHP_ME(PDOStatement, fetchObject, arginfo_pdostatement_fetchobject, ZEND_ACC_PUBLIC)
/PHP-5.3/ext/sqlite/
H A Dsqlite.c554 PHP_ME_MAPPING(fetchObject, sqlite_fetch_object, arginfo_sqlite_method_fetch_object, 0)
578 PHP_ME_MAPPING(fetchObject, sqlite_fetch_object, arginfo_sqlite_method_fetch_object, 0)
/PHP-5.3/
H A DNEWS2149 - Reverted fix for bug #49521 (PDO fetchObject sets values before calling
2343 - Fixed bug #49521 (PDO fetchObject sets values before calling constructor).
3662 - Fixed bug #46157 (PDOStatement::fetchObject prototype error). (Felipe)

Completed in 44 milliseconds