Searched refs:__construct (Results 526 – 550 of 706) sorted by relevance
1...<<212223242526272829
/PHP-5.5/Zend/tests/ |
H A D | bug26166.phpt | 18 function __construct()
|
H A D | bug40833.phpt | 28 function __construct($entity)
|
/PHP-5.5/ext/spl/tests/ |
H A D | iterator_021.phpt | 34 function __construct($it, $max_depth) 37 parent::__construct($it);
|
H A D | iterator_022.phpt | 34 function __construct($it, $max_depth) 37 parent::__construct($it);
|
H A D | iterator_034.phpt | 39 function __construct($it, $max_depth) 42 parent::__construct($it);
|
H A D | array_007.phpt | 16 function __construct()
|
/PHP-5.5/ext/intl/tests/ |
H A D | dateformat_formatObject_error.phpt | 17 class A extends IntlCalendar {function __construct(){}} 19 class B extends DateTime {function __construct(){}}
|
H A D | calendar_createInstance_error.phpt | 12 function __construct() {}
|
H A D | gregoriancalendar___construct_basic.phpt | 2 IntlGregorianCalendar::__construct(): basic
|
H A D | timezone_toDateTimeZone_error.phpt | 31 string(66) "DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionMethod_basic1.phpt | 60 reflectMethod("ReflectionProperty", "__construct"); 240 Reflecting on method ReflectionProperty::__construct()
|
H A D | 001.phpt | 26 'UMLClass::__construct',
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options);
|
/PHP-5.5/ext/spl/internal/ |
H A D | iteratoriterator.inc | 38 * since IteratorIterator::__construct() would call SomeClass::getIterator(). 47 function __construct(Traversable $iterator, $classname = null)
|
H A D | recursivetreeiterator.inc | 33 …function __construct(RecursiveIterator $it, $rit_flags = self::BYPASS_KEY, $cit_flags = CachingIte… 35 parent::__construct(new RecursiveCachingIterator($it, $cit_flags), $mode, $rit_flags);
|
/PHP-5.5/ext/soap/tests/ |
H A D | server031.phpt | 12 public function __construct(array $a) { 26 public function __construct($n) {
|
/PHP-5.5/ext/intl/formatter/ |
H A D | formatter_main.c | 88 PHP_METHOD( NumberFormatter, __construct ) in PHP_METHOD() argument
|
/PHP-5.5/ext/phar/tests/ |
H A D | phar_buildfromiterator3.phpt | 13 function __construct(array $a)
|
H A D | phar_buildfromiterator6.phpt | 13 function __construct(array $a)
|
H A D | phar_buildfromiterator5.phpt | 13 function __construct(array $a)
|
/PHP-5.5/ext/phar/tests/tar/ |
H A D | phar_buildfromiterator5.phpt | 13 function __construct(array $a)
|
H A D | phar_buildfromiterator6.phpt | 13 function __construct(array $a)
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | phar_buildfromiterator5.phpt | 13 function __construct(array $a)
|
H A D | phar_buildfromiterator6.phpt | 13 function __construct(array $a)
|
H A D | phar_buildfromiterator9.phpt | 13 function __construct(array $a)
|
Completed in 65 milliseconds
1...<<212223242526272829