Home
last modified time | relevance | path

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

/php-src/Zend/tests/lazy_objects/
H A Duse_case_001.phpt40 printf("Service can be fetched without initializing dependencies\n");
43 Service can be fetched without initializing dependencies
H A Duse_case_001b.phpt40 printf("Service can be fetched without initializing dependencies\n");
43 Service can be fetched without initializing dependencies
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt46 …$db->exec("INSERT INTO test_stmt_fetchserialize_simple(myobj) VALUES ('Data fetched from DB to be …
88 myclass::unserialize('Data fetched from DB to be given to unserialize()')
93 myclass::unserialize('Data fetched from DB to be given to unserialize()')
102 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.phpt24 // This will bail at you because you have not fetched the SELECT results: this is not a bug!
/php-src/ext/sqlite3/tests/
H A Dbug73333.phpt2 Bug #73333 (2147483647 is fetched as string)
/php-src/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-src/ext/odbc/
H A Dphp_odbc.c971 result->fetched = 0; in PHP_FUNCTION()
1124 result->fetched = 0; in PHP_FUNCTION()
1357 result->fetched = 0; in PHP_FUNCTION()
1432 result->fetched++; in php_odbc_fetch_hash()
1601 result->fetched++; in PHP_FUNCTION()
1735 result->fetched++; in PHP_FUNCTION()
1826 result->fetched++; in PHP_FUNCTION()
2011 result->fetched++; in PHP_FUNCTION()
2505 result->fetched = 0;
2883 result->fetched = 0;
[all …]
H A Dphp_odbc_includes.h228 int fetched; member
/php-src/ext/spl/tests/
H A Diterator_027.phpt48 var_dump(isset($it[0])); // pre-fetched
/php-src/ext/mysqlnd/
H A Dmysqlnd.h105 #define mysqlnd_fetch_row_zval(result, row_ptr, fetched) \ argument
106 (result)->m.fetch_row((result), (row_ptr), 0, (fetched))
244 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched)) argument
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt43 printf("[007] Shouldn't have fetched anything\n");
H A Dmysqli_query_iterators.phpt150 Warning: Data fetched with MYSQLI_USE_RESULT can be iterated only once in %s on line %d
H A Dmysqli_stmt_bind_result_format.phpt279 printf("[306] Values fetched from MySQL seem to be wrong, check manually\n");
319 printf("[312] Values fetched from MySQL seem to be wrong, check manually\n");
H A Dmysqli_fork.phpt157 printf("[011] Child has fetched more than three rows!\n");
H A Dmysqli_stmt_affected_rows.phpt159 …/* PS are unbuffered, num_rows cannot determine the row count before all rows have been fetched an…
H A Dmysqli_get_client_stats.phpt131 // No data fetched so far
267 print "Testing unbuffered normal... - SELECT id, label FROM test, not all fetched\n";
1268 Testing unbuffered normal... - SELECT id, label FROM test, not all fetched
/php-src/ext/ldap/
H A Dldap.c2542 zval *fetched; in PHP_FUNCTION() local
2607 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
2611 mod = fetched; in PHP_FUNCTION()
2641 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2642 modinfo = fetched; in PHP_FUNCTION()
2711 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
2733 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
2734 mod = fetched; in PHP_FUNCTION()
2776 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
2777 modval = zval_get_string(fetched); in PHP_FUNCTION()

Completed in 66 milliseconds