Home
last modified time | relevance | path

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

12345678

/php-src/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt36 // now new stat of the dir after file is created
H A Duserstreams.phpt241 /* now compare the real stream with the user stream */
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
/php-src/Zend/
H A DREADME.md59 same as in old `zend_execute.c`, but now it uses macros to access opcode
/php-src/docs-old/
H A Dunix-build-system.md38 the `config.m4` now using the following macro:
H A Dstreams.md349 /* now allocate the stream itself */
352 /* now stream->abstract == state */
/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/mysqli/tests/
H A Dmysqli_get_warnings.phpt53 …printf("[010] Properties have always been magic, hidden things - why are they visible now, a BC br…
H A Dmysqli_stmt_get_result.phpt194 [040] [2014] [Commands out of sync; you can't run this command now]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt70 // And now native PS
H A Dpdo_mysql_begintransaction.phpt107 // now, lets check the server variables
/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/date/tests/
H A Dbug68549-dst-transition-DateTime-setTimestamp.phpt134 $dt = new DateTime('now', $tz);
/php-src/ext/date/lib/
H A Dtimelib.h573 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
H A Dparse_date.c25539 if (parsed->us == TIMELIB_UNSET) parsed->us = now->us != TIMELIB_UNSET ? now->us : 0; in timelib_fill_holes()
25541 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0; in timelib_fill_holes()
25542 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0; in timelib_fill_holes()
25543 if (parsed->d == TIMELIB_UNSET) parsed->d = now->d != TIMELIB_UNSET ? now->d : 0; in timelib_fill_holes()
25544 if (parsed->h == TIMELIB_UNSET) parsed->h = now->h != TIMELIB_UNSET ? now->h : 0; in timelib_fill_holes()
25545 if (parsed->i == TIMELIB_UNSET) parsed->i = now->i != TIMELIB_UNSET ? now->i : 0; in timelib_fill_holes()
25546 if (parsed->s == TIMELIB_UNSET) parsed->s = now->s != TIMELIB_UNSET ? now->s : 0; in timelib_fill_holes()
25549 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf… in timelib_fill_holes()
25551 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0; in timelib_fill_holes()
25552 if (parsed->dst == TIMELIB_UNSET) parsed->dst = now->dst != TIMELIB_UNSET ? now->dst : 0; in timelib_fill_holes()
[all …]
/php-src/ext/phar/
H A Dzip.c157 time_t now; in phar_zip_d2u_time() local
159 now = time(NULL); in phar_zip_d2u_time()
160 tm = php_localtime_r(&now, &tmbuf); in phar_zip_d2u_time()
/php-src/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt279 unset ($unset_var); // now a null
H A Dvar_export-locale_32.phpt279 unset ($unset_var); // now a null
/php-src/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt182 /* OK, let's try valid Base64-encoded text now */
H A Diso2022jp_2004_encoding.phpt271 * now try some random examples of strings with multiple characters */
/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
/php-src/ext/session/
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()

Completed in 75 milliseconds

12345678