Home
last modified time | relevance | path

Searched refs:__construct (Results 226 – 250 of 923) sorted by path

12345678910>>...37

/PHP-7.4/Zend/tests/traits/
H A Dbug65576a.phpt8 public function __construct()
16 public function __construct()
H A Dbug65576b.phpt8 public function __construct()
10 parent::__construct();
17 public function __construct()
H A Dmethods_003.phpt2 Testing __construct and __destruct with Trait
7 public function __construct() {
23 string(11) "__construct"
/PHP-7.4/Zend/tests/try/
H A Dcatch_002.phpt8 function __construct()
H A Dcatch_003.phpt13 function __construct()
H A Dcatch_004.phpt13 function __construct()
H A Dtry_finally_019.phpt7 function __construct($n) {
H A Dtry_finally_020.phpt7 function __construct($n) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_001.phpt13 public function __construct(int $int, float $float, bool $bool, array $array, stdClass $std) {
H A Dtyped_properties_004.phpt8 public function __construct(string $string) {
16 #0 %s(2): class@anonymous->__construct('PHP 7 is better...')
H A Dtyped_properties_005.phpt10 public function __construct(Dummy $dummy) {
18 #0 %s(4): class@anonymous->__construct(Object(Dummy))
H A Dtyped_properties_020.phpt10 public function __construct() {
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dabstract_constructor.phpt8 abstract function __construct(X $x);
11 function __construct(object $x) {}
14 function __construct(Y $x) {}
18 Fatal error: Could not check compatibility between C::__construct(Y $x) and A::__construct(X $x), b…
/PHP-7.4/Zend/tests/
H A Duse_unlinked_class.phpt17 #0 %s(%d): ReflectionClass->__construct('A')
/PHP-7.4/Zend/tests/weakrefs/
H A Dweakrefs_005.phpt2 WeakReference no __construct
10 #0 %s(2): WeakReference->__construct()
/PHP-7.4/Zend/
H A Dzend_closures.c615 ZEND_COLD ZEND_METHOD(Closure, __construct) in ZEND_METHOD() argument
642 ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE)
H A Dzend_exceptions.c275 ZEND_METHOD(exception, __construct) in ZEND_METHOD() argument
345 ZEND_METHOD(error_exception, __construct) in ZEND_METHOD() argument
798 ZEND_ME(exception, __construct, arginfo_exception___construct, ZEND_ACC_PUBLIC)
821 ZEND_ME(error_exception, __construct, arginfo_error_exception___construct, ZEND_ACC_PUBLIC)
H A Dzend_weakrefs.c152 ZEND_COLD ZEND_METHOD(WeakReference, __construct) in ZEND_END_ARG_INFO()
183 ZEND_ME(WeakReference, __construct, NULL, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c639 CPH_METHOD(__construct) in CPH_METHOD() argument
673 CPH_ME(__construct, NULL)
/PHP-7.4/ext/curl/
H A Dcurl_file.c56 ZEND_METHOD(CURLFile, __construct) in ZEND_METHOD() argument
146 PHP_ME(CURLFile, __construct, arginfo_curlfile_create, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/date/
H A Dphp_date.c492 PHP_ME(DateTime, __construct, arginfo_date_create, ZEND_ACC_PUBLIC)
515 PHP_ME(DateTimeImmutable, __construct, arginfo_date_create, ZEND_ACC_PUBLIC)
538 …PHP_ME(DateTimeZone, __construct, arginfo_timezone_open, ZEND_ACC_PUB…
551 …PHP_ME(DateInterval, __construct, arginfo_date_interval_construct, ZE…
560 …PHP_ME(DatePeriod, __construct, arginfo_date_period_construct, ZEND…
2882 PHP_METHOD(DateTime, __construct) in PHP_METHOD() argument
2904 PHP_METHOD(DateTimeImmutable, __construct) in PHP_METHOD() argument
3912 PHP_METHOD(DateTimeZone, __construct) in PHP_METHOD() argument
4391 PHP_METHOD(DateInterval, __construct) in PHP_METHOD() argument
4676 PHP_METHOD(DatePeriod, __construct) in PHP_METHOD() argument
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/date/tests/
H A DDatePeriod_wrong_constructor.phpt2 DatePeriod: Test wrong __construct parameter
13 Fatal error: Uncaught Exception: DatePeriod::__construct(): This constructor accepts either (DateTi…
15 #0 %s(%d): DatePeriod->__construct()
H A DDatePeriod_wrong_recurrence_on_constructor.phpt2 DatePeriod: Test wrong recurrence parameter on __construct
18 DatePeriod::__construct(): The recurrence count '0' is invalid. Needs to be > 0
19 DatePeriod::__construct(): The recurrence count '-1' is invalid. Needs to be > 0
H A DDateTimeZone_compare_basic1.phpt34 function __construct() {

Completed in 123 milliseconds

12345678910>>...37