Home
last modified time | relevance | path

Searched refs:__construct (Results 51 – 75 of 1254) sorted by relevance

12345678910>>...51

/php-src/ext/intl/tests/
H A Dbreakiter___construct_error.phpt2 IntlRuleBasedBreakIterator::__construct(): arg errors
41 $rbbi->__construct(".;");
47 Exception: IntlRuleBasedBreakIterator::__construct(): unable to create RuleBasedBreakIterator from …
49 Exception: IntlRuleBasedBreakIterator::__construct() expects at least 1 argument, 0 given in %s on …
51 Exception: IntlRuleBasedBreakIterator::__construct() expects at most 2 arguments, 3 given in %s on …
53 Exception: IntlRuleBasedBreakIterator::__construct(): Argument #2 ($compiled) must be of type bool,…
55 Exception: IntlRuleBasedBreakIterator::__construct(): unable to create instance from compiled rules…
/php-src/ext/soap/tests/
H A Dclassmap003.phpt11 function __construct($a){
18 function __construct($a){
19 parent::__construct($a);
31 function __construct($wsdl, $options) {
32 parent::__construct($wsdl, $options);
H A Dclassmap004.phpt11 function __construct($a){
26 function __construct($a){
27 parent::__construct($a);
39 function __construct($wsdl, $options) {
40 parent::__construct($wsdl, $options);
/php-src/ext/date/tests/
H A Dbug67118.phpt2 Bug #67118 crashes in DateTime when this used after failed __construct
9 public function __construct($time = 'now', $tz = NULL, $format = NULL)
15 @parent::__construct($time, $tz);
26 …riting DateTime) has not been correctly initialized by calling parent::__construct() in its constr…
29 #1 %s(%d): mydt->__construct(%s)
H A Doo_001.phpt7 function __construct() {
11 function __construct() {
15 function __construct() {
67 …riting DateTime) has not been correctly initialized by calling parent::__construct() in its constr…
70 …ng DateTimeZone) has not been correctly initialized by calling parent::__construct() in its constr…
71 DateInvalidTimeZoneException: DateTimeZone::__construct(): Unknown or bad timezone (GottaFindThisOn…
72 …ting DatePeriod) has not been correctly initialized by calling parent::__construct() in its constr…
73 …ting DatePeriod) has not been correctly initialized by calling parent::__construct() in its constr…
/php-src/Zend/tests/
H A Dbug29368_3.phpt6 function __construct() {
14 function __construct() {
30 Foo::__construct
31 Bar::__construct
H A Dbug31102.phpt15 eval("class $class { function __construct(){throw new Exception('$class::__construct');}}");
18 eval("class $class { function __construct(){throw new Exception('$class::__construct');}}");
41 Caught: Test1::__construct
H A Dbug61970.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error)
7 public function __construct(){}
11 protected function __construct(){}
H A Derrmsg_032.phpt2 errmsg: __construct() cannot be static
8 static function __construct() {
15 Fatal error: Method test::__construct() cannot be static in %s on line %d
H A Dlsb_010.phpt11 public function __construct() {
12 echo static::$className . "::__construct\n";
33 Foo::__construct
34 FooChild::__construct
H A Dbug30161.phpt7 public function __construct() {
15 public function __construct() {
17 parent::__construct();
/php-src/Zend/tests/attributes/override/
H A D024.phpt2 #[\Override]: abstract __construct
7 public abstract function __construct();
12 public function __construct() {}
H A Dgh12189_5.phpt2 …ribute in trait does not check for parent class implementations (Variant with abstract __construct)
7 abstract public function __construct();
12 public function __construct() {
/php-src/ext/dom/tests/
H A Ddom_create_element.phpt117 print "13 DOMElement::__construct('valid')\n";
125 print "14 DOMElement::__construct('-invalid')\n";
133 print "15 DOMElement::__construct(' ')\n";
141 print "16 DOMElement::__construct('prefix:valid')\n";
349 13 DOMElement::__construct('valid')
351 14 DOMElement::__construct('-invalid')
353 15 DOMElement::__construct(' ')
355 16 DOMElement::__construct('prefix:valid')
357 17 DOMElement::__construct('valid', '', 'http://valid.com')
365 21 DOMElement::__construct('prefix:invalid', '', '')
[all …]
H A Dbug66502.phpt12 $comment->__construct("Comment 1");
13 $comment->__construct("Comment 2");
14 $comment->__construct("Comment 3");
/php-src/ext/reflection/tests/
H A DReflectionObject_getConstructor_basic.phpt6 function __construct() {}
28 function __construct() {}
50 Constructor of NewCtor: __construct
51 Constructor of ExtendsNewCtor: __construct
54 Constructor of D1: __construct
H A DReflectionExtension_constructor_error.phpt2 ReflectionExtension::__construct()
29 Ok - ReflectionExtension::__construct() expects exactly 1 argument, 0 given
30 Ok - ReflectionExtension::__construct() expects exactly 1 argument, 2 given
31 Ok - ReflectionExtension::__construct(): Argument #1 ($name) must be of type string, array given
/php-src/ext/phar/tests/
H A Dphar_oo_006.phpt14 function __construct($what)
17 parent::__construct($what);
44 MyFile::__construct(phar://%s/a.php)
46 MyFile::__construct(phar://%s/b/c.php)
48 MyFile::__construct(phar://%s/b.php)
/php-src/ext/pdo/tests/
H A Dpdo_010.phpt35 public function __construct()
46 public function __construct()
57 public function __construct()
79 Test1::__construct()
80 Test2::__construct()
81 Test3::__construct()
118 Test1::__construct()
119 Test2::__construct()
120 Test3::__construct()
/php-src/Zend/tests/traits/
H A Dmethods_003.phpt2 Testing __construct and __destruct with Trait
7 public function __construct() {
23 string(11) "__construct"
/php-src/tests/classes/
H A Dctor_dtor_inheritance.phpt14 function __construct() {
29 function __construct() {
33 parent::__construct();
57 base::__construct
73 base::__construct
79 derived::__construct
H A Dfinal_private_ctor.phpt8 private final function __construct()
14 public function __construct()
21 Fatal error: Cannot override final method Base::__construct() in %s on line %d
/php-src/ext/spl/tests/
H A Diterator_041.phpt19 function __construct()
23 parent::__construct(array(1, 2));
95 State 0: __construct()
96 State 1: __construct()
109 State 0: __construct()
110 State 1: __construct()
H A DAppendIterator_invalid_ctor.phpt2 AppendIterator::__construct() with invalid arguments
10 Fatal error: Uncaught ArgumentCountError: AppendIterator::__construct() expects exactly 0 arguments…
12 #0 %s(%d): AppendIterator->__construct(NULL)
/php-src/Zend/tests/enum/
H A Dtraits-no-__construct.phpt2 Enum traits no __construct
7 public function __construct() {
21 Fatal error: Enum Bar cannot include magic method __construct in %s on line %d

Completed in 26 milliseconds

12345678910>>...51