Home
last modified time | relevance | path

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

12345678910>>...45

/PHP-8.1/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-8.1/ext/spl/tests/
H A Diterator_062.phpt2 SPL: RecursiveIteratorIterator::__construct(void)
18 RecursiveIteratorIterator::__construct() expects at least 1 argument, 0 given
H A Dbug54292.phpt2 Bug #54292 (Wrong parameter causes crash in SplFileObject::__construct())
14 string(85) "SplFileObject::__construct(): Argument #2 ($mode) must be of type string, array given"
H A DSplFixedArray__construct_param_array.phpt2 SplFixedArray::__construct() with array passed as integer.
16 Ok - SplFixedArray::__construct(): Argument #1 ($size) must be of type int, array given
H A DSplFixedArray__construct_param_null.phpt2 SplFixedArray::__construct() with null passed as parameter.
14 Deprecated: SplFixedArray::__construct(): Passing null to parameter #1 ($size) of type int is depre…
/PHP-8.1/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
/PHP-8.1/ext/dom/tests/
H A DDOMCDATASection_construct_error_001.phpt2 __construct() with no arguments.
17 DOMCdataSection::__construct() expects exactly 1 argument, 0 given
H A DDOMAttr_construct_error_001.phpt2 DOMAttr __construct() with no arguments.
17 DOMAttr::__construct() expects at least 1 argument, 0 given
H A DDOMDocumentFragment_construct_error_001.phpt2 DOMDocumentFragment::__construct() with too many errors.
17 DOMDocumentFragment::__construct() expects exactly 0 arguments, 1 given
H A DDOMComment_construct_error_001.phpt2 DOMComment::__construct() with more arguments than acceptable.
17 DOMComment::__construct() expects at most 1 argument, 2 given
/PHP-8.1/Zend/
H A Dzend_fibers.stub.php11 public function __construct(callable $callback) {} function in Fiber
36 public function __construct() {} function in FiberError
/PHP-8.1/Zend/tests/
H A Dbug31177-2.phpt6 function __construct($n=0) {
12 $y=$x->__construct(1);
H A Dns_092.phpt6 class A { function __construct() {echo __METHOD__,"\n";} }
7 class B { function __construct() {echo __METHOD__,"\n";} }
53 Foo\Bar\A::__construct
54 Foo\Bar\B::__construct
/PHP-8.1/ext/soap/tests/
H A Dfault_warning.phpt42 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
43 SoapFault::__construct(): Argument #1 ($code) must be of type array|string|null, stdClass given
46 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
47 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
/PHP-8.1/ext/intl/tests/
H A Dcalendar_toDateTime_error.phpt44 string(77) "exception: DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
47 string(66) "DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
50 string(66) "DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
53 string(66) "DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
/PHP-8.1/Zend/tests/weakrefs/
H A Dweakrefs_005.phpt2 WeakReference no __construct
10 #0 %s(2): WeakReference->__construct()
/PHP-8.1/ext/reflection/tests/
H A D008.phpt2 ReflectionMethod::__construct() tests
30 string(90) "ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method n…
31 string(90) "ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method n…
H A DReflectionObject_isInstantiable_variation.phpt13 public function __construct() {}
20 protected function __construct() {}
27 private function __construct() {}
/PHP-8.1/ext/opcache/tests/jit/
H A Dgh8461-004.phpt34 public function __construct($b)
46 public function __construct()
48 parent::__construct(self::B);
H A Dgh8461-008.phpt25 public function __construct($b)
42 public function __construct()
44 parent::__construct(self::B);
/PHP-8.1/tests/classes/
H A Ddestructor_inheritance.phpt6 function __construct() {
25 base::__construct
/PHP-8.1/Zend/tests/enum/
H A Dtraits-no-forbidden-methods.phpt7 public function __construct() {}
21 Fatal error: Enum may not include __construct in %s on line %d
/PHP-8.1/Zend/tests/traits/
H A Dbug65576a.phpt8 public function __construct()
16 public function __construct()
/PHP-8.1/ext/soap/
H A Dsoap.stub.php14 public function __construct(mixed $data, string $name) {} function in SoapParam
25 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde… function in SoapHeader
38 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … function in SoapFault
52 …public function __construct(mixed $data, ?int $encoding, ?string $typeName = null, ?string $typeNa… function in SoapVar
62 public function __construct(?string $wsdl, array $options = []) {} function in SoapServer
137 public function __construct(?string $wsdl, array $options = []) {} function in SoapClient
/PHP-8.1/ext/pdo/tests/
H A Dpdo_014.phpt25 function __construct($name = 'N/A')
48 private function __construct()
72 Test::__construct(WOW)
79 Test::__construct(WOW)
88 PDOStatementAggregate::__construct

Completed in 37 milliseconds

12345678910>>...45