Searched refs:difference (Results 1 – 25 of 56) sorted by relevance
123
/PHP-5.4/ext/date/tests/ |
H A D | bug48187.phpt | 15 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 D | gmdate_variation10.phpt | 25 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.4/ext/standard/tests/strings/ |
H A D | hebrevc_basic.phpt | 13 …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 D | hebrevc_variation2.phpt | 97 ) 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.4/tests/classes/ |
H A D | autoload_019.phpt | 2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
|
H A D | new_001.phpt | 2 Confirm difference between assigning new directly and by reference.
|
/PHP-5.4/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 | bug46246.phpt | 2 Bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())
|
/PHP-5.4/ext/date/lib/ |
H A D | tm2unixtime.c | 146 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.4/ext/intl/doc/ |
H A D | Tutorial.txt | 53 (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.4/ext/standard/tests/file/ |
H A D | glob_variation4.phpt | 2 Test glob() function: ensure no platform difference, variation 2
|
H A D | glob_variation3.phpt | 2 Test glob() function: ensure no platform difference
|
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 | lstat_stat_basic.phpt | 72 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 D | stat_basic-win32.phpt | 56 echo "-- comparing difference in dir stats before and after creating file in it --\n"; 78 -- comparing difference in dir stats before and after creating file in it --
|
/PHP-5.4/ext/iconv/tests/ |
H A D | translit-failure.phpt | 15 // with a string as an implode, no difference.
|
/PHP-5.4/ext/standard/tests/array/ |
H A D | array_diff_uassoc_variation10.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_diff_uassoc_variation5.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_diff_uassoc_variation11.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_diff_uassoc_variation7.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_diff_uassoc_variation9.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_diff_uassoc_variation12.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_diff_uassoc_variation14.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
/PHP-5.4/ext/standard/tests/misc/ |
H A D | time_sleep_until_basic.phpt | 19 // to 10th of a second. this means there can be up to a .9 millisecond difference
|
Completed in 33 milliseconds
123