Home
last modified time | relevance | path

Searched refs:__construct (Results 51 – 75 of 944) sorted by relevance

12345678910>>...38

/PHP-7.2/ext/soap/tests/
H A Dclassmap004.phpt11 function __construct($a){
26 function __construct($a){
27 parent::__construct($a);
38 function __construct($wsdl, $options) {
39 parent::__construct($wsdl, $options);
/PHP-7.2/ext/reflection/tests/
H A DReflectionExtension_constructor_error.phpt2 ReflectionExtension::__construct()
30 Ok - ReflectionExtension::__construct() expects exactly %d parameter, %d given
31 Ok - ReflectionExtension::__construct() expects exactly %d parameter, %d given
32 Ok - ReflectionExtension::__construct() expects parameter 1 to be string, array given
H A DReflectionMethod_constructor_basic.phpt7 function __construct() {
13 $methodInfo = new ReflectionMethod("NewCtor::__construct");
19 $methodInfo = new ReflectionMethod("ExtendsNewCtor::__construct");
57 function __construct() {
66 $methodInfo = new ReflectionMethod("OldAndNewCtor::__construct");
70 function __construct() {
79 $methodInfo = new ReflectionMethod("NewAndOldCtor::__construct");
/PHP-7.2/Zend/tests/
H A Dlsb_010.phpt11 public function __construct() {
12 echo static::$className . "::__construct\n";
33 Foo::__construct
34 FooChild::__construct
H A Dbug30161.phpt7 public function __construct() {
15 public function __construct() {
17 parent::__construct();
H A Dconstants_006.phpt13 public function __construct() {
29 string(21) "test\foo::__construct"
31 string(11) "__construct"
H A Dbug71248.phpt9 public function __construct(Hint1 $x) { }
13 public function __construct(Hint1 $x);
21 public function __construct(Hint2 $x) { }
H A Dbug60536_001.phpt11 function __construct() {
16 function __construct() {
21 $a->__construct();
H A Dbug62907.phpt9 eval ("abstract class A { use T { T::__construct as __asconstruct; }}");
11 eval ("trait T { public function __construct() { } }");
17 public function __construct() {
H A Dbug37632.phpt67 function __construct($x);
72 protected function __construct()
89 protected function __construct()
101 protected function __construct()
118 protected function __construct()
135 Fatal error: Uncaught Error: Call to protected C4::__construct() from context 'B4' in %sbug37632.ph…
H A Dbug63305.phpt19 TDatabaseObject::__construct as private databaseObjectConstruct;
21 public function __construct() {
30 public function __construct() {
H A Dns_028.phpt8 function __construct() {
22 Method - Foo::__construct
24 Method - Foo\Foo::__construct
/PHP-7.2/tests/classes/
H A Dserialize_001.phpt10 function __construct($data)
53 Test::__construct(String)
66 Test::__construct()
71 Test::__construct(42)
76 Test::__construct()
/PHP-7.2/ext/spl/tests/
H A Diterator_041b.phpt19 function __construct()
23 parent::__construct(array(1, 2));
101 State 0: __construct()
102 State 1: __construct()
116 State 0: __construct()
117 State 1: __construct()
H A Darray_022.phpt9 public function __construct()
11 parent::__construct($this);
30 public function __construct()
32 parent::__construct($this);
H A Dbug62672.phpt10 public function __construct(Iterator $source)
20 public function __construct(ArrayObject $keys)
23 parent::__construct($keys->getIterator());
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt39 // NOTE: PDO does not care about private and calls __construct() after __set()
40 private function __construct($param1, $param2) {
41 printf("myclass::__construct(%s, %s): %d / %d\n",
46 // NOTE: PDO will call __set() prior to calling __construct()
55 // NOTE: PDO can call regular methods prior to calling __construct()
88 myclass::__construct(0, 1): 4 / 4
93 myclass::__construct(1, 2): 8 / 4
98 myclass::__construct(2, 3): 12 / 4
/PHP-7.2/Zend/tests/traits/
H A Dbug65576b.phpt8 public function __construct()
10 parent::__construct();
17 public function __construct()
/PHP-7.2/ext/dom/tests/
H A Dbug66502.phpt14 $comment->__construct("Comment 1");
15 $comment->__construct("Comment 2");
16 $comment->__construct("Comment 3");
/PHP-7.2/ext/phar/tests/
H A Dbug74386.phpt2 Phar: bug #74386: Phar::__construct(): wrong number of parameters by reflection
7 $r = new ReflectionMethod(Phar::class, '__construct');
11 $r = new ReflectionMethod(PharData::class, '__construct');
/PHP-7.2/ext/mysqli/tests/
H A Dbug34785.phpt14 public function __construct($link, $query) {
15 parent::__construct($link, $query);
21 public function __construct($link, $query) {
22 parent::__construct($link, $query);
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug76300.phpt7 public function __construct($id)
14 public function __construct($id)
16 parent::__construct($id + 20);
/PHP-7.2/ext/pdo/tests/
H A Dpdo_011.phpt25 private function __construct($name, $db)
43 public function __construct($id, $val)
88 Test1::__construct(0,0)
148 Test1::__construct(1,A)
150 Test1::__construct(2,B)
152 Test1::__construct(3,C)
154 Test1::__construct(4,D)
186 Test1::__construct(1,A)
188 Test1::__construct(2,B)
190 Test1::__construct(3,C)
[all …]
/PHP-7.2/ext/date/tests/
H A DDatePeriod_wrong_constructor.phpt2 DatePeriod: Test wrong __construct parameter
13 Fatal error: Uncaught Exception: DatePeriod::__construct(): This constructor accepts either (DateTi…
15 #0 %s(%d): DatePeriod->__construct()
H A DDatePeriod_wrong_recurrence_on_constructor.phpt2 DatePeriod: Test wrong recurrence parameter on __construct
18 DatePeriod::__construct(): The recurrence count '0' is invalid. Needs to be > 0
19 DatePeriod::__construct(): The recurrence count '-1' is invalid. Needs to be > 0

Completed in 28 milliseconds

12345678910>>...38