Home
last modified time | relevance | path

Searched refs:__construct (Results 251 – 275 of 923) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-7.4/ext/pdo/tests/
H A Dpdo_005.phpt35 public function __construct(&$row)
111 TestDerived::__construct(0,1)
112 TestDerived::__construct(1,2)
113 TestDerived::__construct(2,3)
/PHP-7.4/ext/spl/tests/
H A Diterator_045.phpt16 function __construct(Iterator $it, $flags = 0)
18 parent::__construct($it, $flags);
98 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
99 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
H A Dbug74669.phpt11 public function __construct()
50 public function __construct()
52 parent::__construct($this);
/PHP-7.4/ext/date/
H A Dphp_date.h47 PHP_METHOD(DateTime, __construct);
73 PHP_METHOD(DateTimeImmutable, __construct);
85 PHP_METHOD(DateTimeZone, __construct);
98 PHP_METHOD(DateInterval, __construct);
104 PHP_METHOD(DatePeriod, __construct);
/PHP-7.4/ext/intl/collator/
H A Dcollator_create.h25 PHP_METHOD( Collator, __construct );
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt22 private function __construct($caller = NULL) {
98 …hMode(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('PDO shall not call __construct()'));
104 $stmt->setFetchMode(PDO::FETCH_CLASS, 'myclass', array('PDO shall call __construct()'));
125 myclass::__construct(Creating object)
144 myclass::__construct(PDO shall call __construct())
/PHP-7.4/Zend/tests/bug39542/
H A Dbug39542.inc3 function __construct() {
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.h22 PHP_METHOD( IntlDateFormatter, __construct );
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36999.phpt18 function __construct($wsdl) {
19 parent::__construct($wsdl);
H A Dbug38004.phpt16 function __construct($wsdl) {
17 parent::__construct($wsdl);
/PHP-7.4/ext/phar/phar/
H A Ddirectorytreeiterator.inc22 function __construct($path)
24 parent::__construct(
/PHP-7.4/Zend/tests/
H A Dget_class_methods_003.phpt28 public function __construct() {
57 string(11) "__construct"
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_004.phpt30 function __construct($dir)
33 parent::__construct($dir);
100 MyDirectoryIterator::__construct
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.h25 PHP_METHOD( NumberFormatter, __construct );
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.h25 PHP_METHOD( MessageFormatter, __construct );
/PHP-7.4/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.h22 PHP_METHOD(IntlRuleBasedBreakIterator, __construct);
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.h24 PHP_METHOD(IntlGregorianCalendar, __construct);
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_007w.phpt11 function __construct($f, $s) {
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_008w.phpt11 function __construct($f, $s) {
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_009w.phpt11 function __construct($f, $s) {
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_010w.phpt11 function __construct($f, $s) {
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug31402.phpt11 function __construct($i) {
20 function __construct() {
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_21_security.phpt36 Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the all…
39 #0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s')
/PHP-7.4/ext/date/tests/
H A Dbug48476.phpt6 public function __construct() { }
9 public function __construct() { }
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_basic3.phpt50 reflectMethod("ReflectionProperty", "__construct");
141 Reflecting on method ReflectionProperty::__construct()
145 string(11) "__construct"

Completed in 23 milliseconds

1...<<11121314151617181920>>...37