/php-src/ext/intl/tests/ |
H A D | calendar_equals_error.phpt | 2 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 D | calendar_equals_before_after_basic.phpt | 2 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 D | gh12243.phpt | 2 GitHub #12043 segfault with IntlDateFormatter::dateType where it equals to UDAT_PATTERN (icu 50) but
|
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
|
/php-src/ext/standard/tests/array/ |
H A D | array_fill_error2.phpt | 16 // calling array_fill() with 'count' equals to INT_MAX
|
/php-src/ext/date/tests/ |
H A D | bug70810.phpt | 2 Bug #70810: DateInterval equals every other DateInterval
|
/php-src/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-src/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-src/ext/gd/tests/ |
H A D | func.inc | 63 * Tests that an in-memory image equals a PNG file.
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 103 public function equals(IntlCalendar $other): bool {} function in IntlCalendar
|
H A D | calendar_methods.cpp | 917 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
|
/php-src/build/ |
H A D | gen_stub.php | 212 public function equals(SimpleType $other): bool { function in ArrayType 213 if (!parent::equals($other)) { 219 return Type::equals($this->keyType, $other->keyType) && 220 Type::equals($this->valueType, $other->valueType); 555 public function equals(SimpleType $other): bool { function in SimpleType 754 public static function equals(?Type $a, ?Type $b): bool { function in Type 764 if (!$a->types[$i]->equals($b->types[$i])) { 854 public function equals(ArgInfo $other): bool { function in ArgInfo 858 && Type::equals($this->type, $other->type) 1182 && Type::equals($this->type, $other->type) [all …]
|
/php-src/win32/build/ |
H A D | phpize.js.in | 179 // If it is --foo=bar, split on the equals sign
|
/php-src/ext/standard/tests/file/ |
H A D | file.inc | 626 echo "Error: stat1 equals stat2 at key value: $fields[$index]\n";
|
/php-src/ext/standard/html_tables/ |
H A D | ents_html5.txt | 976 equals 0003D
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 3304 + /* Cut the search len from haystack, equals to REG_STARTEND */ 3317 + /* Need to fetch global match which equals pmatch[0] */
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 4660 # compression tag minus one equals numeric compression command line switch z[1-9]
|
H A D | magic | 4660 # compression tag minus one equals numeric compression command line switch z[1-9]
|