Home
last modified time | relevance | path

Searched refs:__construct (Results 201 – 225 of 923) sorted by last modified time

12345678910>>...37

/PHP-7.4/ext/reflection/tests/
H A DReflectionObject_isInstantiable_variation.phpt13 public function __construct() {}
20 protected function __construct() {}
27 private function __construct() {}
H A DReflectionProperty_error.phpt39 Ok - ReflectionProperty::__construct() expects exactly 2 parameters, 0 given
40 Ok - ReflectionProperty::__construct() expects exactly 2 parameters, 1 given
41 Ok - ReflectionProperty::__construct() expects exactly 2 parameters, 3 given
H A Dbug30148.phpt12 function __construct() {}
19 $c = new ReflectionMethod('Base','__construct');
21 $e = new ReflectionMethod('Derived','__construct');
H A D001.phpt26 'UMLClass::__construct',
H A D002.phpt10 function __construct($c,$m)
13 parent::__construct($c,$m);
52 ReflectionMethodEx::__construct
H A D007.phpt70 function __construct()
81 function __construct($arg)
108 WithCtor::__construct()
114 WithCtor::__construct()
122 WithCtor::__construct()
134 Exception: Too few arguments to function WithCtorWithArgs::__construct(), 0 passed and exactly 1 ex…
136 WithCtorWithArgs::__construct(25)
144 WithCtorWithArgs::__construct(25)
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt13 function __construct(array $a)
H A Dphar_buildfromiterator5.phpt13 function __construct(array $a)
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
H A Dphar_buildfromiterator7.phpt13 function __construct(array $a)
H A Dphar_buildfromiterator9.phpt13 function __construct(array $a)
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt13 function __construct(array $a)
H A Dphar_buildfromiterator5.phpt13 function __construct(array $a)
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
H A Dphar_buildfromiterator7.phpt13 function __construct(array $a)
H A Dphar_buildfromiterator9.phpt13 function __construct(array $a)
H A Dtar_nostub.phpt45 …erator::__construct(phar://%star_nostub.phar.tar/): failed to open dir: '%star_nostub.phar.tar' is…
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_001.phpt21 function __construct()
37 $phar->__construct('oops');
H A Dphar_oo_004.phpt30 function __construct($dir)
33 parent::__construct($dir);
100 MyDirectoryIterator::__construct
H A Dphar_oo_006.phpt14 function __construct($what)
17 parent::__construct($what);
45 MyFile::__construct(phar://%s/a.php)
47 MyFile::__construct(phar://%s/b/c.php)
49 MyFile::__construct(phar://%s/b.php)
H A Dphar_oo_007.phpt14 function __construct($name)
17 parent::__construct($name);
65 MyFile::__construct(phar://*/files/phar_oo_007.phar.php/a.php)
81 MyFile::__construct(phar://*/files/phar_oo_007.phar.php/a.php)
H A Dpharfileinfo_construct.phpt2 Phar: PharFileInfo::__construct
37 $b->__construct('oops');
53 PharFileInfo::__construct() expects parameter 1 to be a valid path, array given
H A Dbug74386.phpt2 Phar: bug #74386: Phar::__construct(): wrong number of parameters by reflection
7 $r = new ReflectionMethod(Phar::class, '__construct');
11 $r = new ReflectionMethod(PharData::class, '__construct');
H A Dphar_buildfromdirectory2.phpt29 RecursiveDirectoryIterator::__construct(1): failed to open dir: No such file or directory
H A Dphar_buildfromiterator4.phpt13 function __construct(array $a)

Completed in 33 milliseconds

12345678910>>...37