Searched defs:other (Results 1 – 16 of 16) sorted by relevance
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 103 public function equals(IntlCalendar $other): bool {} 121 public function after(IntlCalendar $other): bool {} 127 public function before(IntlCalendar $other): bool {} 290 public function isEquivalentTo(IntlCalendar $other): bool {}
|
/php-src/ext/spl/ |
H A D | spl_observer.c | 242 static void spl_object_storage_addall(spl_SplObjectStorage *intern, spl_SplObjectStorage *other) { … in spl_object_storage_addall() 301 spl_SplObjectStorage *other = spl_object_storage_from_obj(orig); in spl_object_storage_new_ex() local 562 spl_SplObjectStorage *other; in PHP_METHOD() local 580 spl_SplObjectStorage *other; in PHP_METHOD() local 607 spl_SplObjectStorage *other; in PHP_METHOD() local
|
H A D | spl_array.c | 71 spl_array_object *other = Z_SPLARRAY_P(&intern->array); in spl_array_get_hash_table_ptr() local 155 spl_array_object *other = spl_array_from_obj(orig); in spl_array_object_new_ex() local 959 spl_array_object *other = Z_SPLARRAY_P(array); in spl_array_set_array() local
|
H A D | spl_fixedarray.c | 282 spl_fixedarray_object *other = spl_fixed_array_from_obj(orig); in spl_fixedarray_object_new_ex() local
|
H A D | spl_heap.c | 429 spl_heap_object *other = spl_heap_from_obj(orig); in spl_heap_object_new_ex() local
|
H A D | spl_dllist.c | 324 spl_dllist_object *other = spl_dllist_from_obj(orig); in spl_dllist_object_new_ex() local
|
/php-src/ext/dom/ |
H A D | node.c | 1612 static bool php_dom_node_is_content_equal(const xmlNode *this, const xmlNode *other) in php_dom_node_is_content_equal() 1622 static bool php_dom_node_is_ns_uri_equal(const xmlNode *this, const xmlNode *other) in php_dom_node_is_ns_uri_equal() 1629 static bool php_dom_node_is_ns_prefix_equal(const xmlNode *this, const xmlNode *other) in php_dom_node_is_ns_prefix_equal() 1702 static bool php_dom_node_is_equal_node(const xmlNode *this, const xmlNode *other, bool spec_complia… in php_dom_node_is_equal_node() 2345 zval *other, *id; in PHP_METHOD() local 2370 zval *other, *id; in PHP_METHOD() local 2429 xmlNodePtr other, this; in dom_node_compare_document_position() local
|
H A D | php_dom.stub.php | 471 public function contains(DOMNode|DOMNameSpaceNode|null $other): bool {} 475 public function compareDocumentPosition(DOMNode $other): int {} 1446 public function compareDocumentPosition(Node $other): int {} 1447 public function contains(?Node $other): bool {}
|
/php-src/ext/intl/timezone/ |
H A D | timezone.stub.php | 177 public function hasSameRules(IntlTimeZone $other): bool {}
|
/php-src/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 45 CodePointBreakIterator::CodePointBreakIterator(const PHP::CodePointBreakIterator &other) in CodePointBreakIterator()
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 200 function intlcal_after(IntlCalendar $calendar, IntlCalendar $other): bool {} 202 function intlcal_before(IntlCalendar $calendar, IntlCalendar $other): bool {} 248 function intlcal_is_equivalent_to(IntlCalendar $calendar, IntlCalendar $other): bool {} 258 function intlcal_equals(IntlCalendar $calendar, IntlCalendar $other): bool {} 614 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {}
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_elf.h | 72 uint8_t other; member
|
H A D | ir_ra.c | 2813 ir_live_interval *other; in ir_try_allocate_free_reg() local 3029 ir_live_interval *other, *prev; in ir_allocate_blocked_reg() local 3487 ir_live_interval *ival, *other, *prev; in ir_linear_scan() local
|
/php-src/build/ |
H A D | gen_stub.php | 212 public function equals(SimpleType $other): bool { 555 public function equals(SimpleType $other): bool { 854 public function equals(ArgInfo $other): bool { 1180 public function equalsApartFromPhpDocAndRefcount(ReturnInfo $other): bool { 1347 public function equalsApartFromNameAndRefcount(FuncInfo $other): bool {
|
/php-src/Zend/ |
H A D | zend_attributes.c | 379 zend_attribute *other; in zend_is_attribute_repeated() local
|
/php-src/ext/dba/ |
H A D | dba.c | 807 dba_info *other; in php_dba_open() local
|
Completed in 191 milliseconds