Home
last modified time | relevance | path

Searched refs:time (Results 551 – 568 of 568) sorted by path

1...<<212223

/PHP-7.4/tests/basic/
H A Dtimeout_variation_1.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_10.phpt22 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_2.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_4.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_7.phpt20 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_8.phpt18 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_9.phpt21 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/PHP-7.4/tests/classes/
H A Dconstants_basic_003.phpt2 …s properties and constants can be defined in terms of constants that are not known at compile time.
/PHP-7.4/tests/func/
H A D004.phpt25 echo "Calling function for the first time...\n";
29 echo "Calling the function for the second time...\n";
39 Calling function for the first time...
55 Calling the function for the second time...
/PHP-7.4/tests/lang/
H A D023.phpt13 $time_left=$wedding_timestamp-time();
H A D045.phpt22 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
24 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dcompare_objects_basic2.phpt6 //Set the default time zone
/PHP-7.4/tests/lang/operators/
H A Dnan-comparison-false.phpt2 Comparisons with NAN should yield false, even at compile-time
/PHP-7.4/tests/output/
H A Dbug60768.phpt13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time
/PHP-7.4/win32/build/
H A Dconfig.w32270 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
H A Dconfig.w32.h.in44 /* its in win32/time.c */
/PHP-7.4/win32/
H A Dgetrusage.c31 ULARGE_INTEGER time; in usage_to_timeval() local
33 time.LowPart = ft->dwLowDateTime; in usage_to_timeval()
34 time.HighPart = ft->dwHighDateTime; in usage_to_timeval()
36 tv->tv_sec = (zend_long) (time.QuadPart / 10000000); in usage_to_timeval()
37 tv->tv_usec = (zend_long) ((time.QuadPart % 10000000) / 10); in usage_to_timeval()
H A Dsendmail.c734 time_t tNow = time(NULL); in PostHeader()

Completed in 22 milliseconds

1...<<212223