Home
last modified time | relevance | path

Searched refs:__construct (Results 101 – 125 of 706) sorted by relevance

12345678910>>...29

/PHP-5.5/ext/tidy/tests/
H A D035.phpt2 tidyNode::__construct()
12 Fatal error: Call to private tidyNode::__construct() from invalid context in %s on line %d
/PHP-5.5/Zend/tests/
H A Dobjects_010.phpt2 redefining constructor (__construct second)
11 function __construct() {
H A Dbug40784.phpt11 function __construct() {
12 parent::__construct();
/PHP-5.5/Zend/tests/traits/
H A Dbug55554c.phpt12 public function __construct() {
21 public function __construct() {
32 public function __construct() {
H A Dbug65576a.phpt8 public function __construct()
16 public function __construct()
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_construct_error.phpt5 /* Prototype : DateTimeZone::__construct ( string $timezone )
27 Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct() expects exact…
29 #0 %s(%d): DateTimeZone->__construct('GMT', 99)
H A DDateTime_construct_error.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
28 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct() expects at most 2…
30 #0 %s(%d): DateTime->__construct('GMT', Object(DateTimeZone), 99)
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_object.phpt36 function __construct($value1 , $value2)
48 function __construct($value1 , $value2 , $value3)
50 parent::__construct($value1 , $value2);
64 function __construct($value1 , $value2)
76 function __construct($value1 , $value2 , $value3)
78 parent::__construct($value1 , $value2);
92 function __construct($value1 , $value2)
104 function __construct($value1 , $value2 , $value3)
106 parent::__construct($value1 , $value2);
120 function __construct($value1 , $value2 , $value3)
[all …]
H A Darray_fill_object_2_4.phpt36 function __construct($value1 , $value2)
48 function __construct($value1 , $value2 , $value3)
50 parent::__construct($value1 , $value2);
64 function __construct($value1 , $value2)
76 function __construct($value1 , $value2 , $value3)
78 parent::__construct($value1 , $value2);
92 function __construct($value1 , $value2)
104 function __construct($value1 , $value2 , $value3)
106 parent::__construct($value1 , $value2);
120 function __construct($value1 , $value2 , $value3)
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray__construct_param_string.phpt2 SplFixedArray::__construct() with string passed as parameter.
12 Warning: SplFixedArray::__construct() expects parameter 1 to be long, %unicode_string_optional% giv…
H A DSplFixedArray__construct_param_array.phpt2 SplFixedArray::__construct() with array passed as integer.
12 Warning: SplFixedArray::__construct() expects parameter 1 to be long, array given in %s on line %d
H A Dbug61828.phpt6 $x->__construct('/tmp');
10 Warning: DirectoryIterator::__construct(): Directory object is already initialized in %sbug61828.ph…
H A DSplTempFileObject_constructor_error.phpt8 Fatal error: Uncaught exception 'RuntimeException' with message 'SplTempFileObject::__construct() e…
10 #0 %s: SplTempFileObject->__construct('invalid')
/PHP-5.5/ext/dom/tests/
H A DDOMCDATASection_construct_error_001.phpt2 __construct() with no arguments.
21 DOMCdataSection::__construct() expects exactly 1 parameter, 0 given
/PHP-5.5/ext/intl/tests/
H A Dbreakiter___construct.phpt2 IntlBreakIterator::__construct() should not be callable
14 Fatal error: Call to private IntlBreakIterator::__construct() from invalid context in %s on line %d
/PHP-5.5/ext/pdo/tests/
H A Dpdo_014.phpt26 function __construct($name = 'N/A')
49 private function __construct()
73 Test::__construct(WOW)
80 Test::__construct(WOW)
89 PDOStatementAggregate::__construct
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt15 public function __construct($a, $b) {
21 protected function __construct() {
27 private function __construct() {
81 Warning: Missing argument 1 for B::__construct() in %s on line 9
83 Warning: Missing argument 2 for B::__construct() in %s on line 9
H A Dbug46064_2.phpt18 public function __construct() {
26 public function __construct() {
27 parent::__construct();
H A D002.phpt10 function __construct($c,$m)
13 parent::__construct($c,$m);
52 ReflectionMethodEx::__construct
H A DReflectionExtension_constructor_error.phpt2 ReflectionExtension::__construct()
14 Warning: ReflectionExtension::__construct() expects exactly %d parameter, %d given in %s.php on lin…
/PHP-5.5/ext/mysqli/tests/
H A Dbug29311.phpt14 function __construct() {
16 parent::__construct($host, $user, $passwd, $db, $port, $socket);
23 function __construct() {
/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_003.phpt9 protected function __construct($x) {
18 Fatal error: Call to protected test::__construct() from invalid context in %s on line %d
H A Dfactory_and_singleton_004.phpt9 private function __construct($x) {
18 Fatal error: Call to private test::__construct() from invalid context in %s on line %d
H A Dfinal_ctor2.phpt19 public function __construct()
29 Fatal error: Cannot override final Base::Base() with Extended::__construct() in %sfinal_ctor2.php o…
H A Ddestructor_inheritance.phpt8 function __construct() {
27 base::__construct

Completed in 38 milliseconds

12345678910>>...29