Searched refs:__construct (Results 126 – 150 of 732) sorted by relevance
12345678910>>...30
/PHP-5.6/ext/reflection/tests/ |
H A D | ReflectionExtension_constructor_error.phpt | 2 ReflectionExtension::__construct() 14 Warning: ReflectionExtension::__construct() expects exactly %d parameter, %d given in %s.php on lin…
|
H A D | ReflectionClass_newInstanceArgs_001.phpt | 15 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 D | bug42976.phpt | 7 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.6/tests/classes/ |
H A D | destructor_inheritance.phpt | 8 function __construct() { 27 base::__construct
|
H A D | ctor_failure.phpt | 8 function __construct($msg) { 31 Test::__construct(Hello)
|
/PHP-5.6/ext/phar/tests/ |
H A D | phar_oo_007.phpt | 15 function __construct($name) 18 parent::__construct($name); 66 MyFile::__construct(phar://*/files/phar_oo_007.phar.php/a.php) 82 MyFile::__construct(phar://*/files/phar_oo_007.phar.php/a.php)
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | bug46292.phpt | 19 public function __construct() { 62 myclass::__construct() 67 myclass::__construct() 72 myclass::__construct()
|
/PHP-5.6/ext/soap/tests/ |
H A D | server025.phpt | 10 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.6/ext/spl/tests/ |
H A D | iterator_003.phpt | 11 public function __construct($id, $name) 32 public function __construct(ArrayObject $students, Student $other) 34 FilterIterator::__construct($students->getIterator()); 49 public function __construct()
|
H A D | bug41691.phpt | 7 public function __construct($dummy, $flags) { 8 parent::__construct($this, $flags);
|
H A D | arrayObject___construct_error2.phpt | 2 SPL: ArrayObject::__construct with too many arguments. 22 ArrayObject::__construct() expects at most 3 parameters, 4 given(12)
|
H A D | bug54304.phpt | 6 public function __construct( ) { 7 parent::__construct(array(
|
/PHP-5.6/Zend/tests/ |
H A D | bug29368.phpt | 8 function __construct() 32 Foo::__construct
|
H A D | bug60139.phpt | 10 public function __construct() { 18 public function __construct() {
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug36226-2.phpt | 19 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 D | bug50762.phpt | 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options); 38 public function __construct($token){
|
/PHP-5.6/ext/intl/tests/ |
H A D | bug60192-getlocale.phpt | 11 public function __construct() { 12 // ommitting parent::__construct($someLocale);
|
H A D | bug60192-getsortkey.phpt | 11 public function __construct() { 12 // ommitting parent::__construct($someLocale);
|
H A D | bug62081.phpt | 13 var_dump($x->__construct('en', 1, 1)); 15 Warning: IntlDateFormatter::__construct(): datefmt_create: cannot call constructor twice in %s on l…
|
H A D | bug60192-compare.phpt | 10 public function __construct() { 11 // ommitting parent::__construct($someLocale);
|
H A D | bug60192-sort.phpt | 11 public function __construct() { 12 // ommitting parent::__construct($someLocale);
|
H A D | bug60192-sortwithsortkeys.phpt | 11 public function __construct() { 12 // ommitting parent::__construct($someLocale);
|
/PHP-5.6/ext/spl/examples/ |
H A D | directorytree.inc | 22 function __construct($path) { 23 parent::__construct(new DirectoryFilterDots($path));
|
H A D | directorygraphiterator.inc | 19 function __construct($path) 21 RecursiveIteratorIterator::__construct(
|
/PHP-5.6/ext/phar/phar/ |
H A D | directorygraphiterator.inc | 19 function __construct($path) 21 RecursiveIteratorIterator::__construct(
|
Completed in 30 milliseconds
12345678910>>...30