Lines Matching refs:mysqli_fetch_object
2 mysqli_fetch_object()
19 $obj = mysqli_fetch_object($res);
35 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_test');
53 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array());
63 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a'));
72 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b'));
78 var_dump(mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b', 'c')));
79 var_dump(mysqli_fetch_object($res));
89 mysqli_fetch_object($res);
103 if (false !== ($obj = @mysqli_fetch_object($res, 'mysqli_fetch_object_construct', 'a')))
127 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_private_constructor', array('a', 'b'));
131 var_dump(mysqli_fetch_object($res, 'this_class_does_not_exist'));
150 [0] mysqli_fetch_object(): Argument #3 ($constructor_args) must be of type array, string given in %…
151 mysqli_fetch_object(): Argument #2 ($class) must be a valid class name, this_class_does_not_exist g…