Home
last modified time | relevance | path

Searched refs:__construct (Results 126 – 150 of 706) sorted by relevance

12345678910>>...29

/PHP-5.5/ext/spl/tests/
H A Diterator_003.phpt11 public function __construct($id, $name)
32 public function __construct(ArrayObject $students, Student $other)
34 FilterIterator::__construct($students->getIterator());
49 public function __construct()
H A Dbug41691.phpt7 public function __construct($dummy, $flags) {
8 parent::__construct($this, $flags);
H A DarrayObject___construct_error2.phpt2 SPL: ArrayObject::__construct with too many arguments.
22 ArrayObject::__construct() expects at most 3 parameters, 4 given(12)
H A Dbug54304.phpt6 public function __construct( ) {
7 parent::__construct(array(
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_007.phpt15 function __construct($name)
18 parent::__construct($name);
66 MyFile::__construct(phar://*/files/phar_oo_test.phar.php/a.php)
82 MyFile::__construct(phar://*/files/phar_oo_test.phar.php/a.php)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug46292.phpt19 public function __construct() {
62 myclass::__construct()
67 myclass::__construct()
72 myclass::__construct()
/PHP-5.5/ext/soap/tests/
H A Dserver025.phpt10 function __construct($data) {
11 parent::__construct("http://testuri.org", "Test1", $data);
16 function __construct($data) {
17 parent::__construct("http://testuri.org", "Test2", $data);
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_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 Dbug42976.phpt7 function __construct(&$x) {
29 Warning: Parameter 1 to C::__construct() expected to be a reference, value given in %sbug42976.php …
34 Warning: Parameter 1 to C::__construct() expected to be a reference, value given in %sbug42976.php …
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36226-2.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
57 function __construct($audienceMemberId, $timestamp, $smokeStatus) {
69 function __construct($audienceMemberId, $timestamp) {
83 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU…
H A Dbug50762.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
38 public function __construct($token){
/PHP-5.5/Zend/tests/
H A Dbug29368.phpt8 function __construct()
32 Foo::__construct
H A Dbug60139.phpt10 public function __construct() {
18 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 Dclosure_038.phpt9 public function __construct($v) {
19 public function __construct($v) {
20 parent::__construct($v);
/PHP-5.5/ext/intl/tests/
H A Dbug60192-getlocale.phpt11 public function __construct() {
12 // ommitting parent::__construct($someLocale);
H A Dbug60192-getsortkey.phpt11 public function __construct() {
12 // ommitting parent::__construct($someLocale);
H A Dbug62081.phpt13 var_dump($x->__construct('en', 1, 1));
15 Warning: IntlDateFormatter::__construct(): datefmt_create: cannot call constructor twice in %s on l…
H A Dbug60192-compare.phpt10 public function __construct() {
11 // ommitting parent::__construct($someLocale);
H A Dbug60192-sort.phpt11 public function __construct() {
12 // ommitting parent::__construct($someLocale);
H A Dbug60192-sortwithsortkeys.phpt11 public function __construct() {
12 // ommitting parent::__construct($someLocale);
/PHP-5.5/ext/spl/examples/
H A Ddirectorytree.inc22 function __construct($path) {
23 parent::__construct(new DirectoryFilterDots($path));
H A Ddirectorygraphiterator.inc19 function __construct($path)
21 RecursiveIteratorIterator::__construct(
/PHP-5.5/ext/phar/phar/
H A Ddirectorygraphiterator.inc19 function __construct($path)
21 RecursiveIteratorIterator::__construct(
/PHP-5.5/tests/classes/
H A Dctor_failure.phpt8 function __construct($msg) {
31 Test::__construct(Hello)

Completed in 26 milliseconds

12345678910>>...29