Home
last modified time | relevance | path

Searched refs:__construct (Results 151 – 175 of 1254) sorted by relevance

12345678910>>...51

/php-src/ext/dom/tests/manually_call_constructor/
H A Dcomment.phpt2 Manually call __construct() - comment variation
10 $comment->__construct("my new value");
21 $comment->__construct("my even newer value");
H A Ddocument.phpt2 Manually call __construct() - document variation
10 $doc->__construct("1.1", "UTF-8");
H A Delement.phpt2 Manually call __construct() - element variation
10 $element->__construct('foo2', 'my new value');
21 $element->__construct('foo3', 'my new new value');
/php-src/Zend/tests/
H A Dgc_048.phpt10 public function __construct()
19 public function __construct()
21 parent::__construct();
H A Dbug77613.phpt6 public function __construct() {
14 private function __construct() {}
H A Dindirect_method_call_005.phpt7 public function __construct($arr) {
8 parent::__construct($arr);
H A Dns_026.phpt10 function __construct() {
30 Method - Foo\Foo::__construct
32 Method - Foo\Foo::__construct
/php-src/ext/zend_test/tests/
H A Dobserver_sqlite_create_function.phpt30 <!-- init PDO::__construct() -->
31 <PDO::__construct>
32 </PDO::__construct>
/php-src/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt55 Ok - ReflectionMethod::__construct() expects at least 1 argument, 0 given
58 Ok - ReflectionMethod::__construct() expects at most 2 arguments, 3 given
60 Ok - ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be of type object|string, …
61 Ok - ReflectionMethod::__construct(): Argument #2 ($method) must be of type ?string, array given
H A Dbug42976.phpt7 function __construct(&$x) {
29 Warning: C::__construct(): Argument #1 ($x) must be passed by reference, value given in %s on line …
32 Warning: C::__construct(): Argument #1 ($x) must be passed by reference, value given in %s on line …
/php-src/ext/spl/tests/
H A Darray_005.phpt11 public function __construct($id, $name)
32 public function __construct(ArrayObject $students, Student $other)
34 FilterIterator::__construct($students->getIterator());
49 public function __construct()
H A Dbug74058.phpt8 public function __construct($input = [])
10 parent::__construct($input, ArrayObject::ARRAY_AS_PROPS);
28 public function __construct($input = [])
30 parent::__construct($input);
H A Dbug71412.phpt5 echo (new ReflectionMethod('ArrayIterator', '__construct'));
8 Method [ <internal:SPL, ctor> public method __construct ] {
/php-src/ext/date/tests/
H A Dbug-gh8471.phpt47 Object of type DateTime has not been correctly initialized by calling parent::__construct() in its …
48 Object of type DateTime has not been correctly initialized by calling parent::__construct() in its …
49 Object of type DateTimeImmutable has not been correctly initialized by calling parent::__construct(…
50 Object of type DateTimeImmutable has not been correctly initialized by calling parent::__construct(…
/php-src/ext/pdo_mysql/tests/
H A Dbug46292.phpt18 public function __construct() {
49 myclass::__construct()
54 myclass::__construct()
59 myclass::__construct()
/php-src/tests/classes/
H A Diterators_002.phpt10 function __construct($obj) {
73 c_iter::__construct
79 c_iter::__construct
90 c_iter::__construct
101 c_iter::__construct
H A Ddestructor_and_echo.phpt8 function __construct() {
22 Test::__construct
H A Diterators_001.phpt10 function __construct($obj) {
91 c_iter::__construct
107 c_iter::__construct
123 c_iter::__construct
127 c_iter::__construct
145 c_iter::__construct
163 c_iter::__construct
181 c_iter::__construct
/php-src/ext/pdo/tests/
H A Dpdo_013.phpt38 function __construct($name = 'N/A')
79 TestClass::__construct(N/A)
86 TestClass::__construct(N/A)
93 TestClass::__construct(WOW)
100 TestClass::__construct(WOW)
H A Dpdo_009.phpt35 public function __construct()
46 public function __construct()
57 public function __construct()
116 Test1::__construct()
117 Test2::__construct()
118 Test3::__construct()
/php-src/ext/standard/tests/array/
H A Darray_fill_object.phpt29 function __construct($value1 , $value2)
41 function __construct($value1 , $value2 , $value3)
43 parent::__construct($value1 , $value2);
57 function __construct($value1 , $value2)
69 function __construct($value1 , $value2 , $value3)
71 parent::__construct($value1 , $value2);
85 function __construct($value1 , $value2)
97 function __construct($value1 , $value2 , $value3)
99 parent::__construct($value1 , $value2);
113 function __construct($value1 , $value2 , $value3)
[all …]
/php-src/Zend/tests/return_types/
H A D014.phpt7 function __construct() : Foo {}
11 Fatal error: Method Foo::__construct() cannot declare a return type in %s on line %d
/php-src/ext/opcache/tests/jit/
H A Dgh8461-008.phpt24 public function __construct($b)
41 public function __construct()
43 parent::__construct(self::B);
/php-src/ext/tokenizer/tests/
H A DPhpToken_final_constructor.phpt9 public function __construct() {
15 Fatal error: Cannot override final method PhpToken::__construct() in %s on line %d
/php-src/ext/tidy/tests/
H A D035.phpt2 tidyNode::__construct()
10 Fatal error: Uncaught Error: Call to private tidyNode::__construct() from global scope in %s:%d

Completed in 33 milliseconds

12345678910>>...51