Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt2 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'));
82 var_dump(mysqli_fetch_object($res));
91 var_dump(mysqli_fetch_object($res));
130 var_dump(mysqli_fetch_object($res, 'this_class_does_not_exist'));
[all …]
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()
40 $obj = mysqli_fetch_object($res);
91 var_dump(mysqli_fetch_object($res));
101 var_dump(mysqli_fetch_object($res));
131 [E_WARNING] mysqli_fetch_object(): Couldn't fetch mysqli_result in %s on line %d
H A D042.phpt2 mysqli_fetch_object
42 $test = mysqli_fetch_object($result);
H A D060.phpt2 mysqli_fetch_object with classes
36 $test = mysqli_fetch_object($result, 'test_class', array(1, 2));
H A Dmysqli_fetch_object_no_constructor.phpt2 mysqli_fetch_object() - calling constructor on class wo constructor
36 var_dump($obj = mysqli_fetch_object($res, 'mysqli_fetch_object_test', array(1, 2)));
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.h46 PHP_FUNCTION(mysqli_fetch_object);
H A Dmysqli_fe.c408 PHP_FE(mysqli_fetch_object, arginfo_mysqli_fetch_object)
587 PHP_FALIAS(fetch_object,mysqli_fetch_object, arginfo_class_mysqli_fetch_object)
H A Dmysqli_nonapi.c509 PHP_FUNCTION(mysqli_fetch_object) argument

Completed in 21 milliseconds