Home
last modified time | relevance | path

Searched refs:__construct (Results 26 – 50 of 706) sorted by path

12345678910>>...29

/PHP-5.5/Zend/tests/
H A Dbug35634.phpt15 function __construct() {
18 $this->__construct();
H A Dbug36006.phpt15 public function __construct() {
H A Dbug36759.phpt7 function __construct($bar) {
H A Dbug37212.phpt10 public function __construct($val)
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 Dbug38220.phpt20 function __construct($i) {
H A Dbug38624.phpt8 public function __construct()
32 #1 %s(%d): impl->__construct()
H A Dbug38772.phpt7 public function __construct() {
H A Dbug39127.phpt12 var_dump(is_callable(array($b,"__construct")));
H A Dbug39346.phpt10 public function __construct($id) {
H A Dbug39721.phpt9 public function __construct() {
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 Dbug40784.phpt11 function __construct() {
12 parent::__construct();
H A Dbug40833.phpt28 function __construct($entity)
H A Dbug41117_1.phpt6 function __construct($this) {
H A Dbug41209.phpt8 public function __construct()
H A Dbug44141.phpt8 private function __construct($x)
25 Fatal error: Call to private X::__construct() from context 'Y' in %sbug44141.php on line 15
H A Dbug44899.phpt10 function __construct($data)
H A Dbug44899_2.phpt10 function __construct($data)
H A Dbug45178.phpt6 function __construct() {
13 function __construct() {
H A Dbug45744.phpt6 public function __construct(array $data) {
24 public function __construct(array $data) {
H A Dbug46701.phpt20 public function __construct() {
H A Dbug47771.phpt11 public function __construct() {
H A Dbug48215.phpt2 Bug #48215 - parent::method() calls __construct
7 public function __construct() {
17 public function __construct() {
19 parent::__construct();
32 B::__construct
33 A::__construct
H A Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test

Completed in 45 milliseconds

12345678910>>...29