Searched refs:fetch_object (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_fetch_object_oo.phpt | 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 [all …]
|
H A D | bug74968.phpt | 2 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 D | bug64726.phpt | 2 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 D | gh8068.phpt | 15 $obj = $res->fetch_object();
|
H A D | bug36949.phpt | 20 $row = $result->fetch_object(); 38 $row = $result->fetch_object();
|
H A D | mysqli_class_mysqli_result_interface.phpt | 37 'fetch_object' => true,
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 520 …public function fetch_object(string $class = "stdClass", array $constructor_args = []): object|nul… function in mysqli_result
|
H A D | mysqli_arginfo.h | 1043 …ZEND_ME_MAPPING(fetch_object, mysqli_fetch_object, arginfo_class_mysqli_result_fetch_object, ZEND_…
|
Completed in 17 milliseconds