Searched refs:fetched (Results 1 – 19 of 19) sorted by relevance
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 47 … $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')"); 84 myclass::unserialize('Data fetched from DB to be given to unserialize()') 89 myclass::unserialize('Data fetched from DB to be given to unserialize()') 98 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 | 38 // This will bail at you because you have not fetched the SELECT results: this is not a bug!
|
/PHP-8.2/ext/sqlite3/tests/ |
H A D | bug73333.phpt | 2 Bug #73333 (2147483647 is fetched as string)
|
/PHP-8.2/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-8.2/ext/odbc/ |
H A D | php_odbc.c | 873 result->fetched = 0; in PHP_FUNCTION() 1027 result->fetched = 0; in PHP_FUNCTION() 1271 result->fetched = 0; in PHP_FUNCTION() 1339 result->fetched++; in php_odbc_fetch_hash() 1502 result->fetched++; in PHP_FUNCTION() 1599 result->fetched--; in PHP_FUNCTION() 1651 result->fetched++; in PHP_FUNCTION() 1737 result->fetched++; in PHP_FUNCTION() 1923 result->fetched++; in PHP_FUNCTION() 2393 result->fetched = 0; in PHP_FUNCTION() [all …]
|
H A D | php_odbc_includes.h | 222 int fetched; member
|
/PHP-8.2/ext/spl/tests/ |
H A D | iterator_027.phpt | 48 var_dump(isset($it[0])); // pre-fetched
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd.h | 103 #define mysqlnd_fetch_row_zval(result, row_ptr, fetched) \ argument 104 (result)->m.fetch_row((result), (row_ptr), 0, (fetched)) 243 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched)) argument
|
/PHP-8.2/ext/pdo_oci/tests/ |
H A D | pdo_oci_quote1.phpt | 21 // The intent is that the fetched data be identical to the unquoted string.
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_multires.phpt | 44 printf("[007] Shouldn't have fetched anything\n");
|
H A D | mysqli_query_iterators.phpt | 154 Warning: main(): 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 | 158 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 | 135 // No data fetched so far 271 print "Testing unbuffered normal... - SELECT id, label FROM test, not all fetched\n"; 1276 Testing unbuffered normal... - SELECT id, label FROM test, not all fetched
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.c | 2469 zval *fetched; in PHP_FUNCTION() local 2534 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION() 2538 mod = fetched; in PHP_FUNCTION() 2571 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION() 2572 modinfo = fetched; in PHP_FUNCTION() 2643 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION() 2674 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION() 2675 mod = fetched; in PHP_FUNCTION() 2717 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION() 2718 modval = zval_get_string(fetched); in PHP_FUNCTION()
|
/PHP-8.2/ |
H A D | php.ini-development | 1287 ; rows that will be fetched automatically after statement execution.
|
H A D | php.ini-production | 1289 ; rows that will be fetched automatically after statement execution.
|
Completed in 61 milliseconds