Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.6/ext/session/tests/
H A Dsession_set_save_handler_class_008.phpt37 return parent::write($id, $data);
42 return parent::close();
H A Dsession_set_save_handler_class_009.phpt37 return parent::write($id, $data);
42 return parent::close();
H A Dsession_set_save_handler_class_010.phpt37 return parent::write($id, $data);
42 return parent::close();
H A Dsession_set_save_handler_class_011.phpt38 return parent::write($id, $data);
47 return parent::close();
H A Dsession_set_save_handler_class_012.phpt27 return parent::open();
32 return parent::read($key);
H A Dsession_set_save_handler_class_007.phpt37 return parent::write($id, $data);
42 return parent::close();
/PHP-5.6/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.6/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();
/PHP-5.6/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.6/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc6 parent::close();
/PHP-5.6/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
/PHP-5.6/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();
/PHP-5.6/ext/spl/examples/tests/
H A Dexamples.inc7 parent::__construct();
/PHP-5.6/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.6/ext/phar/tests/
H A Dphar_oo_008.phpt37 return parent::fgetcsv(',', '"');
69 return parent::fgetcsv(',', '"');

Completed in 20 milliseconds

12345678910>>...15