Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt2 mysqli_fetch_object()
16 if (!is_null($tmp = @mysqli_fetch_object()))
19 if (!is_null($tmp = @mysqli_fetch_object($link)))
27 $obj = mysqli_fetch_object($res);
43 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_test');
60 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', null);
67 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a'));
80 var_dump(mysqli_fetch_object($res));
89 var_dump(mysqli_fetch_object($res));
128 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()
39 $obj = mysqli_fetch_object($res);
90 var_dump(mysqli_fetch_object($res));
100 var_dump(mysqli_fetch_object($res));
127 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)));
H A Dmysqli_magic_quotes.phpt84 $obj = mysqli_fetch_object($res, "fetch_object");
123 Warning: mysqli_fetch_object(): magic_quotes_runtime are deprecated since PHP 5.3 in %s on line %d
/PHP-5.3/ext/mysqli/
H A Dmysqli_fe.h44 PHP_FUNCTION(mysqli_fetch_object);
H A Dmysqli_fe.c366 PHP_FE(mysqli_fetch_object, arginfo_mysqli_fetch_object)
556 PHP_FALIAS(fetch_object,mysqli_fetch_object, arginfo_class_mysqli_fetch_object)
H A Dmysqli_nonapi.c435 PHP_FUNCTION(mysqli_fetch_object) argument

Completed in 83 milliseconds