Home
last modified time | relevance | path

Searched refs:mysqli_fetch_object (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt2 mysqli_fetch_object()
16 $obj = mysqli_fetch_object($res);
33 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_test');
51 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array());
61 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a'));
70 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b'));
76 var_dump(mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b', 'c')));
77 var_dump(mysqli_fetch_object($res));
87 mysqli_fetch_object($res);
101 if (false !== ($obj = @mysqli_fetch_object($res, 'mysqli_fetch_object_construct', 'a')))
[all …]
H A Dbug73949.phpt2 Bug #73949 (leak in mysqli_fetch_object)
20 while($db= mysqli_fetch_object($res,'cc',$t)){}
H A Dmysqli_fetch_object_no_object.phpt2 mysqli_fetch_object()
16 $obj = mysqli_fetch_object($res);
H A Dmysqli_fetch_object_oo.phpt2 mysqli_fetch_object()
33 $obj = mysqli_fetch_object($res);
69 mysqli_fetch_object($res);
89 var_dump(mysqli_fetch_object($res));
100 mysqli_fetch_object($res);
H A Dmysqli_fetch_object_no_constructor.phpt2 mysqli_fetch_object() - calling constructor on class wo constructor
32 var_dump($obj = mysqli_fetch_object($res, 'mysqli_fetch_object_test', array(1, 2)));
61 ValueError: mysqli_fetch_object(): Argument #3 ($constructor_args) must be empty when the specified…
H A D060.phpt2 mysqli_fetch_object with classes
37 $test = mysqli_fetch_object($result, 'test_class', array(1, 2));
H A D042.phpt2 mysqli_fetch_object
43 $test = mysqli_fetch_object($result);
H A Dgh8068.phpt2 GH-8068 (mysqli_fetch_object creates inaccessible properties)
/PHP-8.3/ext/mysqli/
H A Dmysqli_arginfo.h735 ZEND_FUNCTION(mysqli_fetch_object);
850 ZEND_FE(mysqli_fetch_object, arginfo_mysqli_fetch_object)
999 …ZEND_ME_MAPPING(fetch_object, mysqli_fetch_object, arginfo_class_mysqli_result_fetch_object, ZEND_…
H A Dmysqli.stub.php1448 function mysqli_fetch_object(mysqli_result $result, string $class = "stdClass", array $constructor_…
H A Dmysqli_nonapi.c525 PHP_FUNCTION(mysqli_fetch_object) argument
/PHP-8.3/
H A DUPGRADING319 . mysqli_fetch_object now raises a ValueError instead of an Exception when
H A DNEWS1052 . mysqli_fetch_object raises a ValueError instead of an Exception.

Completed in 33 milliseconds