Home
last modified time | relevance | path

Searched refs:update (Results 26 – 50 of 79) sorted by relevance

1234

/PHP-7.4/azure/
H A Dapt.yml6 sudo apt-get update -y | true
/PHP-7.4/ext/zlib/tests/
H A Dbug75273.phpt2 Bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed)
/PHP-7.4/ext/standard/tests/filters/
H A Dbug22538.phpt2 Bug #22538 (filtered stream doesn't update file pointer)
/PHP-7.4/appveyor/
H A Dbuild_task.bat38 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%…
44 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
/PHP-7.4/azure/i386/
H A Dapt.yml7 sudo apt-get update -y | true
/PHP-7.4/ext/oci8/tests/
H A Dbug37220.phpt22 // Now let's update the row where myId = 1234 and change the tag
H A Dbug46994.phpt2 Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)
H A Derror_bind.phpt37 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
H A Dxmltype_01.phpt60 $s = oci_parse($c, 'update xtt
H A Dxmltype_02.phpt82 $s = oci_parse($c, 'update xmltype_02_tab
/PHP-7.4/sapi/cli/tests/
H A Dbug61977.phpt13 * If a Mime Type is added in php_cli_server.c, add it to this array and update
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation10.phpt38 // activity from background processes may unexpectedly update the atime
H A Dsymlink_link_linkinfo_is_link_variation4.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - access/update file …
/PHP-7.4/docs/
H A Drelease-process.md164 Note: Remember to update the sha256 checksum information.
185 Wait for web and qa sites to update with new information before sending
215 branch. Don't forget to update `NEWS` manually in an extra commit then.
246 `web/php-distributions.git`, then update the git submodule reference in
251 git submodule update
282 * `$PHP_X_Y_SHA256` array and update all the SHA256 sums
331 Website may update slowly (may take an hour).
352 * `$PHP_X_Y_SHA256` array and update all the SHA256 sums
387 `configure.ac` (run `./configure` to automatically update
/PHP-7.4/ext/reflection/tests/
H A DReflectionType_001.phpt39 new ReflectionMethod('SplObserver', 'update'),
59 new ReflectionMethod('SplObserver', 'update'),
/PHP-7.4/ext/dba/
H A Dphp_dba.h81 int (*update)(dba_info *, char *, size_t, char *, size_t, int); member
/PHP-7.4/ext/pdo/tests/
H A Dbug_44173.phpt2 PDO Common: Bug #44173 (PDO->query() parameter parsing/checking needs an update)
/PHP-7.4/ext/hash/tests/
H A Dfnv132.phpt110 array( "http://hvo.wr.usgs.gov/kilauea/update/deformation.html", "0ff3774c" ),
111 array( "http://hvo.wr.usgs.gov/kilauea/update/images.html", "b0fea0ea" ),
112 array( "http://hvo.wr.usgs.gov/kilauea/update/maps.html", "58177303" ),
H A Dfnv164.phpt110 array( "http://hvo.wr.usgs.gov/kilauea/update/deformation.html", "39b50c3ed970f46c" ),
111 array( "http://hvo.wr.usgs.gov/kilauea/update/images.html", "5b9b177aa3eb3e8a" ),
112 array( "http://hvo.wr.usgs.gov/kilauea/update/maps.html", "6510063ecf4ec903" ),
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_script.phpt58 by revision or update to this document or by RFC): */
H A Dlocale_get_primary_language.phpt58 by revision or update to this document or by RFC): */
H A Dlocale_get_region.phpt59 by revision or update to this document or by RFC): */
H A Dlocale_parse_locale2.phpt58 by revision or update to this document or by RFC): */
/PHP-7.4/ext/mysqli/
H A Dconfig.m471 …s < 4.1.13 (for MySQL 4.1.x) and < 5.0.7 for (MySQL 5.0.x) anymore. Please update your libraries.])
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c587 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local
590 OCIClientVersion(&major, &minor, &update, &patch, &port_update); in oci_handle_get_attribute()
591 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()

Completed in 73 milliseconds

1234