Home
last modified time | relevance | path

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

12345678

/php-src/ext/date/
H A Dphp_date.c1107 now->tz_info = tzi; in PHP_FUNCTION()
1143 timelib_time *now; in php_mktime() local
1167 now->tz_info = tzi; in php_mktime()
1172 now->h = hou; in php_mktime()
1175 now->i = min; in php_mktime()
1179 now->s = sec; in php_mktime()
1183 now->m = mon; in php_mktime()
1187 now->d = day; in php_mktime()
1196 now->y = yea; in php_mktime()
2401 timelib_time *now; in php_date_initialize() local
[all …]
H A Dphp_date.h135 PHPAPI zend_long php_parse_date(const char *string, zend_long *now);
/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/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/Zend/tests/
H A Dbug37632.phpt61 /* Right now Ctor's cannot be made protected when defined in a ctor. That is
H A Dunset_non_array.phpt49 // And now repeat the same with a nested offset.
/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.cpp328 UDate now = Calendar::getNow(); in TimeZone_get_debug_info() local
329 tz->getOffset(now, false, rawOffset, dstOffset, uec); in TimeZone_get_debug_info()
/php-src/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt86 print "... and now Exceptions\n";
154 ... and now Exceptions
H A D057.phpt33 /* now we should try mysqli_stmt_reset() */
/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
H A Dreadgzfile_variation15.phpt42 //should now read dir1 file
/php-src/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt32 // This should now succeed

Completed in 45 milliseconds

12345678