Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...29

/PHP-5.5/ext/intl/doc/
H A Dcollator_api.php90 public function __construct( $locale ) {} function in Collator
103 * @see __construct()
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug31695.phpt14 function __construct($wsdl, $options=array()) {
15 parent::__construct($wsdl, $options);
H A Dbug55323.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
H A Dbug38005.phpt14 function __construct($wsdl, $opt) {
15 parent::__construct($wsdl, $opt);
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat.h24 PHP_METHOD( IntlDateFormatter, __construct );
/PHP-5.5/Zend/tests/
H A Dnowdoc.inc7 class d { public function __construct() { $this->d = 4; } };
H A Dbug28444.phpt16 function __construct($x)
27 function __construct($x)
H A Dns_028.inc5 function __construct() {
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray__construct_param_float.phpt2 SplFixedArray::__construct() with float passed as parameter.
H A Dfixedarray_021.phpt27 /* calling __construct() twice */
29 var_dump($c->__construct());
H A Diterator_041a.phpt19 function __construct()
23 parent::__construct(array(1, 2));
H A Dbug38618.phpt10 public function __construct($title)
25 public function __construct($title)
H A Diterator_001.phpt11 public function __construct($a)
94 NumericArrayIterator::__construct
121 NumericArrayIterator::__construct
147 NumericArrayIterator::__construct
H A DSplFixedArray__construct_param_null.phpt2 SplFixedArray::__construct() with null passed as parameter.
H A Diterator_059.phpt2 SPL: CachingIterator::__construct(void)
H A Diterator_060.phpt2 SPL: RecursiveCachingIterator::__construct(void)
H A Diterator_061.phpt2 SPL: ParentIterator::__construct(void)
H A Diterator_062.phpt2 SPL: RecursiveIteratorIterator::__construct(void)
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_nostub.phpt46 …yIterator::__construct(phar://%star_004.phar.tar/): failed to open dir: '%star_004.phar.tar' is no…
/PHP-5.5/ext/spl/internal/
H A Drecursiveregexiterator.inc34 function __construct(RecursiveIterator $it, $regex, $mode = 0, $flags = 0, $preg_flags = 0) {
35 parent::__construct($it, $regex, $mode, $flags, $preg_flags);
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt50 Warning: ReflectionClass::__construct() expects exactly 1 parameter, 0 given in %s on line 3
62 Warning: ReflectionClass::__construct() expects exactly 1 parameter, 2 given in %s on line 33
/PHP-5.5/ext/soap/tests/
H A Dserver022.phpt8 function __construct() {
9 parent::__construct("MyFault","My fault string");
/PHP-5.5/ext/spl/examples/
H A Dinigroups.inc35 function __construct($file) {
36 parent::__construct(new DbaReader($file, 'inifile'), '^\[.*\]$');
H A Dkeyfilter.inc35 function __construct(Iterator $it, $regex)
37 parent::__construct($it);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt23 public function __construct() {
25 return call_user_func_array(array($this, 'parent::__construct'), func_get_args());
84 __construct('%S', '%S', %s)

Completed in 31 milliseconds

1...<<11121314151617181920>>...29