Home
last modified time | relevance | path

Searched refs:fetch (Results 51 – 75 of 331) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/mysqli/tests/
H A D067.phpt54 while ($stmt[0]->fetch()) {
55 $stmt[1]->fetch();
56 $stmt[2]->fetch();
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt29 $stmt->fetch();
48 $stmt->fetch();
60 $stmt->fetch();
H A Dmysqli_ps_select_union.phpt35 while ($stmt->fetch()) {
61 while ($stmt->fetch()) {
91 while ($stmt->fetch()) {
111 while ($stmt->fetch()) {
140 while ($stmt->fetch()) {
160 while ($stmt->fetch()) {
182 while ($stmt->fetch()) {
200 while ($stmt->fetch()) {
222 while ($stmt->fetch()) {
240 while ($stmt->fetch()) {
H A Dmysqli_query_stored_proc.phpt29 // skip results, don't fetch all from server
42 // fetch all results from server, but skip on client side
55 // fetch all results from server, but skip on client side
80 // fetch all results from server, but skip on client side
109 … printf("[014] Cannot fetch user variable, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
137 … printf("[021] Cannot fetch user variable, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug32405.phpt2 Bug #32405 (mysqli->fetch() is returning bad data)
25 while ($stmt->fetch()) {
H A Dmysqli_stmt_reset.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
111 Warning: mysqli_stmt_reset(): Couldn't fetch mysqli_stmt in %s on line %d
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
27 while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
44 while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
61 while ($row = $stmt->fetch(PDO::FETCH_ASSOC))
85 while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
119 while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
151 while ($row = $stmt->fetch(PDO::FETCH_ASSOC))
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt2 MySQL PDOStatement->fetch(), PDO::FETCH_SERIALIZE
57 printf("\nAnd now PDO using setFetchMode(PDO::FETCH:CLASS|PDO::FETCH_SERIALIZE) + fetch()...\n");
61 var_dump($stmt->fetch());
87 And now PDO using setFetchMode(PDO::FETCH:CLASS|PDO::FETCH_SERIALIZE) + fetch()...
H A Dpdo_mysql_stmt_closecursor.phpt35 // fetch only the first rows and let closeCursor() clean up
36 $row1 = $stmt1->fetch(PDO::FETCH_ASSOC);
47 // check if changing the fetch mode from unbuffered to buffered will
50 $row2 = $stmt1->fetch(PDO::FETCH_ASSOC);
62 // fetch only the first rows and let closeCursor() clean up
63 $row3 = $stmt1->fetch(PDO::FETCH_ASSOC);
74 $row4 = $stmt1->fetch(PDO::FETCH_ASSOC);
96 while ($stmt->fetch(PDO::FETCH_BOUND))
H A Dbug_45120.phpt22 $res = $stmt->fetch(PDO::FETCH_ASSOC);
29 $res = $stmt->fetch(PDO::FETCH_ASSOC);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug71885_2.phpt32 var_dump($stmt->fetch());
36 var_dump($stmt->fetch());
/PHP-7.4/Zend/tests/
H A Dconstant_expressions_coalesce_empty_dim.phpt2 Constant expressions with empty dimension fetch on coalesce
H A Dbug79784.phpt2 Bug #79784: Use after free if changing array during undef var during array write fetch
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_010.phpt2 Test typed properties allow fetch reference
H A Dtyped_properties_011.phpt2 Test typed properties allow fetch reference for init array
H A Dtyped_properties_012.phpt2 Test typed properties allow fetch reference for foreach
/PHP-7.4/ext/pdo_firebird/tests/
H A Dexecute.phpt33 var_dump($s->fetch());
39 var_dump($s->fetch());
H A Ddialect_1.phpt27 $row = $query->fetch(\PDO::FETCH_OBJ);
44 $row = $query->fetch(\PDO::FETCH_OBJ);
/PHP-7.4/ext/reflection/tests/
H A D027.phpt22 Cannot fetch information from a terminated Generator
/PHP-7.4/ext/pdo/tests/
H A Dpdo_019.phpt2 PDO Common: fetch() and while()
38 while($stmt->fetch(PDO::FETCH_BOUND)) {
/PHP-7.4/ext/dom/tests/
H A Dbug70558.phpt2 Bug #70558 ("Couldn't fetch" error in DOMDocument::registerNodeClass())
/PHP-7.4/ext/pdo_dblib/tests/
H A Dtypes.phpt41 $row = $stmt->fetch(PDO::FETCH_ASSOC);
54 $row = $stmt->fetch(PDO::FETCH_ASSOC);
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug46274.phpt51 var_dump($res->fetch());
54 var_dump($res->fetch());
/PHP-7.4/Zend/tests/varSyntax/
H A DtempDimFetchByRefError.phpt2 Passing a dimension fetch on a temporary by reference is not allowed
H A DtempPropFetchByRefError.phpt2 Passing a property fetch on a temporary by reference is not allowed

Completed in 26 milliseconds

12345678910>>...14