Searched refs:difference (Results 1 – 25 of 38) sorted by relevance
12
/PHP-8.0/Zend/tests/try/ |
H A D | finally_goto_005.phpt | 2 There must be a difference between label: try { ... } and try { label: ... }
|
/PHP-8.0/tests/classes/ |
H A D | autoload_019.phpt | 2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
|
/PHP-8.0/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-8.0/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_variation6.phpt | 2 Test glob() function: ensure no platform difference, variation 4
|
H A D | glob_variation5.phpt | 2 Test glob() function: ensure no platform difference, variation 3
|
H A D | realpath_bug77484.phpt | 9 /* TODO eliminate difference in TS build. */
|
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 | lstat_stat_variation4.phpt | 21 // touch a file check stat, there should be difference in atime
|
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_variation5.phpt | 24 // touch a directory and check stat, there should be difference in atime
|
H A D | lstat_stat_variation6.phpt | 35 // touch a link, check stat, there should be difference in atime
|
/PHP-8.0/ext/pcre/tests/ |
H A D | bug76909.phpt | 2 Bug #76909 preg_match difference between 7.3 and < 7.3
|
/PHP-8.0/ext/date/tests/ |
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)
|
H A D | strtotime_basic.phpt | 2 strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second"…
|
/PHP-8.0/ext/date/lib/ |
H A D | tm2unixtime.c | 151 timelib_sll current_dow, difference; in do_adjust_for_weekday() local 171 difference = time->relative.weekday - current_dow; in do_adjust_for_weekday() 172 …if ((time->relative.d < 0 && difference < 0) || (time->relative.d >= 0 && difference <= -time->rel… in do_adjust_for_weekday() 173 difference += 7; in do_adjust_for_weekday() 176 time->d += difference; in do_adjust_for_weekday()
|
/PHP-8.0/ext/iconv/tests/ |
H A D | translit-failure.phpt | 14 // with a string as an implode, no difference.
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug28382.phpt | 13 For now, as this is the one difference only between 0.9.x and 1.x, it's handled with
|
/PHP-8.0/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-8.0/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 27 milliseconds
12