Home
last modified time | relevance | path

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

12345678910>>...45

/PHP-8.1/ext/spl/tests/
H A DSplFixedArray__construct_param_string.phpt2 SplFixedArray::__construct() with string passed as parameter.
16 Ok - SplFixedArray::__construct(): Argument #1 ($size) must be of type int, string given
H A Diterator_003.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 Dbug41691.phpt7 public function __construct($dummy, $flags) {
8 parent::__construct($this, $flags);
/PHP-8.1/ext/intl/tests/
H A Dbreakiter___construct.phpt2 IntlBreakIterator::__construct() should not be callable
12 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from global scope in …
H A Dgregoriancalendar___construct_error.phpt2 IntlGregorianCalendar::__construct(): bad arguments
37 $cal->__construct();
47 IntlGregorianCalendar::__construct(): Argument #6 ($second) must be of type int, array given
/PHP-8.1/ext/tidy/tests/
H A D027.phpt13 public function __construct() {
41 public function __construct() {
42 parent::__construct();
/PHP-8.1/ext/reflection/tests/
H A DReflectionMethod_constructor_basic.phpt7 function __construct() {
13 $methodInfo = new ReflectionMethod("NewCtor::__construct");
19 $methodInfo = new ReflectionMethod("ExtendsNewCtor::__construct");
H A D002.phpt10 function __construct($c,$m)
13 parent::__construct($c,$m);
51 ReflectionMethodEx::__construct
H A Dbug46064_2.phpt18 public function __construct() {
26 public function __construct() {
27 parent::__construct();
/PHP-8.1/ext/standard/tests/serialize/
H A D__serialize_005.phpt8 public function __construct(array $data) {
21 public function __construct(array $data, array $data2) {
22 parent::__construct($data);
H A Dbug64146.phpt10 public function __construct()
21 public function __construct($c)
41 public function __construct($c)
/PHP-8.1/ext/soap/tests/
H A Dserver008.phpt9 function __construct() {
25 string(11) "__construct"
H A Dserver027.phpt9 function __construct() {
26 string(11) "__construct"
/PHP-8.1/tests/classes/
H A Dfactory_and_singleton_003.phpt7 protected function __construct($x) {
16 Fatal error: Uncaught Error: Call to protected test::__construct() from global scope in %s:%d
H A Dfactory_and_singleton_004.phpt7 private function __construct($x) {
16 Fatal error: Uncaught Error: Call to private test::__construct() from global scope in %s:%d
/PHP-8.1/ext/curl/
H A Dcurl_file.stub.php12 …public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename … function in CURLFile
36 …public function __construct(string $data, string $postname, string $mime = "application/octet-stre… function in CURLStringFile
/PHP-8.1/ext/phar/tests/
H A Dphar_oo_007.phpt14 function __construct($name)
17 parent::__construct($name);
64 MyFile::__construct(phar://*/files/phar_oo_007.phar.php/a.php)
80 MyFile::__construct(phar://*/files/phar_oo_007.phar.php/a.php)
/PHP-8.1/Zend/
H A Dzend_fibers_arginfo.h41 ZEND_METHOD(Fiber, __construct);
52 ZEND_METHOD(FiberError, __construct);
56 ZEND_ME(Fiber, __construct, arginfo_class_Fiber___construct, ZEND_ACC_PUBLIC)
72 ZEND_ME(FiberError, __construct, arginfo_class_FiberError___construct, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/zend_test/
H A Diterators_arginfo.h11 static ZEND_METHOD(ZendTest_Iterators_TraversableTest, __construct);
16 …ZEND_ME(ZendTest_Iterators_TraversableTest, __construct, arginfo_class_ZendTest_Iterators_Traversa…
/PHP-8.1/Zend/tests/
H A Dbug29368.phpt8 function __construct()
31 Foo::__construct
H A Dbug40621.phpt7 private function __construct() { }
9 self::__construct();
H A Dctor_promotion_attributes.phpt7 public function __construct(
16 $param = new ReflectionParameter([Test::class, '__construct'], 'num');
/PHP-8.1/ext/date/tests/
H A DDatePeriod_wrong_constructor.phpt2 DatePeriod: Test wrong __construct parameter
18 DatePeriod::__construct() accepts (DateTimeInterface, DateInterval, int [, int]), or (DateTimeInter…
/PHP-8.1/ext/mysqli/tests/
H A Dbug29311.phpt15 function __construct() {
17 parent::__construct($host, $user, $passwd, $db, $port, $socket);
24 function __construct() {
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug50762.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
38 public function __construct($token){

Completed in 77 milliseconds

12345678910>>...45