Home
last modified time | relevance | path

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

12345678

/php-src/sapi/fpm/fpm/
H A Dfpm_children.c310 time_t now = tv1.tv_sec; in fpm_children_bury() local
314 last_faults[fault++] = now; in fpm_children_bury()
321 if (now - last_faults[i] > fpm_global_config.emergency_restart_interval) { in fpm_children_bury()
/php-src/ext/mbstring/tests/
H A Dbug43998.phpt9 * Bug now appears to be fixed
/php-src/Zend/tests/
H A Dbug33512.phpt52 // now we will try to unset these variables
H A Dbug37632.phpt61 /* Right now Ctor's cannot be made protected when defined in a ctor. That is
/php-src/ext/mysqli/tests/
H A Dgh9841.phpt38 // now make sure the errors are thrown when not using silent mode
H A Dmysqli_connect_oo.phpt81 print "... and now Exceptions\n";
149 ... and now Exceptions
/php-src/ext/date/
H A Dphp_date.c1111 now->tz_info = tzi; in PHP_FUNCTION()
1147 timelib_time *now; in php_mktime() local
1171 now->tz_info = tzi; in php_mktime()
1176 now->h = hou; in php_mktime()
1179 now->i = min; in php_mktime()
1183 now->s = sec; in php_mktime()
1187 now->m = mon; in php_mktime()
1191 now->d = day; in php_mktime()
1200 now->y = yea; in php_mktime()
2368 timelib_time *now; in php_date_initialize() local
[all …]
/php-src/tests/lang/
H A D023.phpt21 …S, Y",$wedding_timestamp)).",\nwhich is $days days, $hours hours and $minutes minutes from now.\n";
24 echo "Limor Ullmann is now Limor Baruch :I\n";
256 Limor Ullmann is now Limor Baruch :I
/php-src/ext/session/
H A Dmod_files.c286 time_t now; in ps_files_cleanup_dir() local
295 time(&now); in ps_files_cleanup_dir()
322 (now - sbuf.st_mtime) > maxlifetime) { in ps_files_cleanup_dir()
/php-src/ext/standard/tests/file/
H A Drename_variation2.phpt44 // delete the link file now
H A Dsymlink_link_linkinfo_is_link_variation3.phpt59 // now check temp file for data; it should append "Hello World"
81 // now check link for data; it should echo "Hello World"
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_exec.phpt26 // now lets get some results
/php-src/ext/openssl/
H A Dconfig0.m453 [AC_MSG_ERROR([Not supported in ZTS mode for now])])
/php-src/ext/intl/tests/
H A Ddateformat_create_cal_arg.phpt32 //try now with traditional
H A Ddateformat_create_cal_arg_variant2.phpt32 //try now with traditional
H A Ddateformat_create_cal_arg_variant3.phpt33 //try now with traditional
H A Ddateformat_create_cal_arg_variant4.phpt33 //try now with traditional
H A Ddateformat_create_cal_arg_variant5.phpt32 //try now with traditional
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt34 /* path exists now, ensure realpath() works! */
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp314 UDate now = Calendar::getNow(); in TimeZone_get_debug_info() local
315 tz->getOffset(now, false, rawOffset, dstOffset, uec); in TimeZone_get_debug_info()
/php-src/win32/build/
H A Dphpize.js.in65 // now we need the extension name out of this thing
165 // now we are left with modules that have dependencies on other modules
213 /* XXX this needs to be implemented for the phpize mode yet, a quick fix just to disable it for now
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt73 // we got this far without problems. If there's an issue from now on, its a failure
113 // we got this far without problems. If there's an issue from now on, its a failure
158 // this is interesting: if we get sort of affected rows, what will happen now?
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_set_charset.phpt12 /** This test requires MySQL Server 4.1+, which is now assumed */
/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_getElementsByTagName.phpt31 // This will match both 6 and 7. 7 is now matched because the casing is right.
/php-src/ext/zlib/tests/
H A Dgzfile_variation15.phpt41 //should now read dir1 file

Completed in 58 milliseconds

12345678