Home
last modified time | relevance | path

Searched refs:__construct (Results 226 – 250 of 1118) sorted by relevance

12345678910>>...45

/PHP-8.1/Zend/tests/
H A Dexception_018.phpt11 Fatal error: Uncaught TypeError: Exception::__construct(): Argument #1 ($message) must be of type s…
13 #0 %sexception_018.php(%d): Exception->__construct(Object(stdClass))
H A Dexception_021.phpt11 Fatal error: Uncaught TypeError: Error::__construct(): Argument #1 ($message) must be of type strin…
13 #0 %sexception_021.php(%d): Error->__construct(Object(stdClass))
H A Dexception_020.phpt11 Fatal error: Uncaught TypeError: ErrorException::__construct(): Argument #1 ($message) must be of t…
13 #0 %sexception_020.php(%d): ErrorException->__construct(Object(stdClass))
H A Dbug35634.phpt15 function __construct() {
18 $this->__construct();
H A Dns_081.phpt8 function __construct() {echo __METHOD__,"\n";}
14 function __construct() {echo __METHOD__,"\n";}
H A Dns_084.phpt8 function __construct() {echo __METHOD__,"\n";}
14 function __construct() {echo __METHOD__,"\n";}
H A Dns_087.phpt8 function __construct() {echo __METHOD__,"\n";}
16 function __construct() {echo __METHOD__,"\n";}
/PHP-8.1/ext/opcache/tests/jit/
H A Dreadonly_006.phpt12 public function __construct() {
23 #0 %s(%d): Foo->__construct()
H A Dreadonly_001.phpt12 public function __construct() {
23 #0 %s(%d): Foo->__construct()
H A Dreadonly_002.phpt12 public function __construct() {
23 #0 %s(%d): Foo->__construct()
H A Dreadonly_005.phpt12 public function __construct() {
23 #0 %s(%d): Foo->__construct()
H A Dreadonly_007.phpt12 public function __construct() {
23 #0 %s(%d): Foo->__construct()
H A Dreadonly_008.phpt12 public function __construct() {
23 #0 %s(%d): Foo->__construct()
H A Dreadonly_003.phpt12 public function __construct() {
23 #0 %s(%d): Foo->__construct()
H A Dreadonly_004.phpt12 public function __construct() {
23 #0 %s(%d): Foo->__construct()
/PHP-8.1/ext/spl/tests/
H A DarrayObject___construct_error2.phpt2 SPL: ArrayObject::__construct with too many arguments.
22 ArrayObject::__construct() expects at most 3 arguments, 4 given(12)
/PHP-8.1/ext/simplexml/tests/
H A Dbug74950.phpt14 Fatal error: Uncaught Exception: SimpleXMLElement::__construct(): Argument #2 ($options) is invalid…
16 #0 %sbug74950.php(%d): SimpleXMLElement->__construct('0', 9000000000)
/PHP-8.1/ext/intl/tests/
H A Drbbiter___construct_basic.phpt2 IntlRuleBasedBreakIterator::__construct: basic test
34 IntlRuleBasedBreakIterator::__construct(): unable to create instance from compiled rules
/PHP-8.1/ext/reflection/tests/
H A DReflectionMethod_006.phpt22 Ok - ReflectionMethod::__construct() expects at least 1 argument, 0 given
23 Ok - ReflectionMethod::__construct() expects at most 2 arguments, 3 given
H A DReflectionClass_newInstance_001.phpt10 public function __construct($a, $b) {
16 protected function __construct() {
22 private function __construct() {
71 Exception: Too few arguments to function B::__construct(), 0 passed and exactly 2 expected
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_005.phpt10 public function __construct(Dummy $dummy) {
18 #0 %s(%d): class@anonymous->__construct(Object(Dummy))
/PHP-8.1/ext/intl/dateformat/
H A Ddatepatterngenerator_arginfo.h17 ZEND_METHOD(IntlDatePatternGenerator, __construct);
23 …ZEND_ME(IntlDatePatternGenerator, __construct, arginfo_class_IntlDatePatternGenerator___construct,…
/PHP-8.1/tests/classes/
H A Diterators_003.phpt10 function __construct($obj) {
73 c_iter::__construct
82 c_iter::__construct
99 c_iter::__construct
/PHP-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt10 function __construct($s, $i, $f) {
17 function __construct($f, $s) {
23 function __construct($f, $s, $x1, $x2, $x3) {
24 parent::__construct($f,$s);
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_008w.phpt10 function __construct($s, $i, $f) {
17 function __construct($f, $s) {
23 function __construct($f, $s, $x1, $x2, $x3) {
24 parent::__construct($f,$s);
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);

Completed in 36 milliseconds

12345678910>>...45