Home
last modified time | relevance | path

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

12345678

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt56 And now the right side of the expression will be executed first:
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/docs-old/
H A Doutput-api.md3 Everything now resides beneath the php_output namespace, and there's an API call
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/docs/
H A Dmailinglist-rules.md60 2. Consider taking a step back from a very active thread now and then. Maybe
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result2.phpt158 [017] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_get_result.phpt194 [040] [2014] [Commands out of sync; you can't run this command now]
/php-src/docs/source/core/data-structures/
H A Dzval.rst53 // Less important for now.
75 The rest of the fields aren't important for now.
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/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 */
/php-src/Zend/
H A DREADME.md59 same as in old `zend_execute.c`, but now it uses macros to access opcode
/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/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.c25543 if (parsed->us == TIMELIB_UNSET) parsed->us = now->us != TIMELIB_UNSET ? now->us : 0; in timelib_fill_holes()
25545 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0; in timelib_fill_holes()
25546 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0; in timelib_fill_holes()
25547 if (parsed->d == TIMELIB_UNSET) parsed->d = now->d != TIMELIB_UNSET ? now->d : 0; in timelib_fill_holes()
25548 if (parsed->h == TIMELIB_UNSET) parsed->h = now->h != TIMELIB_UNSET ? now->h : 0; in timelib_fill_holes()
25549 if (parsed->i == TIMELIB_UNSET) parsed->i = now->i != TIMELIB_UNSET ? now->i : 0; in timelib_fill_holes()
25550 if (parsed->s == TIMELIB_UNSET) parsed->s = now->s != TIMELIB_UNSET ? now->s : 0; in timelib_fill_holes()
25553 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf… in timelib_fill_holes()
25555 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0; in timelib_fill_holes()
25556 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.c159 time_t now; in phar_zip_d2u_time() local
161 now = time(NULL); in phar_zip_d2u_time()
162 tm = php_localtime_r(&now, &tmbuf); in phar_zip_d2u_time()
/php-src/ext/pdo/
H A Dpdo_sql_parser.re95 * strings. For now, we emit a deprecation notice, but still process it */
/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 */

Completed in 132 milliseconds

12345678