Home
last modified time | relevance | path

Searched refs:parent (Results 101 – 125 of 312) sorted by relevance

12345678910>>...13

/PHP-5.3/Zend/tests/
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();
H A Dbug43332_2.phpt2 Bug #43332.2 (self and parent as type hint in namespace)
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt25 return call_user_func_array(array($this, 'parent::__construct'), func_get_args());
30 return call_user_func_array(array($this, 'parent::exec'), func_get_args());
35 return call_user_func_array(array($this, 'parent::query'), func_get_args());
/PHP-5.3/tests/classes/
H A Dbug24399.phpt2 Bug #24399 (is_subclass_of() crashes when parent class doesn't exist)
H A Dctor_dtor_inheritance.phpt35 parent::__construct();
42 parent::__destruct();
H A Dctor_name_clash.phpt2 ZE2 The child class can re-use the parent class name for a function member
/PHP-5.3/ext/spl/examples/
H A Dnocvsdir.php34 parent::__construct(new RecursiveDirectoryIterator($path));
H A Drecursivecomparedualiterator.inc32 parent::__construct($it);
40 parent::rewind();
H A Dfindfile.inc38 parent::__construct(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)));
44 parent::__construct($it);
H A Dcallbackfilteriterator.inc44 parent::__construct($it);
55 $this->key = parent::key();
56 $this->current = parent::current();
/PHP-5.3/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc6 parent::close();
/PHP-5.3/ext/spl/tests/
H A Dfixedarray_018.phpt9 return -parent::count();
H A Dheap_isempty_variation_001.phpt8 return -parent::compare();
H A Darray_024.phpt9 return -parent::count();
H A Ddllist_008.phpt11 return -parent::count();
H A Dheap_010.phpt11 return -parent::count();
H A Diterator_047.phpt22 return parent::hasChildren();
29 return parent::getChildren();
H A Dspl_maxheap_compare_basic.phpt13 return parent::compare(1);
H A Dbug64023.phpt15 // Does not work - outputs parent::__toString()
/PHP-5.3/ext/spl/internal/
H A Dregexiterator.inc53 parent::__construct($it);
71 $this->key = parent::key();
72 $this->current = parent::current();
73 /* note that we use $this->current, rather than calling parent::current() */
/PHP-5.3/ext/spl/examples/tests/
H A Dexamples.inc7 parent::__construct();
/PHP-5.3/ext/phar/tests/
H A Dphar_oo_008.phpt37 return parent::fgetcsv(',', '"');
69 return parent::fgetcsv(',', '"');
/PHP-5.3/ext/spl/
H A Dspl_dllist.c371 zend_class_entry *parent = class_type; in spl_dllist_object_new_ex() local
407 while (parent) { in spl_dllist_object_new_ex()
408 if (parent == spl_ce_SplStack) { in spl_dllist_object_new_ex()
411 } else if (parent == spl_ce_SplQueue) { in spl_dllist_object_new_ex()
416 if (parent == spl_ce_SplDoublyLinkedList) { in spl_dllist_object_new_ex()
421 parent = parent->parent; in spl_dllist_object_new_ex()
427 if (!parent) { /* this must never happen */ in spl_dllist_object_new_ex()
432 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
436 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
440 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
[all …]

Completed in 77 milliseconds

12345678910>>...13