Searched refs:difference (Results 1 – 25 of 41) sorted by relevance
12
/php-src/ext/date/tests/ |
H A D | bug62326.phpt | 9 $difference = date_diff($start_timestamp, $end_timestamp); 11 echo $difference->format('%mM / %dD %hH %iM'), "\n";
|
H A D | bug76374.phpt | 2 Bug #76374 (Date difference varies according day time)
|
H A D | bug81458.phpt | 2 Test for bug #81458: Regression in PHP 8.1: Incorrect difference after timezone change
|
H A D | gmdate_variation10.phpt | 19 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 D | bug52480.phpt | 2 Bug #52480 (Incorrect difference using DateInterval)
|
/php-src/Zend/tests/try/ |
H A D | finally_goto_005.phpt | 2 There must be a difference between label: try { ... } and try { label: ... }
|
/php-src/tests/classes/ |
H A D | autoload_019.phpt | 2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
|
/php-src/Zend/tests/ |
H A D | bug43183.phpt | 2 Bug #43183 ("use" of the same class in difference scripts results in a fatal error)
|
H A D | bug73350.phpt | 8 // Comment it to see the difference.
|
H A D | bug46246.phpt | 2 Bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())
|
/php-src/ext/pcre/tests/ |
H A D | bug76909.phpt | 2 Bug #76909 preg_match difference between 7.3 and < 7.3
|
/php-src/ext/standard/tests/file/ |
H A D | glob_variation3.phpt | 2 Test glob() function: ensure no platform difference
|
H A D | glob_variation4.phpt | 2 Test glob() function: ensure no platform difference, variation 2
|
H A D | glob_variation5.phpt | 2 Test glob() function: ensure no platform difference, variation 3
|
H A D | glob_variation6.phpt | 2 Test glob() function: ensure no platform difference, variation 4
|
H A D | lstat_stat_basic.phpt | 65 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 D | realpath_bug77484.phpt | 9 /* TODO eliminate difference in TS build. */
|
H A D | stat_basic-win32-mb.phpt | 51 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 D | stat_basic-win32.phpt | 51 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 D | lstat_stat_variation4.phpt | 21 // touch a file check stat, there should be difference in atime
|
H A D | lstat_stat_variation5.phpt | 24 // touch a directory and check stat, there should be difference in atime
|
/php-src/ext/date/lib/ |
H A D | tm2unixtime.c | 156 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-src/ext/iconv/tests/ |
H A D | translit-failure.phpt | 15 // with a string as an implode, no difference.
|
/php-src/tests/lang/ |
H A D | foreachLoop.010.phpt | 22 // This provokes a difference in behaviour when changing the number of elements in the array while
|
/php-src/ext/standard/tests/misc/ |
H A D | time_sleep_until_basic.phpt | 20 // to 10th of a second. this means there can be up to a .9 millisecond difference
|
Completed in 38 milliseconds
12