Home
last modified time | relevance | path

Searched refs:parent (Results 201 – 225 of 558) sorted by relevance

12345678910>>...23

/php-src/ext/intl/tests/
H A Duconverter_oop_callback2.phpt15 return parent::toUCallback($reason, $source, $codeUnits, $error);
23 return parent::fromUCallback($reason, $source, $codePoint, $error);
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_007.phpt31 return parent::write($id, $data);
36 return parent::close();
/php-src/ext/opcache/tests/
H A Dparent_type_not_interned.phpt14 public function test(): parent {
/php-src/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc6 parent::close();
/php-src/Zend/tests/
H A Dindirect_method_call_005.phpt8 parent::__construct($arr);
H A Dbug48770_3.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
39 parent::func($str);
H A Derrmsg_030.phpt2 errmsg: cannot use 'self' as parent class name
H A Dbug30161.phpt17 parent::__construct();
/php-src/ext/spl/
H A Dspl_heap.c409 zend_class_entry *parent = class_type; in spl_heap_object_new_ex() local
412 intern = zend_object_alloc(sizeof(spl_heap_object), parent); in spl_heap_object_new_ex()
433 while (parent) { in spl_heap_object_new_ex()
434 if (parent == spl_ce_SplPriorityQueue) { in spl_heap_object_new_ex()
440 if (parent == spl_ce_SplMinHeap || parent == spl_ce_SplMaxHeap in spl_heap_object_new_ex()
441 || parent == spl_ce_SplHeap) { in spl_heap_object_new_ex()
443 parent == spl_ce_SplMinHeap ? spl_ptr_heap_zval_min_cmp : spl_ptr_heap_zval_max_cmp, in spl_heap_object_new_ex()
448 parent = parent->parent; in spl_heap_object_new_ex()
452 ZEND_ASSERT(parent); in spl_heap_object_new_ex()
456 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
[all …]
H A Dspl_dllist.c311 zend_class_entry *parent = class_type; in spl_dllist_object_new_ex() local
344 while (parent) { in spl_dllist_object_new_ex()
345 if (parent == spl_ce_SplStack) { in spl_dllist_object_new_ex()
347 } else if (parent == spl_ce_SplQueue) { in spl_dllist_object_new_ex()
351 if (parent == spl_ce_SplDoublyLinkedList) { in spl_dllist_object_new_ex()
355 parent = parent->parent; in spl_dllist_object_new_ex()
359 ZEND_ASSERT(parent); in spl_dllist_object_new_ex()
363 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
367 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
371 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
[all …]
/php-src/Zend/tests/type_declarations/variance/
H A Dunlinked_parent_1.phpt2 Using an unlinked parent class
H A Dunlinked_parent_2.phpt2 Using an unlinked parent interface
/php-src/ext/spl/tests/
H A Dfixedarray_018.phpt9 return -parent::count();
H A Drecursivecomparedualiterator.inc32 parent::__construct($it);
40 parent::rewind();
H A Darray_024.phpt9 return -parent::count();
H A Ddllist_008.phpt11 return -parent::count();
H A DSplFixedArray_override_offsetGet_only.phpt8 return "prefix_" . parent::offsetGet($key);
H A Dheap_010.phpt11 return -parent::count();
/php-src/tests/classes/
H A Dctor_dtor_inheritance.phpt33 parent::__construct();
40 parent::__destruct();
/php-src/Zend/tests/attributes/override/
H A D021.phpt19 Fatal error: C::__construct() has #[\Override] attribute, but no matching parent method exists in %…
H A D014.phpt18 Fatal error: E::e() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D017.phpt21 Fatal error: C::t() has #[\Override] attribute, but no matching parent method exists in %s on line …
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.h54 lxb_dom_node_t *parent; member
120 lxb_dom_node_replace_all(lxb_dom_node_t *parent, lxb_dom_node_t *node);
196 return node->parent; in lxb_dom_node_parent()
/php-src/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt2 Read $ownerElement with null parent.
/php-src/Zend/tests/attributes/
H A D032_attribute_validation_scope.phpt5 #[Attribute(parent::x)]

Completed in 40 milliseconds

12345678910>>...23