Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 25 of 25) sorted by last modified time

/PHP-5.4/
H A Dphp.ini-development1269 ; rows that will be fetched automatically after statement execution.
H A Dphp.ini-production1269 ; rows that will be fetched automatically after statement execution.
H A DNEWS3009 has been fetched (Windows). (Pierre)
3321 all of the rows have been fetched). (Scott)
4456 - Fixed bug #48057 (Only the date fields of the first row are fetched, others
6911 - Fixed PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest.inc64 // Returns all fetched rows from an SQL query
H A Dtest_unbuffered_no_full_fetch.phpt21 // Fetch #2 - without having fetched all rows from previous query
25 // Fetch #3 - free first, without having fetched all rows from previous query
30 // Close - without having fetched all rows from previous query
/PHP-5.4/ext/spl/tests/
H A Diterator_027.phpt48 var_dump(isset($it[0])); // pre-fetched
/PHP-5.4/ext/spl/internal/
H A Dcachingiterator.inc24 * is being fetched. Otherwise the conversion would happen with the
/PHP-5.4/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 Dbug_42499.phpt37 // This will bail at you because you have not fetched the SELECT results: this is not a bug!
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt19 // The intent is that the fetched data be identical to the unquoted string.
/PHP-5.4/ext/odbc/
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_birdstep.h47 int fetched; member
H A Dphp_odbc.c1237 result->fetched = 0; in PHP_FUNCTION()
1419 result->fetched = 0; in PHP_FUNCTION()
1664 result->fetched = 0; in PHP_FUNCTION()
1730 result->fetched++; in php_odbc_fetch_hash()
1887 result->fetched++; in PHP_FUNCTION()
1976 result->fetched--; in PHP_FUNCTION()
2029 result->fetched++; in PHP_FUNCTION()
2113 result->fetched++; in PHP_FUNCTION()
2273 result->fetched++; in PHP_FUNCTION()
2768 result->fetched = 0; in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h252 int fetched; member
/PHP-5.4/ext/mysqli/tests/
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_stmt_affected_rows.phpt168 …/* PS are unbuffered, num_rows cannot determine the row count before all rows have been fetched an…
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_fork.phpt159 printf("[011] Child has fetched more than three rows!\n");
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";
1286 Testing unbuffered normal... - SELECT id, label FROM test, not all fetched
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.h252 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched) TSRMLS_CC) argument
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.c4064 int r, neg, len, fetched, and_start; in parse_char_class() local
4104 fetched = 0; in parse_char_class()
4133 fetched = 1; in parse_char_class()
4154 fetched = 0; in parse_char_class()
4233 fetched = 1; in parse_char_class()
4253 fetched = 1; in parse_char_class()
4267 fetched = 1; in parse_char_class()
4333 if (fetched) in parse_char_class()
H A DHISTORY1242 should not set fetched to 1 in TK_RAW_BYTE case.
/PHP-5.4/ext/ldap/
H A Dldap.c1512 zval **fetched; in _ldap_hash_fetch() local
1514 *out = *fetched; in _ldap_hash_fetch()
1529 zval **fetched; in PHP_FUNCTION() local
1597 mod = *fetched; in PHP_FUNCTION()
1629 zend_hash_get_current_data(Z_ARRVAL_P(mod), (void **) &fetched); in PHP_FUNCTION()
1630 modinfo = *fetched; in PHP_FUNCTION()
1702 modval = *fetched; in PHP_FUNCTION()
1727 zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched); in PHP_FUNCTION()
1728 mod = *fetched; in PHP_FUNCTION()
1767 zend_hash_index_find(Z_ARRVAL_P(vals), j, (void **) &fetched); in PHP_FUNCTION()
[all …]
/PHP-5.4/Zend/RFCs/
H A D001.txt96 passed to foo() by value. Inside foo(), the object is fetched

Completed in 104 milliseconds