Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-5.5/Zend/tests/
H A Dconstants_006.phpt13 public function __construct() {
29 string(21) "test\foo::__construct"
31 string(11) "__construct"
H A Dbug37632.phpt67 function __construct($x);
72 protected function __construct()
89 protected function __construct()
101 protected function __construct()
118 protected function __construct()
135 Fatal error: Call to protected C4::__construct() from context 'B4' in %sbug37632.php on line %d
H A Dbug40621.phpt7 private function __construct() { }
9 self::__construct();
20 Fatal error: Non-static method Foo::__construct() cannot be called statically in %s on line %d
H A Dbug62907.phpt9 eval ("abstract class A { use T { T::__construct as __asconstruct; }}");
11 eval ("trait T { public function __construct() { } }");
17 public function __construct() {
H A Dbug63305.phpt20 TDatabaseObject::__construct as private databaseObjectConstruct;
22 public function __construct() {
31 public function __construct() {
H A Dns_028.phpt8 function __construct() {
22 Method - Foo::__construct
24 Method - Foo\Foo::__construct
H A Dget_class_vars_003.phpt17 protected function __construct() {
27 public function __construct() {
28 parent::__construct();
/PHP-5.5/ext/spl/tests/
H A Dbug62672.phpt10 public function __construct(Iterator $source)
20 public function __construct(ArrayObject $keys)
23 parent::__construct($keys->getIterator());
H A Darray_022.phpt9 public function __construct()
11 parent::__construct($this);
30 public function __construct()
32 parent::__construct($this);
/PHP-5.5/ext/mysqli/tests/
H A Dbug34785.phpt14 public function __construct($link, $query) {
15 parent::__construct($link, $query);
21 public function __construct($link, $query) {
22 parent::__construct($link, $query);
H A Dbug38003.phpt10 private function __construct($hostname, $username, $password, $database) {
11 var_dump("DB::__construct() called");
20 Fatal error: Call to private DB::__construct() from invalid context in %s on line %d
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt39 // NOTE: PDO does not care about private and calls __construct() after __set()
40 private function __construct($param1, $param2) {
41 printf("myclass::__construct(%s, %s): %d / %d\n",
46 // NOTE: PDO will call __set() prior to calling __construct()
55 // NOTE: PDO can call regular methods prior to calling __construct()
88 myclass::__construct(0, 1): 4 / 4
93 myclass::__construct(1, 2): 8 / 4
98 myclass::__construct(2, 3): 12 / 4
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_construct_error_001.phpt2 DOMAttr __construct() with no arguments.
13 Fatal error: Uncaught exception 'DOMException' with message 'DOMAttr::__construct() expects at leas…
15 #0 %s(%d): DOMAttr->__construct()
H A DDOMDocumentFragment_construct_error_001.phpt2 DOMDocumentFragment::__construct() with too many errors.
13 Fatal error: Uncaught exception 'DOMException' with message 'DOMDocumentFragment::__construct() exp…
15 #0 %s(%d): DOMDocumentFragment->__construct('root')
H A DDOMComment_construct_error_001.phpt2 DOMComment::__construct() with more arguments than acceptable.
13 Fatal error: Uncaught exception 'DOMException' with message 'DOMComment::__construct() expects at m…
15 #0 %s(%d): DOMComment->__construct('comment1', 'comment2')
/PHP-5.5/ext/pdo/tests/
H A Dpdo_011.phpt25 private function __construct($name, $db)
43 public function __construct($id, $val)
88 Test1::__construct(0,0)
148 Test1::__construct(1,A)
150 Test1::__construct(2,B)
152 Test1::__construct(3,C)
154 Test1::__construct(4,D)
186 Test1::__construct(1,A)
188 Test1::__construct(2,B)
190 Test1::__construct(3,C)
[all …]
H A Dpdo_009.phpt31 public function __construct()
39 public function __construct()
47 public function __construct()
99 Test1::__construct()
100 Test2::__construct()
101 Test3::__construct()
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_basic.phpt7 function __construct() {
13 $methodInfo = new ReflectionMethod("NewCtor::__construct");
19 $methodInfo = new ReflectionMethod("ExtendsNewCtor::__construct");
57 function __construct() {
66 $methodInfo = new ReflectionMethod("OldAndNewCtor::__construct");
70 function __construct() {
79 $methodInfo = new ReflectionMethod("NewAndOldCtor::__construct");
H A Dbug30148.phpt12 function __construct() {}
19 $c = new ReflectionMethod('Base','__construct');
21 $e = new ReflectionMethod('Derived','__construct');
/PHP-5.5/ext/date/tests/
H A DDatePeriod_wrong_constructor.phpt2 DatePeriod: Test wrong __construct parameter
13 Fatal error: Uncaught exception 'Exception' with message 'DatePeriod::__construct(): This construct…
15 #0 %s(%d): DatePeriod->__construct()
H A Dbug62500.phpt9 public function __construct($time_spec) {
14 parent::__construct($time_spec);
28 string(%s) "DateInterval::__construct(): Unknown or bad format (blah)"
H A Dbug67118_2.phpt8 public function __construct($time = null) {
12 parent::__construct($time, $tz);
16 parent::__construct($time.'C', $tz);
/PHP-5.5/ext/intl/tests/
H A Ddateformat___construct_bad_tz_cal.phpt2 IntlDateFormatter::__construct(): bad timezone or calendar
24 Warning: IntlDateFormatter::__construct(): datefmt_create: no such time zone: 'bad timezone' in %s …
27 Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must…
30 Warning: IntlDateFormatter::__construct(): datefmt_create: Invalid calendar argument; should be an …
H A Dgregoriancalendar___construct_error.phpt2 IntlGregorianCalendar::__construct(): bad arguments
29 Warning: IntlGregorianCalendar::__construct(): intlgregcal_create_instance: no variant with 4 argum…
32 Warning: IntlGregorianCalendar::__construct() expects parameter 6 to be long, array given in %s on …
34 Warning: IntlGregorianCalendar::__construct(): intlgregcal_create_instance: bad arguments in %s on …
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug43831.phpt9 function __construct($dsn) {
10 parent::__construct($dsn, null, null, array(PDO::ATTR_PERSISTENT => true));
15 function __construct($dsn) {
16 parent::__construct($dsn, null, null, array(PDO::ATTR_PERSISTENT => true));

Completed in 27 milliseconds

12345678910>>...29