Home
last modified time | relevance | path

Searched refs:__construct (Results 201 – 225 of 1118) sorted by relevance

12345678910>>...45

/PHP-8.1/ext/spl/tests/
H A Dbug54291.phpt9 Fatal error: Uncaught ValueError: DirectoryIterator::__construct(): Argument #1 ($directory) must n…
11 #0 %s(%d): DirectoryIterator->__construct('\x00/abc')
H A Dbug54304.phpt6 public function __construct( ) {
7 parent::__construct(array(
H A Dbug71202.phpt9 function __construct(){
15 function __construct() {
/PHP-8.1/tests/classes/
H A Dctor_failure.phpt8 function __construct($msg) {
30 Test::__construct(Hello)
H A Ddereferencing_001.phpt7 function __construct($_name) {
19 function __construct($_name, $_address) {
/PHP-8.1/Zend/tests/
H A Dget_class_methods_002.phpt15 public function __construct() {
39 string(11) "__construct"
H A Dbug60139.phpt10 public function __construct() {
18 public function __construct() {
H A Dbug70156.phpt26 public function __construct()
37 #2 %s(%d): dummy->__construct()
H A Dexception_022.phpt10 Fatal error: Uncaught TypeError: Error::__construct(): Argument #1 ($message) must be of type strin…
12 #0 %sexception_022.php(%d): Error->__construct(Object(stdClass))
H A Dexception_019.phpt10 Fatal error: Uncaught TypeError: Exception::__construct(): Argument #1 ($message) must be of type s…
12 #0 %sexception_019.php(%d): Exception->__construct(Object(stdClass))
/PHP-8.1/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-8.1/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt10 public function __construct($a, $b) {
16 protected function __construct() {
22 private function __construct() {
68 Exception: Too few arguments to function B::__construct(), 0 passed and exactly 2 expected
H A DReflectionParameter_invalidMethodInConstructor.phpt2 ReflectionParameter::__construct(): Invalid method as constructor
46 Ok - ReflectionParameter::__construct() expects exactly 2 arguments, 1 given
47 Ok - ReflectionParameter::__construct(): Argument #1 ($function) must be a string, an array(class, …
H A DReflectionMethod_basic1.phpt52 public function __construct($arg);
57 public abstract function __construct();
68 reflectMethod("ReflectionProperty", "__construct");
70 reflectMethod("TestInterface", "__construct");
72 reflectMethod("TestTrait", "__construct");
252 Reflecting on method ReflectionProperty::__construct()
310 Reflecting on method TestInterface::__construct()
368 Reflecting on method TestTrait::__construct()
H A Dbug36434.phpt8 function __construct()
16 function __construct()
/PHP-8.1/ext/date/tests/
H A Doo_001.phpt7 function __construct() {
11 function __construct() {
15 function __construct() {
71 DateTimeZone::__construct(): Unknown or bad timezone (GottaFindThisOne)
/PHP-8.1/Zend/
H A Dzend_exceptions.stub.php43 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} function in Exception
70 public function __construct( function in ErrorException
104 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} function in Error
/PHP-8.1/ext/intl/tests/
H A Dbug60192-getlocale.phpt9 public function __construct() {
10 // omitting parent::__construct($someLocale);
H A Dbug60192-getsortkey.phpt9 public function __construct() {
10 // omitting parent::__construct($someLocale);
H A Dbug60192-sort.phpt9 public function __construct() {
10 // omitting parent::__construct($someLocale);
H A Dbug60192-compare.phpt8 public function __construct() {
9 // omitting parent::__construct($someLocale);
H A Dbug60192-sortwithsortkeys.phpt9 public function __construct() {
10 // omitting parent::__construct($someLocale);
/PHP-8.1/ext/phar/phar/
H A Ddirectorygraphiterator.inc19 function __construct($path)
21 RecursiveIteratorIterator::__construct(
/PHP-8.1/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-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…

Completed in 34 milliseconds

12345678910>>...45