Lines Matching refs:mysqli_fetch_object
2 mysqli_fetch_object()
18 if (!is_null($tmp = @mysqli_fetch_object()))
21 if (!is_null($tmp = @mysqli_fetch_object($link)))
29 $obj = mysqli_fetch_object($res);
45 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_test');
62 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array());
69 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a'));
75 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b'));
81 var_dump(mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b', 'c')));
82 var_dump(mysqli_fetch_object($res));
91 var_dump(mysqli_fetch_object($res));
102 if (false !== ($obj = @mysqli_fetch_object($res, 'mysqli_fetch_object_construct', 'a')))
126 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_private_constructor', array('a', 'b'));
130 var_dump(mysqli_fetch_object($res, 'this_class_does_not_exist'));
141 [E_WARNING] mysqli_fetch_object() expects at least 1 parameter, 0 given in %s on line %d
142 [E_WARNING] mysqli_fetch_object() expects parameter 1 to be mysqli_result, null given in %s on line…
151 [E_WARNING] mysqli_fetch_object(): Couldn't fetch mysqli_result in %s on line %d
153 [E_RECOVERABLE_ERROR] Argument 3 passed to mysqli_fetch_object() must be of the type array, string …