Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 41) sorted by relevance

12

/PHP-8.2/ext/date/tests/
H A Dbug62326.phpt9 $difference = date_diff($start_timestamp, $end_timestamp);
11 echo $difference->format('%mM / %dD %hH %iM'), "\n";
H A Dbug76374.phpt2 Bug #76374 (Date difference varies according day time)
H A Dbug81458.phpt2 Test for bug #81458: Regression in PHP 8.1: Incorrect difference after timezone change
H A Dgmdate_variation10.phpt19 echo "\n-- Testing gmdate() function with difference to GMT in hours format --\n";
47 -- Testing gmdate() function with difference to GMT in hours format --
H A Dbug52480.phpt2 Bug #52480 (Incorrect difference using DateInterval)
/PHP-8.2/Zend/tests/try/
H A Dfinally_goto_005.phpt2 There must be a difference between label: try { ... } and try { label: ... }
/PHP-8.2/tests/classes/
H A Dautoload_019.phpt2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
/PHP-8.2/Zend/tests/
H A Dbug43183.phpt2 Bug #43183 ("use" of the same class in difference scripts results in a fatal error)
H A Dbug73350.phpt8 // Comment it to see the difference.
H A Dbug46246.phpt2 Bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())
/PHP-8.2/ext/pcre/tests/
H A Dbug76909.phpt2 Bug #76909 preg_match difference between 7.3 and < 7.3
/PHP-8.2/ext/standard/tests/file/
H A Dglob_variation3.phpt2 Test glob() function: ensure no platform difference
H A Dglob_variation4.phpt2 Test glob() function: ensure no platform difference, variation 2
H A Dglob_variation5.phpt2 Test glob() function: ensure no platform difference, variation 3
H A Dglob_variation6.phpt2 Test glob() function: ensure no platform difference, variation 4
H A Dlstat_stat_basic.phpt65 echo "-- comparing difference in dir stats before and after creating file in it --\n";
69 echo "-- comparing difference in file stats before and after creating link to it --\n";
90 -- comparing difference in dir stats before and after creating file in it --
200 -- comparing difference in file stats before and after creating link to it --
H A Drealpath_bug77484.phpt9 /* TODO eliminate difference in TS build. */
H A Dstat_basic-win32-mb.phpt51 echo "-- comparing difference in dir stats before and after creating file in it --\n";
73 -- comparing difference in dir stats before and after creating file in it --
H A Dstat_basic-win32.phpt51 echo "-- comparing difference in dir stats before and after creating file in it --\n";
73 -- comparing difference in dir stats before and after creating file in it --
H A Dlstat_stat_variation4.phpt21 // touch a file check stat, there should be difference in atime
H A Dlstat_stat_variation5.phpt24 // touch a directory and check stat, there should be difference in atime
/PHP-8.2/ext/date/lib/
H A Dtm2unixtime.c156 timelib_sll current_dow, difference; in do_adjust_for_weekday() local
176 difference = time->relative.weekday - current_dow; in do_adjust_for_weekday()
177 …if ((time->relative.d < 0 && difference < 0) || (time->relative.d >= 0 && difference <= -time->rel… in do_adjust_for_weekday()
178 difference += 7; in do_adjust_for_weekday()
181 time->d += difference; in do_adjust_for_weekday()
/PHP-8.2/ext/iconv/tests/
H A Dtranslit-failure.phpt15 // with a string as an implode, no difference.
/PHP-8.2/tests/lang/
H A DforeachLoop.010.phpt22 // This provokes a difference in behaviour when changing the number of elements in the array while
/PHP-8.2/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt20 // to 10th of a second. this means there can be up to a .9 millisecond difference

Completed in 40 milliseconds

12