Home
last modified time | relevance | path

Searched refs:now (Results 151 – 175 of 183) sorted by relevance

12345678

/PHP-7.4/ext/phar/
H A Dzip.c127 time_t now; in phar_zip_d2u_time() local
129 now = time(NULL); in phar_zip_d2u_time()
130 tm = php_localtime_r(&now, &tmbuf); in phar_zip_d2u_time()
/PHP-7.4/docs/
H A Dstreams.md349 /* now allocate the stream itself */
352 /* now stream->abstract == state */
H A Drelease-process.md261 this last commit id to `web/php.git`, then, website will now sync.
/PHP-7.4/ext/date/lib/
H A Dparse_date.c25560 if (parsed->us == TIMELIB_UNSET) parsed->us = now->us != TIMELIB_UNSET ? now->us : 0; in timelib_fill_holes()
25562 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0; in timelib_fill_holes()
25563 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0; in timelib_fill_holes()
25564 if (parsed->d == TIMELIB_UNSET) parsed->d = now->d != TIMELIB_UNSET ? now->d : 0; in timelib_fill_holes()
25565 if (parsed->h == TIMELIB_UNSET) parsed->h = now->h != TIMELIB_UNSET ? now->h : 0; in timelib_fill_holes()
25566 if (parsed->i == TIMELIB_UNSET) parsed->i = now->i != TIMELIB_UNSET ? now->i : 0; in timelib_fill_holes()
25567 if (parsed->s == TIMELIB_UNSET) parsed->s = now->s != TIMELIB_UNSET ? now->s : 0; in timelib_fill_holes()
25568 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0; in timelib_fill_holes()
25569 if (parsed->dst == TIMELIB_UNSET) parsed->dst = now->dst != TIMELIB_UNSET ? now->dst : 0; in timelib_fill_holes()
25572 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL; in timelib_fill_holes()
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt284 unset ($unset_var); // now a null
H A Dvar_export-locale_32.phpt284 unset ($unset_var); // now a null
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt201 // and now, the same with anonymous placeholders...
H A Dpdo_mysql_prepare_emulated.phpt200 // and now, the same with anonymous placeholders...
/PHP-7.4/ext/session/
H A Dsession.c1165 time_t now; in CACHE_LIMITER_FUNC() local
1168 now = tv.tv_sec + PS(cache_expire) * 60; in CACHE_LIMITER_FUNC()
1170 strcpy_gmt(buf + sizeof(EXPIRES) - 1, &now); in CACHE_LIMITER_FUNC()
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation22.phpt72 // now file pointer should point to end of the file, try reading again
H A Dfgetcsv_variation29.phpt73 // now file pointer should point to end of the file, try reading again
H A Dfgetcsv_variation30.phpt72 // now file pointer should point to end of the file, try reading again
H A Dfgetcsv_variation31.phpt73 // now file pointer should point to end of the file, try reading again
H A Dfread_variation3-win32-mb.phpt102 // now close the file
H A Dfread_variation3-win32.phpt102 // now close the file
H A Dfread_variation3.phpt102 // now close the file
H A Dfread_basic.phpt94 var_dump(fclose($file_handle)); // now close the file
H A Dfread_variation1.phpt97 // now close the file
H A Dfread_variation4.phpt94 // now close the file
H A Dfgetcsv_variation10.phpt73 // now file pointer should point to end of the file, try reading again
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc582 // Reset timeout on socket for now
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c153 FILETIME now; in zend_accel_get_time() local
154 GetSystemTimeAsFileTime(&now); in zend_accel_get_time()
156 …return (time_t) ((((((__int64)now.dwHighDateTime) << 32)|now.dwLowDateTime) - 116444736000000000L)… in zend_accel_get_time()
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation4.phpt67 // now check the size of unset variable when different modes are given
/PHP-7.4/
H A DNEWS1399 . The built-in CLI server now reports the request method in log files.
1464 . The bundled libgd behaves now like system libgd wrt. IMG_CROP_DEFAULT never
1467 IMG_CROP_DEFAULT; passing -1 is now deprecated.
1482 . The hash extension is now an integral part of PHP and cannot be disabled
1564 . openssl_random_pseudo_bytes() now throws in error conditions.
H A Dconfigure.ac845 PHP_ARG_ENABLE([rtld-now],
847 [AS_HELP_STRING([--enable-rtld-now],

Completed in 134 milliseconds

12345678