Home
last modified time | relevance | path

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

12345678910>>...51

/php-src/ext/random/tests/03_randomizer/
H A Dconstruct_twice.phpt2 Random: Randomizer: Calling __construct() fails due to readonly $engine property
15 (new Randomizer())->__construct();
22 $randomizer->__construct(new PcgOneseq128XslRr64());
29 $randomizer->__construct(new TestShaEngine("1234"));
36 $randomizer->__construct(new TestShaEngine("1234"));
/php-src/ext/date/tests/
H A Dbug48476.phpt6 public function __construct() { }
9 public function __construct() { }
35 …riting DateTime) has not been correctly initialized by calling parent::__construct() in its constr…
36 …riting DateTime) has not been correctly initialized by calling parent::__construct() in its constr…
37 …ng DateTimeZone) has not been correctly initialized by calling parent::__construct() in its constr…
H A DDatePeriod_uninitialised_exceptions.phpt9 function __construct()
40 …ting DatePeriod) has not been correctly initialized by calling parent::__construct() in its constr…
41 …ting DatePeriod) has not been correctly initialized by calling parent::__construct() in its constr…
42 …ting DatePeriod) has not been correctly initialized by calling parent::__construct() in its constr…
43 … type DatePeriod has not been correctly initialized by calling parent::__construct() in its constr…
H A DDateTimeImmutable_createFromInterface_exceptions.phpt9 function __construct()
16 function __construct()
36 …riting DateTime) has not been correctly initialized by calling parent::__construct() in its constr…
37 …teTimeImmutable) has not been correctly initialized by calling parent::__construct() in its constr…
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-src/ext/spl/tests/
H A Diterator_041b.phpt19 function __construct()
23 parent::__construct(array(1, 2));
99 State 0: __construct()
100 State 1: __construct()
114 State 0: __construct()
115 State 1: __construct()
H A Dbug77431.phpt2 Bug #77431 (SplFileInfo::__construct() accepts NUL bytes)
8 Fatal error: Uncaught ValueError: SplFileInfo::__construct(): Argument #1 ($filename) must not cont…
10 #0 %s(%d): SplFileInfo->__construct('bad\x00good')
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-src/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-src/Zend/tests/traits/
H A Dbug65576b.phpt8 public function __construct()
10 parent::__construct();
17 public function __construct()
/php-src/Zend/
H A Dzend_attributes_arginfo.h27 ZEND_METHOD(Attribute, __construct);
28 ZEND_METHOD(ReturnTypeWillChange, __construct);
29 ZEND_METHOD(AllowDynamicProperties, __construct);
30 ZEND_METHOD(SensitiveParameter, __construct);
31 ZEND_METHOD(SensitiveParameterValue, __construct);
34 ZEND_METHOD(Override, __construct);
37 ZEND_ME(Attribute, __construct, arginfo_class_Attribute___construct, ZEND_ACC_PUBLIC)
42 …ZEND_ME(ReturnTypeWillChange, __construct, arginfo_class_ReturnTypeWillChange___construct, ZEND_AC…
47 …ZEND_ME(AllowDynamicProperties, __construct, arginfo_class_AllowDynamicProperties___construct, ZEN…
52 …ZEND_ME(SensitiveParameter, __construct, arginfo_class_SensitiveParameter___construct, ZEND_ACC_PU…
[all …]
/php-src/ext/mysqli/tests/
H A Dbug34785.phpt15 public function __construct($link, $query) {
16 parent::__construct($link, $query);
22 public function __construct($link, $query) {
23 parent::__construct($link, $query);
/php-src/Zend/tests/
H A Dconstants_006.phpt13 public function __construct() {
29 string(21) "test\foo::__construct"
31 string(11) "__construct"
H A Dctor_promotion_untyped_default.phpt7 public function __construct(
14 public function __construct() {
15 // Missing parent::__construct() call,
H A Dbug71248.phpt9 public function __construct(Hint1 $x) { }
13 public function __construct(Hint1 $x);
21 public function __construct(Hint2 $x) { }
H A Dbug79897.phpt8 public function __construct($value)
14 public function __construct(
23 var_dump((new ReflectionParameter(['A', '__construct'], 'b'))->getAttributes()[0]->getArguments());
H A Dbug60536_001.phpt11 function __construct() {
17 function __construct() {
22 $a->__construct();
/php-src/ext/reflection/
H A Dphp_reflection.stub.php122 public function __construct(Closure|string $function) {} function in ReflectionFunction
147 public function __construct(Generator $generator) {} function in ReflectionGenerator
255 public function __construct(object|string $objectOrClass) {} function in ReflectionClass
421 public function __construct(object $object) {} function in ReflectionObject
573 public function __construct($function, int|string $param) {} function in ReflectionParameter
684 public function __construct(string $name) {} function in ReflectionExtension
730 public function __construct(string $name) {} function in ReflectionZendExtension
760 private function __construct() {} function in ReflectionReference
781 private function __construct() {} function in ReflectionAttribute
819 public function __construct(Fiber $fiber) {} function in ReflectionFiber
[all …]
/php-src/ext/opcache/tests/jit/
H A Dgh8461-007.inc12 public function __construct($b)
29 public function __construct()
31 parent::__construct(self::B);
/php-src/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-src/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt6 function __construct() {}
26 Constructor of NewCtor: __construct
27 Constructor of ExtendsNewCtor: __construct
/php-src/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-src/ext/standard/tests/serialize/
H A Dbug76300.phpt7 public function __construct($id)
14 public function __construct($id)
16 parent::__construct($id + 20);
/php-src/ext/dom/tests/manually_call_constructor/
H A Ddocumentfragment.phpt2 Manually call __construct() - document fragment variation
10 $fragment->__construct();
21 $fragment->__construct();

Completed in 30 milliseconds

12345678910>>...51