Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/ext/standard/tests/serialize/
H A Dbug35895.phpt15 return array_merge(array("child"), parent::__sleep());
/PHP-7.4/Zend/tests/
H A DselfParent_001.phpt18 var_dump(parent::myDynConst);
H A DselfParent_002.phpt18 var_dump(parent::myDynConst);
H A Dis_callable_trampoline_uaf.phpt9 var_dump(is_callable(array('parent', 'foo')));
H A Dbug72496.phpt2 Bug #72496 (declare public method with signature incompatible with parent private method should not…
H A Dbug73987_1.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types i…
H A Dconstructor_abstract_grantparent.phpt2 LSP checks are performed against an abstract constructor even if it is not a direct parent
/PHP-7.4/ext/opcache/tests/
H A Dpreload_error_handler.phpt16 Warning: Can't preload unlinked class B: Unknown parent A in %s on line %d
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_012.phpt29 return (null === parent::open());
34 return parent::read($key);
/PHP-7.4/ext/soap/tests/
H A Dserver025.phpt11 parent::__construct("http://testuri.org", "Test1", $data);
17 parent::__construct("http://testuri.org", "Test2", $data);
/PHP-7.4/ext/spl/tests/
H A Diterator_053.phpt14 parent::__construct($it, $re, $mode, $flags);
29 $ret = parent::accept();
H A Dbug54281.phpt15 Fatal error: Uncaught LogicException: The object is in an invalid state as the parent constructor w…
H A Dbug34548.phpt15 parent::offsetSet($index, $value);
/PHP-7.4/ext/spl/
H A Dspl_dllist.c373 zend_class_entry *parent = class_type; in spl_dllist_object_new_ex() local
406 while (parent) { in spl_dllist_object_new_ex()
407 if (parent == spl_ce_SplStack) { in spl_dllist_object_new_ex()
410 } else if (parent == spl_ce_SplQueue) { in spl_dllist_object_new_ex()
415 if (parent == spl_ce_SplDoublyLinkedList) { in spl_dllist_object_new_ex()
420 parent = parent->parent; in spl_dllist_object_new_ex()
424 if (!parent) { /* this must never happen */ in spl_dllist_object_new_ex()
429 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
433 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
437 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
[all …]
H A Dspl_heap.c401 zend_class_entry *parent = class_type; in spl_heap_object_new_ex() local
404 intern = zend_object_alloc(sizeof(spl_heap_object), parent); in spl_heap_object_new_ex()
426 while (parent) { in spl_heap_object_new_ex()
427 if (parent == spl_ce_SplPriorityQueue) { in spl_heap_object_new_ex()
434 if (parent == spl_ce_SplMinHeap || parent == spl_ce_SplMaxHeap in spl_heap_object_new_ex()
435 || parent == spl_ce_SplHeap) { in spl_heap_object_new_ex()
437 parent == spl_ce_SplMinHeap ? spl_ptr_heap_zval_min_cmp : spl_ptr_heap_zval_max_cmp, in spl_heap_object_new_ex()
443 parent = parent->parent; in spl_heap_object_new_ex()
447 if (!parent) { /* this must never happen */ in spl_heap_object_new_ex()
453 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dbug40451.phpt23 Warning: SimpleXMLElement::addAttribute(): Unable to locate parent Element in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dbug60192-getlocale.phpt12 // omitting parent::__construct($someLocale);
H A Dbug60192-getsortkey.phpt12 // omitting parent::__construct($someLocale);
H A Dbug60192-compare.phpt11 // omitting parent::__construct($someLocale);
H A Dbug60192-sort.phpt12 // omitting parent::__construct($someLocale);
H A Dbug60192-sortwithsortkeys.phpt12 // omitting parent::__construct($someLocale);
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt130 echo 'Subclass cannot closure over parent private instance method'."\n";
180 echo 'Access private instance method of parent object through "self::" to parent method'."\n";
208 Subclass cannot closure over parent private instance method
212 Access private instance method of parent object through "self::" to parent method
/PHP-7.4/ext/reflection/tests/
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
/PHP-7.4/ext/date/tests/
H A DDateTime_extends_basic3.phpt14 return parent::format($format);
/PHP-7.4/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt2 Read $ownerElement with null parent.

Completed in 71 milliseconds

12345678910>>...18