Home
last modified time | relevance | path

Searched refs:now (Results 176 – 200 of 200) sorted by relevance

12345678

/php-src/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt271 * now try some random examples of strings with multiple characters */
/php-src/ext/session/
H A Dsession.c1260 time_t now; in CACHE_LIMITER_FUNC() local
1263 now = tv.tv_sec + PS(cache_expire) * 60; in CACHE_LIMITER_FUNC()
1265 strcpy_gmt(buf + sizeof(EXPIRES) - 1, &now); in CACHE_LIMITER_FUNC()
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation22.phpt67 // now file pointer should point to end of the file, try reading again
H A Dfgetcsv_variation29.phpt68 // now file pointer should point to end of the file, try reading again
H A Dfgetcsv_variation30.phpt67 // now file pointer should point to end of the file, try reading again
H A Dfgetcsv_variation31.phpt68 // now file pointer should point to end of the file, try reading again
H A Dfread_basic.phpt86 var_dump(fclose($file_handle)); // now close the file
H A Dfread_variation3-win32-mb.phpt94 // now close the file
H A Dfread_variation3-win32.phpt94 // now close the file
H A Dfread_variation3.phpt94 // now close the file
H A Dfread_variation1.phpt89 // now close the file
H A Dfread_variation4.phpt86 // now close the file
H A Dfgetcsv_variation10.phpt68 // now file pointer should point to end of the file, try reading again
H A Dfread_variation2.phpt88 // now close the file
/php-src/docs/
H A Drelease-process.md266 git commit --gpg-sign=YOURKEYID -m "PHP-X.Y is now for PHP X.Y.Z-dev"
730 in preparation for the current release. Since the current release is now GA,
893 appropriate commit message (e.g., "master is now for PHP 8.3.0-dev").
1070 `web-php-distributions` is a submodule of `web-php`. You'll now have to update
/php-src/ext/opcache/
H A DZendAccelerator.c185 FILETIME now; in zend_accel_get_time() local
186 GetSystemTimeAsFileTime(&now); in zend_accel_get_time()
188 …return (time_t) ((((((__int64)now.dwHighDateTime) << 32)|now.dwLowDateTime) - 116444736000000000L)… in zend_accel_get_time()
/php-src/sapi/fpm/tests/
H A Dfcgi.inc874 // Reset timeout on socket for now
/php-src/
H A Dconfigure.ac853 PHP_ARG_ENABLE([rtld-now],
855 [AS_HELP_STRING([--enable-rtld-now],
/php-src/ext/fileinfo/
H A Dlibmagic.patch1415 /* Do this here and now, because struct stat gets re-defined on solaris */
3296 + /* pce now contains the compiled regex */
3322 + tmpcopy now contains two elements:
/php-src/Zend/tests/
H A D019.phpt174 // now the isset() with both the args as unset
/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/fileinfo/tests/
H A Dmagic私はガラスを食べられます2327 # These entries are disabled for now until we fix the following issues.
3212 # test now for "low" disk image size equal or below 64 MiB to skip
9800 # NOTE: Only supporting major/minor versions from 0-15 right now.
11889 # The second number (#10) will be deprecated later. For now, we still
14266 # But now it's rather random:
14694 # but can we do the << ? For now it's always 512 (0x200) anyway.
14713 # but can we do the << ? For now it's always 512 (0x200) anyway.
17141 # So recognition is now done by ./pgp with start test for byte 0x99
29618 # little endian only for now.
33365 # now look at the magic number to determine the version
[all …]
H A Dmagic2327 # These entries are disabled for now until we fix the following issues.
3212 # test now for "low" disk image size equal or below 64 MiB to skip
9800 # NOTE: Only supporting major/minor versions from 0-15 right now.
11889 # The second number (#10) will be deprecated later. For now, we still
14266 # But now it's rather random:
14694 # but can we do the << ? For now it's always 512 (0x200) anyway.
14713 # but can we do the << ? For now it's always 512 (0x200) anyway.
17141 # So recognition is now done by ./pgp with start test for byte 0x99
29618 # little endian only for now.
33365 # now look at the magic number to determine the version
[all …]
/php-src/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithmetic operator,
/php-src/ext/mbstring/tests/data/
H A DKSX1001.txt36 # What used to be in KS C 5[6-8]xx are now in KS X xxxx.

Completed in 275 milliseconds

12345678