Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/date/tests/
H A Dbug48187.phpt15 var_dump('microtime() difference less 1 second');
17 var_dump('microtime() difference greater or equal 1 second');
21 var_dump('time() difference less 1 second');
23 var_dump('time() difference greater or equal 1 second');
27 string(36) "microtime() difference less 1 second"
28 string(31) "time() difference less 1 second"
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 --
/PHP-5.5/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…
23 ) This function is similar to hebrev() with the difference that it converts newlines<br />
36 difference that<br />
H A Dhebrevc_variation2.phpt97 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
126 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
133 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
140 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
195 difference<br />
250 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
291 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
320 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
327 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
334 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
[all …]
/PHP-5.5/tests/classes/
H A Dautoload_019.phpt2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
/PHP-5.5/Zend/tests/
H A Dbug43183.phpt2 Bug #43183 ("use" of the same class in difference scripts results in a fatal error)
H A Dbug46246.phpt2 Bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c146 timelib_sll current_dow, difference; in do_adjust_for_weekday() local
158 difference = time->relative.weekday - current_dow; in do_adjust_for_weekday()
159 …if ((time->relative.d < 0 && difference < 0) || (time->relative.d >= 0 && difference <= -time->rel… in do_adjust_for_weekday()
160 difference += 7; in do_adjust_for_weekday()
163 time->d += difference; in do_adjust_for_weekday()
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt53 (for example, "a" < "b"). It is the strongest difference. For example, dictionaries are
59 secondary differences, depending on the language. A secondary difference is ignored
60 when there is a primary difference anywhere in the strings. This is also called the
64 secondary difference from the unaccented version of that letter.
69 difference between large and small Kana. A tertiary difference is ignored when there is
70 a primary or secondary difference anywhere in the strings. This is also called the level3
75 (for example, "ab" < "a-b" < "aB"). This difference is ignored when there is a primary,
76 secondary or tertiary difference. This is also known as the level4 strength. The
82 compared at this level, just in case there is no difference at levels 14
111 difference in string comparison performance and/or sort key length.
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dglob_variation4.phpt2 Test glob() function: ensure no platform difference, variation 2
H A Dglob_variation3.phpt2 Test glob() function: ensure no platform difference
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 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-5.5/ext/iconv/tests/
H A Dtranslit-failure.phpt15 // with a string as an implode, no difference.
/PHP-5.5/ext/standard/tests/array/
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_variation5.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_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_variation12.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation14.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_variation8.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
/PHP-5.5/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt19 // to 10th of a second. this means there can be up to a .9 millisecond difference

Completed in 33 milliseconds

123