Home
last modified time | relevance | path

Searched refs:parent (Results 176 – 200 of 475) sorted by relevance

12345678910>>...19

/PHP-8.1/ext/spl/tests/
H A Darray_024.phpt9 return -parent::count();
H A Drecursivecomparedualiterator.inc32 parent::__construct($it);
40 parent::rewind();
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();
H A Dbug64023.phpt15 // Does not work - outputs parent::__toString()
H A Diterator_052.phpt14 parent::__construct($it, $re, $mode, $flags);
29 $ret = parent::accept();
/PHP-8.1/Zend/tests/
H A Derrmsg_030.phpt2 errmsg: cannot use 'self' as parent class name
H A Dbug30161.phpt17 parent::__construct();
H A Dbug70997.phpt2 Bug #70997 (When using parentClass:: instead of parent::, static context changed)
H A Dbug43332_2.phpt2 Bug #43332.2 (self and parent as type hint in namespace)
H A Dctor_promotion_untyped_default.phpt15 // Missing parent::__construct() call,
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt33 return parent::write($id, $data);
38 return parent::close();
/PHP-8.1/tests/classes/
H A Dctor_dtor_inheritance.phpt33 parent::__construct();
40 parent::__destruct();
/PHP-8.1/ext/opcache/
H A Dzend_persist.c906 …i = (ce->parent && (ce->ce_flags & ZEND_ACC_LINKED)) ? ce->parent->default_static_members_count : … in zend_persist_class_entry()
1067 if (ce->parent) { in zend_update_parent_ce()
1069 zend_class_entry *parent = ce->parent; in zend_update_parent_ce() local
1071 if (parent->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
1072 zend_class_entry *p = zend_shared_alloc_get_xlat_entry(parent); in zend_update_parent_ce()
1075 ce->parent = parent = p; in zend_update_parent_ce()
1080 i = parent->default_static_members_count - 1; in zend_update_parent_ce()
1081 while (parent && parent->default_static_members_table) { in zend_update_parent_ce()
1082 end = parent->parent ? parent->parent->default_static_members_count : 0; in zend_update_parent_ce()
1085 ZVAL_INDIRECT(p, &parent->default_static_members_table[i]); in zend_update_parent_ce()
[all …]
/PHP-8.1/ext/spl/
H A Dspl_dllist.c316 zend_class_entry *parent = class_type; in spl_dllist_object_new_ex() local
349 while (parent) { in spl_dllist_object_new_ex()
350 if (parent == spl_ce_SplStack) { in spl_dllist_object_new_ex()
353 } else if (parent == spl_ce_SplQueue) { in spl_dllist_object_new_ex()
358 if (parent == spl_ce_SplDoublyLinkedList) { in spl_dllist_object_new_ex()
363 parent = parent->parent; in spl_dllist_object_new_ex()
367 ZEND_ASSERT(parent); in spl_dllist_object_new_ex()
371 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
375 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
379 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
[all …]
H A Dspl_heap.c415 zend_class_entry *parent = class_type; in spl_heap_object_new_ex() local
418 intern = zend_object_alloc(sizeof(spl_heap_object), parent); in spl_heap_object_new_ex()
439 while (parent) { in spl_heap_object_new_ex()
440 if (parent == spl_ce_SplPriorityQueue) { in spl_heap_object_new_ex()
447 if (parent == spl_ce_SplMinHeap || parent == spl_ce_SplMaxHeap in spl_heap_object_new_ex()
448 || parent == spl_ce_SplHeap) { in spl_heap_object_new_ex()
450 parent == spl_ce_SplMinHeap ? spl_ptr_heap_zval_min_cmp : spl_ptr_heap_zval_max_cmp, in spl_heap_object_new_ex()
456 parent = parent->parent; in spl_heap_object_new_ex()
460 ZEND_ASSERT(parent); in spl_heap_object_new_ex()
464 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
[all …]
/PHP-8.1/ext/date/tests/
H A Dbug55407.phpt10 return new DateTime(parent::createFromFormat($format, $time, $timezone));
/PHP-8.1/ext/simplexml/tests/
H A D036.phpt10 return parent::count();
/PHP-8.1/ext/reflection/tests/
H A D023.phpt2 ReflectionClass::getDefaultProperties (filtering parent privates)
/PHP-8.1/Zend/tests/traits/
H A Dbug65576b.phpt10 parent::__construct();
/PHP-8.1/Zend/tests/return_types/
H A Dinheritance004.phpt12 public static function test() : parent {
/PHP-8.1/ext/phar/tests/
H A Dphar_oo_008.phpt36 return parent::fgetcsv(',', '"');
69 return implode('|', parent::fgetcsv(',', '"'));
/PHP-8.1/ext/opcache/tests/
H A Dpreload_prop_info_table.phpt2 Preloading of the property info table with internal parent
/PHP-8.1/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_false.phpt2 The default value is false in the parent class method's signature.

Completed in 30 milliseconds

12345678910>>...19