Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-5.5/Zend/tests/
H A Dcatch_002.phpt8 function __construct()
H A Dcatch_003.phpt13 function __construct()
H A Dcatch_004.phpt13 function __construct()
H A Dclass_alias_005.phpt18 public function __construct() {
H A Dclass_alias_017.phpt7 public function __construct() {
H A Dclosure_005.phpt9 function __construct($x) {
H A Dclosure_026.phpt7 public function __construct() {
H A Dclosure_033.phpt8 function __construct() {
H A Dclosure_036.phpt9 public function __construct($v) {
H A Dclosure_038.phpt9 public function __construct($v) {
19 public function __construct($v) {
20 parent::__construct($v);
H A Dclosure_039.phpt9 public function __construct($v) {
19 public function __construct($v) {
20 parent::__construct($v);
H A Dclosure_040.phpt10 public function __construct($v) {
H A Dconstants_006.phpt13 public function __construct() {
29 string(21) "test\foo::__construct"
31 string(11) "__construct"
H A Dconstructor_args.phpt2 Different numbers of arguments in __construct()
6 function __construct();
9 public function __construct($x = 1) {
13 public function __construct($x = 1, $y = 2) {
H A Ddereference_004.phpt10 public function __construct() {
H A Ddereference_005.phpt10 public function __construct() {
H A Derrmsg_032.phpt2 errmsg: __construct() cannot be static
8 static function __construct() {
15 Fatal error: Constructor test::__construct() cannot be static in %s on line %d
H A Derrmsg_045.phpt11 eval('class A { function a() {} function __construct() {} }');
H A Dexception_009.phpt16 public function __construct()
H A Dgc_017.phpt11 function __construct($name) {
H A Dget_class_methods_002.phpt15 public function __construct() {
40 string(11) "__construct"
H A Dget_class_methods_003.phpt28 public function __construct() {
57 string(11) "__construct"
H A Dget_class_vars_002.phpt19 public function __construct() {
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_method.phpt9 public function __construct(array $data) {
H A Dgenerator_method_by_ref.phpt9 public function __construct(array $data) {

Completed in 28 milliseconds

12345678910>>...29