Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 51) sorted by last modified time

123

/PHP-7.4/
H A DNEWS2697 . Fixed bug #76909 (preg_match difference between 7.3 and < 7.3). (Anatol)
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2204 struct timeval difference; in php_openssl_subtract_timeval() local
2206 difference.tv_sec = a.tv_sec - b.tv_sec; in php_openssl_subtract_timeval()
2207 difference.tv_usec = a.tv_usec - b.tv_usec; in php_openssl_subtract_timeval()
2210 difference.tv_sec -= 1L; in php_openssl_subtract_timeval()
2211 difference.tv_usec += 1000000L; in php_openssl_subtract_timeval()
2214 return difference; in php_openssl_subtract_timeval()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt14 one difference. This test uses mysqli_query()/mysqli_fetch_assoc() to
45 we did not unify the error messages but ignore this slight difference silently
H A Dmysqli_stmt_bind_param_many_columns.phpt16 one difference. This test uses mysqli_query()/mysqli_fetch_assoc() to
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt72 echo "-- comparing difference in dir stats before and after creating file in it --\n";
76 echo "-- comparing difference in file stats before and after creating link to it --\n";
97 -- comparing difference in dir stats before and after creating file in it --
207 -- comparing difference in file stats before and after creating link to it --
H A Dlstat_stat_variation4.phpt28 // touch a file check stat, there should be difference in atime
H A Dlstat_stat_variation6.phpt42 // touch a link, check stat, there should be difference in atime
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
/PHP-7.4/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
/PHP-7.4/ext/standard/tests/strings/
H A Dhebrevc_basic.phpt13 …ew text to visual text.\nThis function is similar to hebrev() with the difference that it converts…
25 ) This function is similar to hebrev() with the difference that it converts newlines<br />
40 difference that<br />
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_uassoc_variation4.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation5.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation6.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation7.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation8.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation9.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_error.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation1.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation10.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation11.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation12.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…

Completed in 37 milliseconds

123