Searched refs:equals (Results 1 – 22 of 22) sorted by relevance
/PHP-7.0/ext/intl/tests/ |
H A D | calendar_equals_error.phpt | 2 IntlCalendar::equals(): bad arguments 21 var_dump($c->equals()); 26 var_dump($c->equals(new stdclass)); 31 var_dump($c->equals(1, 2)); 49 error: 2, IntlCalendar::equals() expects exactly 1 parameter, 0 given 50 error: 2, IntlCalendar::equals(): intlcal_equals: bad arguments 52 error: 0, Argument 1 passed to IntlCalendar::equals() must be an instance of IntlCalendar, instance… 54 error: 0, Argument 1 passed to IntlCalendar::equals() must be an instance of IntlCalendar, integer …
|
H A D | calendar_equals_before_after_basic.phpt | 2 IntlCalendar::equals(), ::before() and ::after() basic test 21 var_dump("1 eq 1", $intlcal1->equals($intlcal1)); 23 var_dump("1 eq 2", $intlcal1->equals($intlcal2)); 27 var_dump("1 eq 3", $intlcal1->equals($intlcal3));
|
H A D | timezone_equals_error.phpt | 2 IntlTimeZone equals handler: error test
|
H A D | collator_get_error_code.phpt | 14 * Check if error code equals to expected one.
|
H A D | timezone_equals_basic.phpt | 2 IntlTimeZone equals handler: basic test
|
H A D | formatter_get_set_attribute.phpt | 72 // Get current value of the attribute and check if it equals $new_val.
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic6.phpt | 74 [=] => =
|
H A D | get_html_translation_table_basic5.phpt | 752 [=] => =
|
H A D | html_entity_decode_html5.phpt | 981 "=", 3115 = => = 3d
|
H A D | htmlentities_html5.phpt | 133 = U+0003D
|
/PHP-7.0/ext/gd/tests/ |
H A D | func.inc | 63 * Tests that an in-memory image equals a PNG file.
|
/PHP-7.0/tests/lang/ |
H A D | 024.phpt | 446 20 equals 20 671 20 equals 20 896 20 equals 20 1121 20 equals 20 1346 20 equals 20 1571 20 equals 20 1796 20 equals 20 2021 20 equals 20 2246 20 equals 20 2471 20 equals 20 [all …]
|
H A D | 023.phpt | 103 20 equals 20<br>
|
/PHP-7.0/win32/build/ |
H A D | phpize.js.in | 182 // If it is --foo=bar, split on the equals sign
|
/PHP-7.0/ext/intl/calendar/ |
H A D | calendar_class.cpp | 428 PHP_ME_MAPPING(equals, intlcal_equals, ainfo_cal_other_cal, ZEND_ACC_PUBLIC)
|
H A D | calendar_methods.cpp | 1022 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | file.inc | 619 echo "Error: stat1 equals stat2 at key value: $fields[$index]\n";
|
/PHP-7.0/ext/standard/ |
H A D | basic_functions.c | 4091 int equals = 0; local 4109 equals = 1; 4115 if (equals) {
|
/PHP-7.0/ext/standard/html_tables/ |
H A D | ents_html5.txt | 976 equals 0003D
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 3602 + /* Cut the search len from haystack, equals to REG_STARTEND */ 3615 + /* Need to fetch global match which equals pmatch[0] */
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3468 ject (in UTF-32 mode, one data unit equals one character, so all off-
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 2793 # compression tag minus one equals numeric compression command line switch z[1-9]
|
Completed in 133 milliseconds