Home
last modified time | relevance | path

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

12

/PHP-8.0/Zend/tests/try/
H A Dfinally_goto_005.phpt2 There must be a difference between label: try { ... } and try { label: ... }
/PHP-8.0/tests/classes/
H A Dautoload_019.phpt2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
/PHP-8.0/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.0/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_variation6.phpt2 Test glob() function: ensure no platform difference, variation 4
H A Dglob_variation5.phpt2 Test glob() function: ensure no platform difference, variation 3
H A Drealpath_bug77484.phpt9 /* TODO eliminate difference in TS build. */
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 Dlstat_stat_variation4.phpt21 // touch a file check stat, there should be difference in atime
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_variation5.phpt24 // touch a directory and check stat, there should be difference in atime
H A Dlstat_stat_variation6.phpt35 // touch a link, check stat, there should be difference in atime
/PHP-8.0/ext/pcre/tests/
H A Dbug76909.phpt2 Bug #76909 preg_match difference between 7.3 and < 7.3
/PHP-8.0/ext/date/tests/
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)
H A Dstrtotime_basic.phpt2 strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second"…
/PHP-8.0/ext/date/lib/
H A Dtm2unixtime.c151 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 Dtranslit-failure.phpt14 // with a string as an implode, no difference.
/PHP-8.0/ext/openssl/tests/
H A Dbug28382.phpt13 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 DforeachLoop.010.phpt22 // 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 Dtime_sleep_until_basic.phpt20 // to 10th of a second. this means there can be up to a .9 millisecond difference

Completed in 25 milliseconds

12