Home
last modified time | relevance | path

Searched refs:fetch_object (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt31 if (!is_null($tmp = @$res->fetch_object($link, $link)))
39 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
61 $obj = $res->fetch_object('mysqli_fetch_object_test');
77 $res->fetch_object('mysqli_fetch_object_construct', null);
84 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
99 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
117 var_dump($res->fetch_object('this_class_does_not_exist'));
132 [0] mysqli_result::fetch_object() expects at most 2 arguments, 3 given in %s on line %d
133 mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, null given
[all …]
H A Dbug74968.phpt2 Bug #74968 PHP crashes when calling mysqli_result::fetch_object with an abstract class
17 $mysqli->query("SELECT 1 as a")->fetch_object("test");
23 #0 %sbug74968.php(%d): mysqli_result->fetch_object('test')
H A Dbug64726.phpt2 Bug #63398 (Segfault when calling fetch_object on a use_result and DB pointer has closed)
21 var_dump($result->fetch_object());
24 Warning: mysqli_result::fetch_object(): (HY000/2014): Commands out of sync; you can't run this comm…
H A Dgh8068.phpt15 $obj = $res->fetch_object();
H A Dbug36949.phpt20 $row = $result->fetch_object();
38 $row = $result->fetch_object();
H A Dmysqli_class_mysqli_result_interface.phpt37 'fetch_object' => true,
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php520 …public function fetch_object(string $class = "stdClass", array $constructor_args = []): object|nul… function in mysqli_result
H A Dmysqli_arginfo.h1043 …ZEND_ME_MAPPING(fetch_object, mysqli_fetch_object, arginfo_class_mysqli_result_fetch_object, ZEND_…

Completed in 17 milliseconds