Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/tests/
H A Dcalendar_equals_error.phpt2 IntlCalendar::equals(): bad arguments
19 var_dump($c->equals());
24 var_dump($c->equals(new stdclass));
29 var_dump($c->equals(1, 2));
47 error: 0, IntlCalendar::equals() expects exactly 1 argument, 0 given
49 error: 0, IntlCalendar::equals(): Argument #1 ($other) must be of type IntlCalendar, stdClass given
51 error: 0, IntlCalendar::equals() expects exactly 1 argument, 2 given
H A Dcalendar_equals_before_after_basic.phpt2 IntlCalendar::equals(), ::before() and ::after() basic test
19 var_dump("1 eq 1", $intlcal1->equals($intlcal1));
21 var_dump("1 eq 2", $intlcal1->equals($intlcal2));
25 var_dump("1 eq 3", $intlcal1->equals($intlcal3));
H A Dgh12243.phpt2 GitHub #12043 segfault with IntlDateFormatter::dateType where it equals to UDAT_PATTERN (icu 50) but
H A Dtimezone_equals_error.phpt2 IntlTimeZone equals handler: error test
H A Dcollator_get_error_code.phpt14 * Check if error code equals to expected one.
H A Dtimezone_equals_basic.phpt2 IntlTimeZone equals handler: basic test
/PHP-8.3/ext/standard/tests/array/
H A Darray_fill_error2.phpt16 // calling array_fill() with 'count' equals to INT_MAX
/PHP-8.3/ext/date/tests/
H A Dbug70810.phpt2 Bug #70810: DateInterval equals every other DateInterval
/PHP-8.3/ext/intl/calendar/
H A Dcalendar.stub.php220 public function equals(IntlCalendar $other): bool {} function in IntlCalendar
H A Dcalendar_arginfo.h266 ZEND_ME_MAPPING(equals, intlcal_equals, arginfo_class_IntlCalendar_equals, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp911 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
/PHP-8.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt74 [=] => =
H A Dget_html_translation_table_basic5.phpt752 [=] => =
H A Dhtml_entity_decode_html5.phpt981 "=",
3115 = => = 3d
H A Dhtmlentities_html5.phpt133 = U+0003D
/PHP-8.3/tests/lang/
H A D024.phpt446 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 D023.phpt103 20 equals 20<br>
/PHP-8.3/ext/gd/tests/
H A Dfunc.inc63 * Tests that an in-memory image equals a PNG file.
/PHP-8.3/build/
H A Dgen_stub.php200 public function equals(SimpleType $other): bool { function in ArrayType
201 if (!parent::equals($other)) {
207 return Type::equals($this->keyType, $other->keyType) &&
208 Type::equals($this->valueType, $other->valueType);
539 public function equals(SimpleType $other): bool { function in SimpleType
738 public static function equals(?Type $a, ?Type $b): bool { function in Type
748 if (!$a->types[$i]->equals($b->types[$i])) {
838 public function equals(ArgInfo $other): bool { function in ArgInfo
842 && Type::equals($this->type, $other->type)
1158 && Type::equals($this->type, $other->type)
[all …]
/PHP-8.3/win32/build/
H A Dphpize.js.in179 // If it is --foo=bar, split on the equals sign
/PHP-8.3/ext/standard/tests/file/
H A Dfile.inc626 echo "Error: stat1 equals stat2 at key value: $fields[$index]\n";
/PHP-8.3/ext/standard/html_tables/
H A Dents_html5.txt976 equals 0003D
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch3190 + /* Cut the search len from haystack, equals to REG_STARTEND */
3203 + /* Need to fetch global match which equals pmatch[0] */
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic4660 # compression tag minus one equals numeric compression command line switch z[1-9]
H A Dmagic私はガラスを食べられます4660 # compression tag minus one equals numeric compression command line switch z[1-9]

Completed in 241 milliseconds