Home
last modified time | relevance | path

Searched refs:__construct (Results 176 – 200 of 732) sorted by relevance

12345678910>>...30

/PHP-5.6/ext/spl/tests/
H A Dbug41692.phpt8 function __construct()
10 parent::__construct($this->foo);
H A Diterator_046.phpt16 function __construct(Iterator $it, $flags = 0)
18 parent::__construct($it, $flags);
H A Diterator_031.phpt24 function __construct()
49 parent::__construct();
91 MyAppendIterator::__construct
H A Dbug50579.phpt7 public function __construct( ) {
8 parent::__construct(array(
/PHP-5.6/Zend/tests/
H A Dbug45178.phpt6 function __construct() {
13 function __construct() {
H A Dbug53748.phpt8 abstract protected function __construct($config);
19 public function __construct($config)
H A Dbug24635.phpt8 function __construct() { $this->page = new PageClass(); }
16 function __construct($comment) {
H A Dbug38624.phpt8 public function __construct()
32 #1 %s(%d): impl->__construct()
H A Dbug64720.phpt20 public function __construct() {
27 public function __construct() {
/PHP-5.6/ext/date/tests/
H A Dbug52808.phpt124 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z/)
125 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z)
126 DateInterval::__construct(): Unknown or bad format (2007-05-11T15:30:00Z/:00Z)
/PHP-5.6/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 Phar: PharFileInfo::__construct
33 $b->__construct('oops');
50 Warning: PharFileInfo::__construct() expects parameter 1 to be a valid path, array given in %spharf…
/PHP-5.6/ext/reflection/tests/
H A DReflectionObject_isInstantiable_variation.phpt13 public function __construct() {}
20 protected function __construct() {}
27 private function __construct() {}
H A DReflectionMethod_constructor_error2.phpt33 Warning: ReflectionMethod::__construct() expects exactly 1 parameter, 0 given in %s on line 12
37 Warning: ReflectionMethod::__construct() expects exactly 1 parameter, 3 given in %s on line 18
/PHP-5.6/ext/spl/examples/
H A Dfindfile.inc33 function __construct($path, $file)
38 parent::__construct(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)));
44 parent::__construct($it);
/PHP-5.6/tests/classes/
H A Dctor_dtor.phpt18 function __construct() {
38 late::__construct
/PHP-5.6/ext/soap/tests/
H A Dtransport001.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug28969.phpt14 function __construct($wsdl, $options) {
15 parent::__construct($wsdl, $options);
H A Dbug42692.phpt15 function __construct($wsdl, $options) {
16 parent::__construct($wsdl, $options);
H A Dbug46419.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
/PHP-5.6/ext/mysql/tests/
H A D003.phpt13 function __construct() {
75 class24::__construct
80 class24::__construct
85 class24::__construct
/PHP-5.6/ext/dom/
H A Dcdatasection.c45 PHP_ME(domcdatasection, __construct, arginfo_dom_cdatasection_construct, ZEND_ACC_PUBLIC)
50 PHP_METHOD(domcdatasection, __construct) in PHP_METHOD() argument
H A Dcomment.c45 PHP_ME(domcomment, __construct, arginfo_dom_comment_construct, ZEND_ACC_PUBLIC)
50 PHP_METHOD(domcomment, __construct) in PHP_METHOD() argument
H A Dentityreference.c44 PHP_ME(domentityreference, __construct, arginfo_dom_entityreference_construct, ZEND_ACC_PUBLIC)
49 PHP_METHOD(domentityreference, __construct) in PHP_METHOD() argument
/PHP-5.6/ext/json/tests/
H A Dbug61978.phpt11 public function __construct() {
19 public function __construct() {
/PHP-5.6/ext/mysqli/tests/
H A Dbug33263.phpt2 Bug #33263 (mysqli_real_connect in __construct)
15 public function __construct($host, $user, $passwd, $db, $port, $socket) {

Completed in 24 milliseconds

12345678910>>...30