Lines Matching refs:mysqli_fetch_object
2 mysqli_fetch_object()
20 $obj = mysqli_fetch_object($res);
36 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_test');
54 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array());
64 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a'));
73 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b'));
79 var_dump(mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b', 'c')));
80 var_dump(mysqli_fetch_object($res));
90 mysqli_fetch_object($res);
104 if (false !== ($obj = @mysqli_fetch_object($res, 'mysqli_fetch_object_construct', 'a')))
128 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_private_constructor', array('a', 'b'));
132 var_dump(mysqli_fetch_object($res, 'this_class_does_not_exist'));
151 [0] mysqli_fetch_object(): Argument #3 ($constructor_args) must be of type array, string given in %…
152 mysqli_fetch_object(): Argument #2 ($class) must be a valid class name, this_class_does_not_exist g…