Home
last modified time | relevance | path

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

12345678

/PHP-7.0/Zend/RFCs/
H A D001.txt20 Unfortunately, the approach taken up to now has severely limited the
/PHP-7.0/ext/standard/tests/array/
H A Deach.phpt50 list($key, $sub_array) = each($arrays); // now second element
H A Dsizeof_variation4.phpt67 // now check the size of unset variable when different modes are given
/PHP-7.0/sapi/cgi/
H A DREADME.FastCGI101 Now, if you restart Apache, php pages should now be delivered!
/PHP-7.0/ext/standard/tests/file/
H A Duserstreams.phpt238 /* now compare the real stream with the user stream */
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.phpt102 // now close the file
H A Dfread_variation3.phpt102 // now close the file
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt105 // now, lets check the server variables
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.0/
H A DREADME.PARAMETER_PARSING_API5 Hence, borrowing from Python's example, there are now a set of functions
H A DREADME.STREAMS327 /* now allocate the stream itself */
330 /* now stream->abstract == state */
H A DREADME.EXT_SKEL16 functions yourself, you can now do
/PHP-7.0/ext/date/tests/
H A DDateTime_construct_variation1.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c132 FILETIME now; in zend_accel_get_time() local
133 GetSystemTimeAsFileTime(&now); in zend_accel_get_time()
135 …return (time_t) ((((((__int64)now.dwHighDateTime) << 32)|now.dwLowDateTime) - 116444736000000000L)… in zend_accel_get_time()
/PHP-7.0/ext/date/lib/
H A Dparse_date.c24304 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0; in timelib_fill_holes()
24305 if (parsed->d == TIMELIB_UNSET) parsed->d = now->d != TIMELIB_UNSET ? now->d : 0; in timelib_fill_holes()
24306 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0; in timelib_fill_holes()
24307 if (parsed->h == TIMELIB_UNSET) parsed->h = now->h != TIMELIB_UNSET ? now->h : 0; in timelib_fill_holes()
24308 if (parsed->i == TIMELIB_UNSET) parsed->i = now->i != TIMELIB_UNSET ? now->i : 0; in timelib_fill_holes()
24309 if (parsed->s == TIMELIB_UNSET) parsed->s = now->s != TIMELIB_UNSET ? now->s : 0; in timelib_fill_holes()
24310 if (parsed->f == TIMELIB_UNSET) parsed->f = now->f != TIMELIB_UNSET ? now->f : 0; in timelib_fill_holes()
24311 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0; in timelib_fill_holes()
24312 if (parsed->dst == TIMELIB_UNSET) parsed->dst = now->dst != TIMELIB_UNSET ? now->dst : 0; in timelib_fill_holes()
24315 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL; in timelib_fill_holes()
[all …]
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1463 /* Do this here and now, because struct stat gets re-defined on solaris */
3112 + private time_t now = (time_t)0;
3114 + if (now == (time_t)0) {
3116 + (void)time(&now);
3117 + tm1 = localtime(&now);
3594 + /* pce now contains the compiled regex */
3620 + tmpcopy now contains two elements:
/PHP-7.0/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt281 unset ($unset_var); // now a null
/PHP-7.0/ext/session/
H A Dsession.c1271 time_t now;
1274 now = tv.tv_sec + PS(cache_expire) * 60;
1276 strcpy_gmt(buf + sizeof(EXPIRES) - 1, &now);
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc524 // Reset timeout on socket for now
/PHP-7.0/ext/openssl/
H A DREADME275 // now we try to decrypt data for one of the recipients

Completed in 153 milliseconds

12345678