Home
last modified time | relevance | path

Searched refs:__construct (Results 76 – 100 of 923) sorted by path

12345678910>>...37

/PHP-7.4/Zend/tests/
H A Dbug54043.phpt19 string(105) "DateTime::__construct(): Failed to parse time string (9999-11-33) at position 9 (3): U…
H A Dbug55007.phpt8 …if ('MyErrorHandler'==$classname) eval('class MyErrorHandler { function __construct() { print "My …
H A Dbug60139.phpt10 public function __construct() {
18 public function __construct() {
H A Dbug60444.phpt6 public function __construct() {
H A Dbug60536_001.phpt11 function __construct() {
16 function __construct() {
21 $a->__construct();
H A Dbug60598.phpt11 public function __construct() {
H A Dbug61782.phpt16 public function __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 Dbug61970_1.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when imp…
7 abstract public function __construct();
11 protected function __construct(){}
14 Fatal error: Access level to Bar::__construct() must be public (as in class Foo) in %s on line 8
H A Dbug61970_2.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when inh…
7 abstract public function __construct();
11 public function __construct(){}
15 protected function __construct(){}
18 Fatal error: Access level to Baz::__construct() must be public (as in class Foo) in %s on line 12
H A Dbug62763.phpt6 public function __construct() {
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.phpt19 TDatabaseObject::__construct as private databaseObjectConstruct;
21 public function __construct() {
30 public function __construct() {
H A Dbug63462.phpt12 public function __construct() {
H A Dbug63635.phpt9 function __construct(Node $parent=NULL) {
H A Dbug63734.phpt10 public function __construct() {
H A Dbug64720.phpt20 public function __construct() {
27 public function __construct() {
H A Dbug64821.1.phpt7 public function __construct() {
H A Dbug64821.2.phpt7 public function __construct() {
H A Dbug64821.3.phpt7 public function __construct() {
H A Dbug64896.phpt12 public function __construct()
H A Dbug65108.phpt11 public function __construct() {
H A Dbug65372.phpt21 function __construct()
H A Dbug66015.phpt18 public function __construct()
H A Dbug66286.phpt14 public function __construct($someValue) {

Completed in 25 milliseconds

12345678910>>...37