Home
last modified time | relevance | path

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

123

/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/Zend/tests/try/
H A Dfinally_goto_005.phpt2 There must be a difference between label: try { ... } and try { label: ... }
/PHP-7.4/tests/classes/
H A Dautoload_019.phpt2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
/PHP-7.4/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())
H A Dternary_associativity.phpt11 // functional difference, only some unnecessary checks.
/PHP-7.4/ext/pcre/tests/
H A Dbug76909.phpt2 Bug #76909 preg_match difference between 7.3 and < 7.3
/PHP-7.4/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.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 --
/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/date/tests/
H A Dgmdate_variation10.phpt25 echo "\n-- Testing gmdate() function with difference to GMT in hours format --\n";
54 -- Testing gmdate() function with difference to GMT in hours format --
H A Dbug52480.phpt2 Bug #52480 (Incorrect difference using DateInterval)
/PHP-7.4/ext/iconv/tests/
H A Dtranslit-failure.phpt14 // with a string as an implode, no difference.
/PHP-7.4/ext/standard/tests/array/
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_variation10.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_variation9.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…
H A Darray_diff_uassoc_variation6.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…

Completed in 21 milliseconds

123