Home
last modified time | relevance | path

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

12345678910

/php-src/.github/workflows/
H A Dpush.yml274 fetch-depth: 0
H A Dnightly.yml21 # Set fetch-depth to 0 to clone the full repository
24 fetch-depth: 0
/php-src/ext/fileinfo/
H A Dlibmagic.patch3317 + /* Need to fetch global match which equals pmatch[0] */
/php-src/ext/pdo/
H A Dpdo_stmt.c693 if (stmt->fetch.cls.fci.size && stmt->fetch.cls.fci.params) { in do_fetch_opt_finish()
744 colno = stmt->fetch.column; in do_fetch()
830 ce = stmt->fetch.cls.ce; in do_fetch()
850 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1015 ZVAL_COPY_VALUE(&stmt->fetch.cls.fci.params[idx], &stmt->fetch.func.values[idx]); in do_fetch()
1030 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1051 if (zend_call_function(&stmt->fetch.func.fci, &stmt->fetch.func.fcc) == FAILURE) { in do_fetch()
1191 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1203 stmt->fetch.cls.ce = ce; in PHP_METHOD()
1214 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()
[all …]
H A Dpdo_stmt.stub.php38 …public function fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT… function in PDOStatement
H A Dpdo_stmt_arginfo.h99 ZEND_METHOD(PDOStatement, fetch);
121 ZEND_ME(PDOStatement, fetch, arginfo_class_PDOStatement_fetch, ZEND_ACC_PUBLIC)
/php-src/ext/dba/
H A Ddba.c1091 if ((val = info->hnd->fetch(info, key_str, skip)) == NULL) { in PHP_FUNCTION()
H A Dphp_dba.h86 zend_string* (*fetch)(dba_info *, zend_string *, int); member
/php-src/ext/dba/tests/
H A Ddba015.phpt35 echo "Test 3 - fetch both rows from second resource\n";
41 echo "Test 4 - fetch both rows from first resource\n";
69 Test 3 - fetch both rows from second resource
72 Test 4 - fetch both rows from first resource
H A Ddba_db4_018.phpt35 echo "Test 3 - fetch both rows from second resource\n";
41 echo "Test 4 - fetch both rows from first resource\n";
69 Test 3 - fetch both rows from second resource
72 Test 4 - fetch both rows from first resource
/php-src/docs/
H A Drelease-process.md603 git fetch --all
/php-src/ext/reflection/tests/
H A DReflectionFiber_basic.phpt108 Fatal error: Uncaught Error: Cannot fetch information from a fiber that has not been started or is …
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.c852 MYSQLND_METHOD(mysqlnd_stmt, fetch)(MYSQLND_STMT * const s, bool * const fetched_anything) in MYSQLND_METHOD() argument
1943 MYSQLND_METHOD(mysqlnd_stmt, fetch),
H A Dmysqlnd_structs.h797 func_mysqlnd_stmt__fetch fetch; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd.h244 #define mysqlnd_stmt_fetch(stmt, fetched) (stmt)->m->fetch((stmt), (fetched))
/php-src/
H A Dphp.ini-development1324 ; This option forces PHP to fetch and use a cookie for storing and maintaining
H A Dphp.ini-production1326 ; This option forces PHP to fetch and use a cookie for storing and maintaining
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_003.phpt35 $row = $result->fetch(PDO::FETCH_ASSOC);
49 $row = $result->fetch(PDO::FETCH_ASSOC);
/php-src/ext/mysqli/
H A Dmysqli.stub.php1262 public function fetch(): ?bool {}
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats_skipped.phpt30 /* fetch all rows but the last one */
H A Dmysqli_get_client_stats.phpt141 // fetch stats
162 // real_data_* get incremented after mysqli_*fetch*()
183 // fetch will increment
533 print "... done with fetch statistics\n";
1280 ... done with fetch statistics
H A Dbug79375.phpt70 $stmt->fetch(); // should throw an error
71 $stmt->fetch();
H A Dbug80837.phpt2 Bug #80837 Calling stmt_store_result after fetch doesn't throw an error
23 $statement->fetch();
H A Dmysqli_explain_metadata.phpt101 printf("[017] Cannot fetch result from PS [%d] %s\n",
/php-src/ext/pdo/tests/
H A Dpdo_035.phpt24 $result = $stmt->fetch(PDO::FETCH_LAZY);

Completed in 81 milliseconds

12345678910