Home
last modified time | relevance | path

Searched refs:__construct (Results 76 – 100 of 1118) sorted by relevance

12345678910>>...45

/PHP-8.1/Zend/tests/
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 Dbug63305.phpt19 TDatabaseObject::__construct as private databaseObjectConstruct;
21 public function __construct() {
30 public function __construct() {
H A Dns_028.phpt8 function __construct() {
23 Method - Foo::__construct
25 Method - Foo\Foo::__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 scope B4 in %s:%d
H A Dget_class_vars_003.phpt17 protected function __construct() {
27 public function __construct() {
28 parent::__construct();
H A Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
11 function __construct() {
21 #0 %s(%d): c->__construct()
H A Dns_071.phpt9 public function __construct(array $x = NULL) {
21 Fatal error: Uncaught TypeError: foo\bar::__construct(): Argument #1 ($x) must be of type ?array, s…
23 #0 %s(%d): foo\bar->__construct(Object(stdClass))
/PHP-8.1/tests/classes/
H A Dserialize_001.phpt10 function __construct($data)
52 Test::__construct(String)
65 Test::__construct()
70 Test::__construct(42)
75 Test::__construct()
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt6 function __construct() {}
26 Constructor of NewCtor: __construct
27 Constructor of ExtendsNewCtor: __construct
H A DReflectionClass_isInstantiable_variation.phpt9 public function __construct() {}
13 protected function __construct() {}
17 private function __construct() {}
H A DReflectionProperty_error.phpt29 Ok - ReflectionProperty::__construct() expects exactly 2 arguments, 0 given
30 Ok - ReflectionProperty::__construct() expects exactly 2 arguments, 1 given
31 Ok - ReflectionProperty::__construct() expects exactly 2 arguments, 3 given
/PHP-8.1/ext/pdo/tests/
H A Dpdo_011.phpt44 public function __construct($id, $val)
88 DerivedStatement::__construct(Overloaded)
89 Test1::__construct(0,0)
149 Test1::__construct(1,A)
151 Test1::__construct(2,B)
153 Test1::__construct(3,C)
155 Test1::__construct(4,D)
187 Test1::__construct(1,A)
189 Test1::__construct(2,B)
191 Test1::__construct(3,C)
[all …]
/PHP-8.1/ext/intl/tests/
H A Dbug62081.phpt11 var_dump($x->__construct('en', 1, 1));
14 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call …
16 #0 %sbug62081.php(4): IntlDateFormatter->__construct('en', 1, 1)
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug76300.phpt7 public function __construct($id)
14 public function __construct($id)
16 parent::__construct($id + 20);
/PHP-8.1/ext/date/tests/
H A DDatePeriod_wrong_recurrence_on_constructor.phpt2 DatePeriod: Test wrong recurrence parameter on __construct
19 DatePeriod::__construct(): Recurrence count must be greater than 0
20 DatePeriod::__construct(): Recurrence count must be greater than 0
/PHP-8.1/ext/dom/tests/manually_call_constructor/
H A Ddocumentfragment.phpt2 Manually call __construct() - document fragment variation
10 $fragment->__construct();
21 $fragment->__construct();
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt41 // NOTE: PDO does not care about private and calls __construct() after __set()
42 private function __construct($param1, $param2) {
43 printf("myclass::__construct(%s, %s): %d / %d\n",
48 // NOTE: PDO will call __set() prior to calling __construct()
57 // NOTE: PDO can call regular methods prior to calling __construct()
95 myclass::__construct(0, 1): 4 / 4
100 myclass::__construct(1, 2): 8 / 4
105 myclass::__construct(2, 3): 12 / 4
/PHP-8.1/ext/mysqli/tests/
H A Dbug38003.phpt10 private function __construct($hostname, $username, $password, $database) {
11 var_dump("DB::__construct() called");
20 Fatal error: Uncaught Error: Call to private DB::__construct() from global scope in %s
/PHP-8.1/Zend/tests/attributes/
H A D031_backtrace.phpt8 public function __construct() {
22 #0 %s031_backtrace.php(12): MyAttribute->__construct()
32 string(11) "__construct"
72 string(11) "__construct"
/PHP-8.1/Zend/
H A Dzend_attributes.stub.php9 public function __construct(int $flags = Attribute::TARGET_ALL) {} function in Attribute
14 public function __construct() {} function in ReturnTypeWillChange
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug43831.phpt9 function __construct($dsn) {
10 parent::__construct($dsn, null, null, array(PDO::ATTR_PERSISTENT => true));
15 function __construct($dsn) {
16 parent::__construct($dsn, null, null, array(PDO::ATTR_PERSISTENT => true));
H A Dbug48773.phpt9 private function __construct() {
15 function __construct($dsn, $username, $password, $driver_options = array()) {
17 parent::__construct($dsn, $username, $password, $driver_options);
/PHP-8.1/Zend/tests/assert/
H A Dexpect_009.phpt9 public function __construct() {
13 public function __construct() {
23 #1 %sexpect_009.php(%d): Two->__construct()
/PHP-8.1/ext/spl/
H A Dspl_iterators_arginfo.h319 ZEND_METHOD(CallbackFilterIterator, __construct);
342 ZEND_METHOD(IteratorIterator, __construct);
349 ZEND_METHOD(FilterIterator, __construct);
354 ZEND_METHOD(ParentIterator, __construct);
355 ZEND_METHOD(LimitIterator, __construct);
361 ZEND_METHOD(CachingIterator, __construct);
378 ZEND_METHOD(NoRewindIterator, __construct);
384 ZEND_METHOD(AppendIterator, __construct);
392 ZEND_METHOD(InfiniteIterator, __construct);
394 ZEND_METHOD(RegexIterator, __construct);
[all …]

Completed in 31 milliseconds

12345678910>>...45