Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt46 … $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
80 myclass::unserialize('Data fetched from DB to be given to unserialize()')
83 myclass::unserialize('Data fetched from DB to be given to unserialize()')
88 myclass::unserialize('Data fetched from DB to be given to unserialize()')
H A Dbug75177.phpt2 PDO MySQL Bug #75177 Type 'bit' is fetched as unexpected string
H A Dbug_42499.phpt37 // This will bail at you because you have not fetched the SELECT results: this is not a bug!
/PHP-8.0/ext/sqlite3/tests/
H A Dbug73333.phpt2 Bug #73333 (2147483647 is fetched as string)
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_67130.phpt2 …IB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been fetched
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c940 result->fetched = 0; in PHP_FUNCTION()
1094 result->fetched = 0; in PHP_FUNCTION()
1338 result->fetched = 0; in PHP_FUNCTION()
1406 result->fetched++; in php_odbc_fetch_hash()
1568 result->fetched++; in PHP_FUNCTION()
1663 result->fetched--; in PHP_FUNCTION()
1715 result->fetched++; in PHP_FUNCTION()
1801 result->fetched++; in PHP_FUNCTION()
1984 result->fetched++; in PHP_FUNCTION()
2408 result->fetched = 0; in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h216 int fetched; member
/PHP-8.0/ext/spl/tests/
H A Diterator_027.phpt48 var_dump(isset($it[0])); // pre-fetched
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt19 // The intent is that the fetched data be identical to the unquoted string.
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_query_iterators.phpt153 Warning: main(): Data fetched with MYSQLI_USE_RESULT can be iterated only once in %s on line %d
H A Dmysqli_stmt_multires.phpt48 printf("[007] Shouldn't have fetched anything\n");
H A Dmysqli_stmt_bind_result_format.phpt278 printf("[306] Values fetched from MySQL seem to be wrong, check manually\n");
318 printf("[312] Values fetched from MySQL seem to be wrong, check manually\n");
H A Dmysqli_fork.phpt158 printf("[011] Child has fetched more than three rows!\n");
H A Dmysqli_stmt_affected_rows.phpt158 …/* PS are unbuffered, num_rows cannot determine the row count before all rows have been fetched an…
H A Dmysqli_get_client_stats.phpt134 // No data fetched so far
270 print "Testing unbuffered normal... - SELECT id, label FROM test, not all fetched\n";
1275 Testing unbuffered normal... - SELECT id, label FROM test, not all fetched
/PHP-8.0/ext/ldap/
H A Dldap.c2531 zval *fetched; in PHP_FUNCTION() local
2597 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
2601 mod = fetched; in PHP_FUNCTION()
2631 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2632 modinfo = fetched; in PHP_FUNCTION()
2701 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
2723 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
2724 mod = fetched; in PHP_FUNCTION()
2766 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
2767 modval = zval_get_string(fetched); in PHP_FUNCTION()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd.h249 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched)) argument
/PHP-8.0/sapi/phpdbg/
H A Dxml.md650 - generally emitted when data couldn't be fetched (e.g. by accessing inconsistent data); only used …
651 …data couldn't be fetched at all, or that only incomplete data was fetched (e.g. when a fixed numbe…
/PHP-8.0/
H A Dphp.ini-development1271 ; rows that will be fetched automatically after statement execution.
H A Dphp.ini-production1273 ; rows that will be fetched automatically after statement execution.

Completed in 60 milliseconds