summaryrefslogtreecommitdiff
path: root/tests/php/phpt/class_obj/001.phpt
blob: b22a44c0fd8e5d395bcbd2b09cd4699776804dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Test constructor & destructor
--SKIPIF--
<?php if (!extension_loaded("extension_for_tests")) print "skip"; ?>
--FILEEOF--
<?php

new TestBaseClass\MyClass();


echo PHP_EOL;
--EXPECT--
MyCustomClass::MyCustomClass()
MyCustomClass::~MyCustomClass