Home
last modified time | relevance | path

Searched refs:parent (Results 126 – 150 of 357) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc6 parent::close();
/PHP-5.5/Zend/tests/
H A Dindirect_method_call_005.phpt8 parent::__construct($arr);
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.5/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_052.phpt14 parent::__construct($it, $re, $mode, $flags);
29 $ret = parent::accept();
H A Dspl_maxheap_compare_basic.phpt13 return parent::compare(1);
H A Dbug64023.phpt15 // Does not work - outputs parent::__toString()
H A Dbug69737.phpt7 return -parent::notexist($a, $b);
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt37 return parent::write($id, $data);
42 return parent::close();
H A Dsession_set_save_handler_class_012.phpt27 return parent::open();
32 return parent::read($key);
/PHP-5.5/ext/spl/examples/
H A Dfindfile.inc38 parent::__construct(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)));
44 parent::__construct($it);
H A Drecursivecomparedualiterator.inc32 parent::__construct($it);
40 parent::rewind();
H A Dcallbackfilteriterator.inc44 parent::__construct($it);
55 $this->key = parent::key();
56 $this->current = parent::current();
/PHP-5.5/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.5/ext/spl/examples/tests/
H A Dexamples.inc7 parent::__construct();
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_008.phpt37 return parent::fgetcsv(',', '"');
69 return parent::fgetcsv(',', '"');
/PHP-5.5/tests/classes/
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.5/Zend/tests/traits/
H A Dbug65576b.phpt10 parent::__construct();

Completed in 54 milliseconds

12345678910>>...15