Home
last modified time | relevance | path

Searched refs:now (Results 1 – 25 of 195) sorted by last modified time

12345678

/php-src/
H A DNEWS65 now throw an exception on empty domain. (David Carlier)
75 . Fixed Numberformatter::__construct when the locale is invalid, now
86 ResourceBundle object now throw:
90 . ResourceBundle::get() now has a tentative return type of:
114 . If JIT is enabled, PHP will now exit with a fatal error on startup in case
254 . debug_zval_dump() now indicates whether an array is packed. (Max Semenik)
H A DUPGRADING49 ResourceBundle object now throw:
114 pcntl_sigtimedwait() now throw:
264 now returns the attached doc comments.
394 are now cleared.
425 now has a tentative return type of true
556 . The class constants are typed now.
562 . The class constants are typed now.
565 . The class constants are typed now.
568 . The class constants are typed now.
571 . The class constants are typed now.
[all …]
H A Dconfigure.ac894 PHP_ARG_ENABLE([rtld-now],
896 [AS_HELP_STRING([--enable-rtld-now],
H A DUPGRADING.INTERNALS17 * zend_register_module_ex() now takes an additional int module_type argument.
22 * ZPP now accepts a F or Z_PARAM_FUNC_NO_TRAMPOLINE_FREE type check.
37 * The zend_*printf family of functions now supports the "%S" modifier to print
44 zend_mm_set_custom_handlers() instead which now supports DEBUG builds
149 - dom_read_t and dom_write_t now expect the function to return zend_result
155 - php_dom_create_object() now no longer accepts a NULL obj argument.
167 - The generate member of a php_random_algo is now expected to return
179 engine-specific seeding functions are now exposed. This change allows
183 - The CSPRNG API (php_random_(bytes|int)_*) is now provided by the new
213 - php_pcre_match_impl() now no longer has a use_flags argument.
[all …]
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst15 to a value is passed somewhere else, its reference count is increased to indicate the value is now
H A Dzval.rst53 // Less important for now.
75 The rest of the fields aren't important for now.
/php-src/build/
H A Dlibtool.m41331 # Ok, now we have the path, separated by spaces, we can step through it
4757 # AIX 5 now supports IA64 processor
4815 # AIX 5 now supports IA64 processor
5044 # AIX 5 now supports IA64 processor
5115 # AIX 5 now supports IA64 processor
/php-src/ext/session/
H A Dmod_files.c286 time_t now; in ps_files_cleanup_dir() local
295 time(&now); in ps_files_cleanup_dir()
322 (now - sbuf.st_mtime) > maxlifetime) { in ps_files_cleanup_dir()
H A Dsession.c1177 time_t now; in CACHE_LIMITER_FUNC() local
1180 now = tv.tv_sec + PS(cache_expire) * 60; in CACHE_LIMITER_FUNC()
1182 strcpy_gmt(buf + sizeof(EXPIRES) - 1, &now); in CACHE_LIMITER_FUNC()
/php-src/docs/
H A Drelease-process.md256 git commit --gpg-sign=YOURKEYID -m "PHP-X.Y is now for PHP X.Y.Z-dev"
720 in preparation for the current release. Since the current release is now GA,
883 appropriate commit message (e.g., "master is now for PHP 8.3.0-dev").
1060 `web-php-distributions` is a submodule of `web-php`. You'll now have to update
H A Dmailinglist-rules.md60 2. Consider taking a step back from a very active thread now and then. Maybe
/php-src/ext/pdo_sqlite/tests/
H A Dgh13991.phpt2 Fix GH-13984: Buffer size is now checked before memcmp
/php-src/ext/openssl/
H A Dxp_ssl.c1119 struct timeval now; in php_openssl_limit_handshake_reneg() local
1124 gettimeofday(&now, NULL); in php_openssl_limit_handshake_reneg()
1128 sslsock->reneg->prev_handshake = now.tv_sec; in php_openssl_limit_handshake_reneg()
1132 elapsed_time = (now.tv_sec - sslsock->reneg->prev_handshake); in php_openssl_limit_handshake_reneg()
1133 sslsock->reneg->prev_handshake = now.tv_sec; in php_openssl_limit_handshake_reneg()
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt83 // make sure that error is cleared now
H A Dopenssl_error_string_basic.phpt81 // make sure that error is cleared now
/php-src/ext/opcache/
H A DZendAccelerator.c181 FILETIME now; in zend_accel_get_time() local
182 GetSystemTimeAsFileTime(&now); in zend_accel_get_time()
184 …return (time_t) ((((((__int64)now.dwHighDateTime) << 32)|now.dwLowDateTime) - 116444736000000000L)… in zend_accel_get_time()
/php-src/ext/date/
H A Dphp_date.c1107 now->tz_info = tzi; in PHP_FUNCTION()
1143 timelib_time *now; in php_mktime() local
1167 now->tz_info = tzi; in php_mktime()
1172 now->h = hou; in php_mktime()
1175 now->i = min; in php_mktime()
1179 now->s = sec; in php_mktime()
1183 now->m = mon; in php_mktime()
1187 now->d = day; in php_mktime()
1196 now->y = yea; in php_mktime()
2401 timelib_time *now; in php_date_initialize() local
[all …]
H A Dphp_date.h135 PHPAPI zend_long php_parse_date(const char *string, zend_long *now);
/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_getElementsByTagName.phpt31 // This will match both 6 and 7. 7 is now matched because the casing is right.
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt194 [040] [2014] [Commands out of sync; you can't run this command now]
H A Dmysqli_stmt_get_result2.phpt158 [017] [2014] Commands out of sync; you can't run this command now
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
/php-src/docs-old/
H A Doutput-api.md3 Everything now resides beneath the php_output namespace, and there's an API call
H A Dself-contained-extensions.md9 We will describe now how to create these and how to put things together.
34 You now have an empty directory. We will copy the files from the mysqli
47 You can now ship the contents of the directory - the extension can live
126 And that's it. You now have a self-contained extension.
141 module. The following will explain now how you can add shared module support to
H A Dstreams.md349 /* now allocate the stream itself */
352 /* now stream->abstract == state */

Completed in 98 milliseconds

12345678