Lines Matching refs:fetch_object
31 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
138 mysqli_result::fetch_object(): Argument #1 ($class) must be a valid class name, this_class_does_not…