Searched refs:fetched (Results 1 – 17 of 17) sorted by relevance
/php-src/Zend/tests/lazy_objects/ |
H A D | use_case_001.phpt | 40 printf("Service can be fetched without initializing dependencies\n"); 43 Service can be fetched without initializing dependencies
|
H A D | use_case_001b.phpt | 40 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 D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 46 …$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 D | bug75177.phpt | 2 PDO MySQL Bug #75177 Type 'bit' is fetched as unexpected string
|
H A D | bug_42499.phpt | 24 // 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 D | bug73333.phpt | 2 Bug #73333 (2147483647 is fetched as string)
|
/php-src/ext/pdo_dblib/tests/ |
H A D | bug_67130.phpt | 2 …IB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been fetched
|
/php-src/ext/odbc/ |
H A D | php_odbc.c | 971 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() 2502 result->fetched = 0; 2880 result->fetched = 0; [all …]
|
H A D | php_odbc_includes.h | 228 int fetched; member
|
/php-src/ext/spl/tests/ |
H A D | iterator_027.phpt | 48 var_dump(isset($it[0])); // pre-fetched
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd.h | 105 #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 D | mysqli_stmt_multires.phpt | 43 printf("[007] Shouldn't have fetched anything\n");
|
H A D | mysqli_query_iterators.phpt | 150 Warning: Data fetched with MYSQLI_USE_RESULT can be iterated only once in %s on line %d
|
H A D | mysqli_stmt_bind_result_format.phpt | 279 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 D | mysqli_fork.phpt | 157 printf("[011] Child has fetched more than three rows!\n");
|
H A D | mysqli_stmt_affected_rows.phpt | 159 …/* PS are unbuffered, num_rows cannot determine the row count before all rows have been fetched an…
|
H A D | mysqli_get_client_stats.phpt | 131 // 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
|
Completed in 32 milliseconds