Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt48 $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
82 myclass::unserialize('Data fetched from DB to be given to unserialize()')
85 myclass::unserialize('Data fetched from DB to be given to unserialize()')
90 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-7.1/ext/sqlite3/tests/
H A Dbug73333.phpt2 Bug #73333 (2147483647 is fetched as string)
/PHP-7.1/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-7.1/ext/odbc/
H A Dphp_birdstep.h50 int fetched; member
H A Dphp_odbc.c1272 result->fetched = 0; in PHP_FUNCTION()
1456 result->fetched = 0; in PHP_FUNCTION()
1708 result->fetched = 0; in PHP_FUNCTION()
1776 result->fetched++; in php_odbc_fetch_hash()
1930 result->fetched++; in PHP_FUNCTION()
2016 result->fetched--; in PHP_FUNCTION()
2071 result->fetched++; in PHP_FUNCTION()
2158 result->fetched++; in PHP_FUNCTION()
2323 result->fetched++; in PHP_FUNCTION()
2825 result->fetched = 0; in PHP_FUNCTION()
[all …]
H A Dbirdstep.c419 res->fetched = 0; in PHP_FUNCTION()
453 res->fetched = 1; in PHP_FUNCTION()
501 if ( !res->fetched ) { in PHP_FUNCTION()
514 res->fetched = 1; in PHP_FUNCTION()
H A Dphp_odbc_includes.h253 int fetched; member
/PHP-7.1/ext/spl/tests/
H A Diterator_027.phpt48 var_dump(isset($it[0])); // pre-fetched
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt19 // The intent is that the fetched data be identical to the unquoted string.
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_query_iterators.phpt150 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.phpt276 printf("[306] Values fetched from MySQL seem to be wrong, check manually\n");
315 printf("[312] Values fetched from MySQL seem to be wrong, check manually\n");
H A Dmysqli_fork.phpt159 printf("[011] Child has fetched more than three rows!\n");
H A Dmysqli_stmt_affected_rows.phpt168 …/* PS are unbuffered, num_rows cannot determine the row count before all rows have been fetched an…
H A Dmysqli_get_client_stats.phpt139 // No data fetched so far
275 print "Testing unbuffered normal... - SELECT id, label FROM test, not all fetched\n";
1292 Testing unbuffered normal... - SELECT id, label FROM test, not all fetched
/PHP-7.1/ext/ldap/
H A Dldap.c1705 zval *fetched; in PHP_FUNCTION() local
1770 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
1774 mod = fetched; in PHP_FUNCTION()
1804 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1805 modinfo = fetched; in PHP_FUNCTION()
1874 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
1878 modval = fetched; in PHP_FUNCTION()
1903 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
1904 mod = fetched; in PHP_FUNCTION()
1946 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/spl/internal/
H A Dcachingiterator.inc24 * is being fetched. Otherwise the conversion would happen with the
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd.h255 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched)) argument
/PHP-7.1/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-7.1/Zend/RFCs/
H A D001.txt96 passed to foo() by value. Inside foo(), the object is fetched
/PHP-7.1/
H A DUPGRADING359 As of PHP 7.1.2, the fetched data for integer fields is aware of the Firebird
360 datatypes. Previously all integers was fetched as strings, starting with
362 datatype. The 64-bit integers are still fetched as strings in 32-bit PHP
H A DNEWS753 . Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol)
1314 . Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci)
1913 in current rowset haven't been fetched). (Peter LeBrun)
2047 . Fixed bug #73333 (2147483647 is fetched as string). (cmb)
2228 . Fixed bug #73333 (2147483647 is fetched as string). (cmb)
2327 in current rowset haven't been fetched). (Peter LeBrun)
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c4189 int r, neg, len, fetched, and_start; in parse_char_class() local
4229 fetched = 0; in parse_char_class()
4262 fetched = 1; in parse_char_class()
4283 fetched = 0; in parse_char_class()
4358 fetched = 1; in parse_char_class()
4378 fetched = 1; in parse_char_class()
4392 fetched = 1; in parse_char_class()
4458 if (fetched) in parse_char_class()

Completed in 74 milliseconds

12