Home
last modified time | relevance | path

Searched refs:__construct (Results 151 – 175 of 706) sorted by relevance

12345678910>>...29

/PHP-5.5/Zend/tests/
H A Dclosure_039.phpt9 public function __construct($v) {
19 public function __construct($v) {
20 parent::__construct($v);
H A Dbug35634.phpt15 function __construct() {
18 $this->__construct();
H A Dbug52160.phpt7 function __construct() { }
19 function __construct() { }
H A Dns_081.phpt8 function __construct() {echo __METHOD__,"\n";}
14 function __construct() {echo __METHOD__,"\n";}
H A Dns_084.phpt8 function __construct() {echo __METHOD__,"\n";}
14 function __construct() {echo __METHOD__,"\n";}
H A Dns_087.phpt8 function __construct() {echo __METHOD__,"\n";}
16 function __construct() {echo __METHOD__,"\n";}
H A Dget_class_methods_002.phpt15 public function __construct() {
40 string(11) "__construct"
H A Dns_071.phpt9 public function __construct(array $x = NULL) {
21 Catchable fatal error: Argument 1 passed to foo\bar::__construct() must be of the type array, objec…
H A Dbug45744.phpt6 public function __construct(array $data) {
24 public function __construct(array $data) {
H A Dns_072.phpt13 public function __construct(foo $x = NULL) {
33 Catchable fatal error: Argument 1 passed to foo\bar::__construct() must implement interface foo\foo…
H A Dbug45178.phpt6 function __construct() {
13 function __construct() {
/PHP-5.5/tests/classes/
H A Diterators_003.phpt12 function __construct($obj) {
75 c_iter::__construct
84 c_iter::__construct
101 c_iter::__construct
/PHP-5.5/ext/spl/
H A Dspl.php284 function __construct($message = NULL, $code = 0) { function in Exception
632 function __construct($array, $flags = 0, $iterator_class = "ArrayIterator") {/**/} function in ArrayObject
752 function __construct($array, $flags = 0) {/**/} function in ArrayIterator
859 function __construct($file_name) {/**/} function in SplFileInfo
994 function __construct($path) {/**/} function in DirectoryIterator
1053 function __construct($path, $flags = 0) {/**/} function in RecursiveDirectoryIterator
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug35142.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
54 function __construct($audienceMemberId, $timestamp, $smokeStatus) {
66 function __construct($audienceMemberId, $timestamp) {
80 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU…
H A Dbug36226.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
55 function __construct($audienceMemberId, $timestamp, $smokeStatus) {
67 function __construct($audienceMemberId, $timestamp) {
81 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU…
/PHP-5.5/ext/date/
H A Dphp_date.h50 PHP_METHOD(DateTime, __construct);
75 PHP_METHOD(DateTimeImmutable, __construct);
86 PHP_METHOD(DateTimeZone, __construct);
99 PHP_METHOD(DateInterval, __construct);
105 PHP_METHOD(DatePeriod, __construct);
/PHP-5.5/ext/spl/tests/
H A Darray_017.phpt12 function __construct($ar, $flags = 0)
15 parent::__construct($ar, $flags);
43 parent::__construct($ar, $flags);
134 ArrayObjectEx::__construct()
173 ArrayIteratorEx::__construct()
235 ArrayIteratorEx::__construct()
350 ArrayIteratorEx::__construct()
418 ArrayIteratorEx::__construct()
532 ArrayIteratorEx::__construct()
589 ArrayIteratorEx::__construct()
[all …]
H A Diterator_004.phpt11 public function __construct($a)
86 NumericArrayIterator::__construct
107 NumericArrayIterator::__construct
126 NumericArrayIterator::__construct
H A Diterator_046.phpt16 function __construct(Iterator $it, $flags = 0)
18 parent::__construct($it, $flags);
H A Dbug41692.phpt8 function __construct()
10 parent::__construct($this->foo);
/PHP-5.5/ext/dom/tests/
H A DDOMComment_construct_basic_001.phpt2 DOMComment::__construct() with constructor called twice.
13 $comment->__construct("This is the second comment.");
/PHP-5.5/ext/soap/tests/
H A Dserver024.phpt8 function __construct($data) {
9 parent::__construct("http://testuri.org", "Test1", $data);
14 function __construct($data) {
15 parent::__construct("http://testuri.org", "Test2", $data);
/PHP-5.5/ext/pgsql/tests/
H A D22pg_fetch_object.phpt12 function __construct($arg1, $arg2) {
28 test_class::__construct(1,2)
/PHP-5.5/tests/lang/
H A D039.phpt12 function __construct($errstr, $errno, $errfile, $errline)
14 parent::__construct($errstr, $errno);
H A D038.phpt8 function __construct($errstr, $errno=0, $errfile='', $errline='')
10 parent::__construct($errstr, $errno);

Completed in 83 milliseconds

12345678910>>...29