Home
last modified time | relevance | path

Searched refs:fetch (Results 251 – 275 of 285) sorted by relevance

1...<<1112

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt253 Warning: mysqli_field_seek(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stmt_get_result2.phpt175 Warning: mysqli_stmt_get_result(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_big_prepare.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
H A Dmysqli_stmt_bind_param_references.phpt23 printf("[%03d + 2] fetch for %s failed, [%d] %s\n",
H A Dmysqli_stmt_get_result.phpt186 Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_real_connect.phpt220 Warning: mysqli_real_connect(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_get_client_stats.phpt148 // fetch stats
169 // real_data_* get incremented after mysqli_*fetch*()
190 // fetch will increment
540 print "... done with fetch statistics\n";
1293 ... done with fetch statistics
H A Dmysqli_fork.phpt168 … printf("[013] Parent cannot fetch row %d\n", $num_rows, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_affected_rows.phpt251 Warning: mysqli_stmt_affected_rows(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_fetch_array_oo.phpt361 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_all.phpt439 Warning: mysqli_fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_all_oo.phpt439 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_array.phpt373 Warning: mysqli_fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stmt_bind_param.phpt15 fetch the inserted values. This way we test
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt34 fetch cur1 into c1,c2;
H A Dbug43492.phpt41 function fetch($c, $i) {
51 $cur = fetch($c, $i);
H A Dbug43492_2.phpt34 function fetch($c, $i) {
43 $cur = fetch($c, $i);
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt98 $stmt->fetch(PDO::FETCH_BOUND);
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c608 PHP_FALIAS(fetch, mysqli_stmt_fetch, arginfo_mysqli_no_params)
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h256 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched) TSRMLS_CC)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt115 $row = $stmt->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_prepare_emulated.phpt97 var_dump($stmt->fetch(PDO::FETCH_ASSOC));
/PHP-5.5/Zend/
H A Dzend_compile.c6345 zend_op *fetch = &CG(active_op_array)->opcodes[foreach_token->u.op.opline_num]; in zend_do_foreach_cont() local
6349 fetch->extended_value = 0; /* reset ZEND_FE_RESET_VARIABLE */ in zend_do_foreach_cont()
6350 while (fetch != end) { in zend_do_foreach_cont()
6351 --fetch; in zend_do_foreach_cont()
6352 if (fetch->opcode == ZEND_FETCH_DIM_W && fetch->op2_type == IS_UNUSED) { in zend_do_foreach_cont()
6355 if (fetch->opcode == ZEND_SEPARATE) { in zend_do_foreach_cont()
6356 MAKE_NOP(fetch); in zend_do_foreach_cont()
6358 fetch->opcode -= 3; /* FETCH_W -> FETCH_R */ in zend_do_foreach_cont()
/PHP-5.5/ext/dba/
H A Ddba.c1035 if((val = info->hnd->fetch(info, key_str, key_len, skip, &len TSRMLS_CC)) != NULL) { in PHP_FUNCTION()
/PHP-5.5/
H A DREADME.RELEASE_PROCESS190 This is to fetch the last commit id from php-distributions.git and commit this

Completed in 82 milliseconds

1...<<1112