Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 285) sorted by path

12345678910>>...12

/PHP-5.5/
H A DINSTALL1889 + Then fetch the URL causing the problem with your browser
H A DNEWS7437 - Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set into
8063 - Fixed bug #38252 (Incorrect PDO error message on invalid default fetch
8404 - Fixed bug #38253 (PDO produces segfault with default fetch mode). (Tony)
8566 - Fixed bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB
8675 fetch handler). (Tony)
8807 - Fixed bug #36235 (ocicolumnname returns false before a successful fetch).
8930 - Fixed bug #35694 (Improved error message for invalid fetch mode). (Ilia)
8958 - Fixed bug #35508 (PDO fails when unknown fetch mode specified). (Tony)
8970 - Fixed bug #35431 (PDO crashes when using LAZY fetch with fetchAll). (Wez)
9371 - Fixed bug #34565 (mb_send_mail does not fetch
[all …]
H A DREADME.RELEASE_PROCESS190 This is to fetch the last commit id from php-distributions.git and commit this
/PHP-5.5/Zend/tests/
H A Dresult_unused.phpt2 Unused result of fetch operations
/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()
H A Ddba_dbm.c103 gval = fetch(gkey); in DBA_FETCH_FUNC()
118 gval = fetch(gkey); in DBA_UPDATE_FUNC()
135 gval = fetch(gkey); in DBA_EXISTS_FUNC()
H A Dphp_dba.h79 char* (*fetch)(dba_info *, char *, int, int, int * TSRMLS_DC); member
/PHP-5.5/ext/dba/tests/
H A Ddba015.phpt31 echo "Test 3 - fetch both rows from second resource\n";
37 echo "Test 4 - fetch both rows from first resource\n";
64 Test 3 - fetch both rows from second resource
67 Test 4 - fetch both rows from first resource
H A Ddba_cdb_read.phpt39 // with skip = 0 dba_fetch must fetch the first result
H A Ddba_db4_018.phpt31 echo "Test 3 - fetch both rows from second resource\n";
37 echo "Test 4 - fetch both rows from first resource\n";
64 Test 3 - fetch both rows from second resource
67 Test 4 - fetch both rows from first resource
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt20 Warning: Couldn't fetch DOMAttr. Node no longer exists in %s on line %d
H A Dbug36756.phpt32 Warning: Couldn't fetch DOMElement. Node no longer exists in %sbug36756.php on line %d
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3458 + /* Need to fetch global match which equals pmatch[0] */
/PHP-5.5/ext/interbase/tests/
H A D004.phpt116 echo "fetch blob 3\n";
157 fetch blob 3
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1194 wrong fetch after (?x) option. ex. "(?x)\ta .\n+b"
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_disable.phpt23 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
56 [002] Can fetch data using persistent connection! Data = '1'
H A Dmysql_pconn_max_links.phpt95 printf("[005] Cannot run fetch result, [%d] %s\n",
162 printf("[017] Cannot run fetch result, [%d] %s\n",
H A Dmysql_pconn_reuse.phpt32 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
66 [002] Can fetch data using persistent connection! Data = '1'
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c608 PHP_FALIAS(fetch, mysqli_stmt_fetch, arginfo_mysqli_no_params)
/PHP-5.5/ext/mysqli/tests/
H A D004.phpt2 mysqli fetch char/text
H A D005.phpt2 mysqli fetch char/text long
H A D006.phpt2 mysqli fetch long values
H A D007.phpt2 mysqli fetch short values
H A D008.phpt2 mysqli fetch tinyint values

Completed in 86 milliseconds

12345678910>>...12