/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 48 $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 D | bug_42499.phpt | 37 // This will bail at you because you have not fetched the SELECT results: this is not a bug!
|
/PHP-7.0/ext/sqlite3/tests/ |
H A D | bug73333.phpt | 2 Bug #73333 (2147483647 is fetched as string)
|
/PHP-7.0/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-7.0/ext/odbc/ |
H A D | php_birdstep.h | 50 int fetched; member
|
H A D | php_odbc.c | 1265 result->fetched = 0; in PHP_FUNCTION() 1449 result->fetched = 0; in PHP_FUNCTION() 1701 result->fetched = 0; in PHP_FUNCTION() 1769 result->fetched++; in php_odbc_fetch_hash() 1923 result->fetched++; in PHP_FUNCTION() 2009 result->fetched--; in PHP_FUNCTION() 2064 result->fetched++; in PHP_FUNCTION() 2151 result->fetched++; in PHP_FUNCTION() 2316 result->fetched++; in PHP_FUNCTION() 2818 result->fetched = 0; in PHP_FUNCTION() [all …]
|
H A D | birdstep.c | 419 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 D | php_odbc_includes.h | 253 int fetched; member
|
/PHP-7.0/ext/spl/tests/ |
H A D | iterator_027.phpt | 48 var_dump(isset($it[0])); // pre-fetched
|
/PHP-7.0/ext/pdo_oci/tests/ |
H A D | pdo_oci_quote1.phpt | 19 // The intent is that the fetched data be identical to the unquoted string.
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_query_iterators.phpt | 150 Warning: main(): Data fetched with MYSQLI_USE_RESULT can be iterated only once in %s on line %d
|
H A D | mysqli_stmt_multires.phpt | 48 printf("[007] Shouldn't have fetched anything\n");
|
H A D | mysqli_stmt_bind_result_format.phpt | 276 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 D | mysqli_fork.phpt | 159 printf("[011] Child has fetched more than three rows!\n");
|
H A D | mysqli_stmt_affected_rows.phpt | 168 …/* 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 | 139 // No data fetched so far 275 print "Testing unbuffered normal... - SELECT id, label FROM test, not all fetched\n"; 1288 Testing unbuffered normal... - SELECT id, label FROM test, not all fetched
|
/PHP-7.0/ext/ldap/ |
H A D | ldap.c | 1656 zval *fetched; in PHP_FUNCTION() local 1721 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION() 1725 mod = fetched; in PHP_FUNCTION() 1755 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION() 1756 modinfo = fetched; in PHP_FUNCTION() 1825 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION() 1829 modval = fetched; in PHP_FUNCTION() 1854 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION() 1855 mod = fetched; in PHP_FUNCTION() 1894 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION() [all …]
|
/PHP-7.0/ext/spl/internal/ |
H A D | cachingiterator.inc | 24 * is being fetched. Otherwise the conversion would happen with the
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd.h | 250 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched)) argument
|
/PHP-7.0/sapi/phpdbg/ |
H A D | xml.md | 650 - 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.0/Zend/RFCs/ |
H A D | 001.txt | 96 passed to foo() by value. Inside foo(), the object is fetched
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regparse.c | 4184 int r, neg, len, fetched, and_start; in parse_char_class() local 4224 fetched = 0; in parse_char_class() 4257 fetched = 1; in parse_char_class() 4278 fetched = 0; in parse_char_class() 4353 fetched = 1; in parse_char_class() 4373 fetched = 1; in parse_char_class() 4387 fetched = 1; in parse_char_class() 4453 if (fetched) in parse_char_class()
|
/PHP-7.0/ |
H A D | UPGRADING | 738 As of PHP 7.0.16, the fetched data for integer fields is aware of the Firebird 739 datatypes. Previously all integers was fetched as strings, starting with the 741 datatype. The 64-bit integers are still fetched as strings in 32-bit PHP
|
H A D | NEWS | 690 . Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci) 937 . Fixed bug #73333 (2147483647 is fetched as string). (cmb) 1037 in current rowset haven't been fetched). (Peter LeBrun)
|
H A D | php.ini-development | 1262 ; rows that will be fetched automatically after statement execution.
|