Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/
H A DNEWS371 . Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an
590 . Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken
633 . Fixed bug #80150 (Failure to fetch error message). (cmb)
691 . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
783 array write fetch). (Nikita)
1127 . Fixed bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH).
H A DUPGRADING334 . Added SQLite3::lastExtendedErrorCode() to fetch the last extended result
/PHP-7.4/Zend/tests/
H A Dbug71428.2.phpt8 public function fetch($first = null, $second, $third);
14 public function fetch($first = null, $second = null, $third = null);
H A Dbug79784.phpt2 Bug #79784: Use after free if changing array during undef var during array write fetch
H A Dconstant_expressions_coalesce_empty_dim.phpt2 Constant expressions with empty dimension fetch on coalesce
H A Dresult_unused.phpt2 Unused result of fetch operations
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_003.phpt2 Test typed properties error condition (fetch uninitialized by reference)
H A Dtyped_properties_010.phpt2 Test typed properties allow fetch reference
H A Dtyped_properties_011.phpt2 Test typed properties allow fetch reference for init array
H A Dtyped_properties_012.phpt2 Test typed properties allow fetch reference for foreach
H A Dtyped_properties_033.phpt11 public function &fetch() {
20 foreach ($foo->fetch() as &$prop) {
/PHP-7.4/Zend/tests/varSyntax/
H A DtempDimFetchByRefError.phpt2 Passing a dimension fetch on a temporary by reference is not allowed
H A DtempPropFetchByRefError.phpt2 Passing a property fetch on a temporary by reference is not allowed
/PHP-7.4/appveyor/
H A Dbuild.bat31 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…
H A Dbuild_task.bat41 rem Something went wrong, most likely when concurrent builds were to fetch deps
/PHP-7.4/docs/
H A Drelease-process.md253 git fetch
260 This is to fetch the last commit id from php-distributions.git and commit
/PHP-7.4/ext/dba/
H A Ddba.c1100 if((val = info->hnd->fetch(info, key_str, key_len, skip, &len)) != NULL) { in PHP_FUNCTION()
H A Ddba_dbm.c100 gval = fetch(gkey); in DBA_FETCH_FUNC()
115 gval = fetch(gkey); in DBA_UPDATE_FUNC()
132 gval = fetch(gkey); in DBA_EXISTS_FUNC()
H A Dphp_dba.h80 char* (*fetch)(dba_info *, char *, size_t, int, size_t *); member
/PHP-7.4/ext/dba/tests/
H A Dbug70825.phpt2 Bug #70825 (Cannot fetch multiple values with group in ini file)
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";
62 Test 3 - fetch both rows from second resource
65 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-7.4/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

Completed in 40 milliseconds

12345678910>>...14