/PHP-7.3/Zend/tests/ |
H A D | bug35393.phpt | 11 static function getType() 16 print_r(ObjectPath::getType()); 17 $object_type = array_pop((ObjectPath::getType())); 18 print_r(ObjectPath::getType());
|
/PHP-7.3/ext/intl/tests/ |
H A D | calendar_getType_error.phpt | 2 IntlCalendar::getType(): bad arguments 15 var_dump($c->getType(1)); 20 Warning: IntlCalendar::getType() expects exactly 0 parameters, 1 given in %s on line %d 22 Warning: IntlCalendar::getType(): intlcal_get_type: bad arguments in %s on line %d
|
H A D | calendar_getType_basic.phpt | 2 IntlCalendar::getType() basic test 15 VAR_DUMP($intlcal->getType());
|
H A D | gregoriancalendar___construct_variant1.phpt | 20 var_dump($intlcal->getType());
|
H A D | calendar_createInstance_basic.phpt | 20 print_R($cal->getType());
|
H A D | gregoriancalendar___construct_basic.phpt | 36 var_dump($intlcal->getType());
|
H A D | dateformat_get_set_calendar_variant2.phpt | 19 $df->getCalendarObject()->getType(),
|
H A D | calendar_equals_before_after_basic.phpt | 19 var_dump($intlcal2->getType());
|
H A D | dateformat_get_set_calendar.phpt | 19 $df->getCalendarObject()->getType(),
|
H A D | dateformat_get_set_calendar_variant5.phpt | 19 $df->getCalendarObject()->getType(),
|
H A D | dateformat_get_set_calendar_variant3.phpt | 20 $df->getCalendarObject()->getType(),
|
H A D | dateformat_get_set_calendar_variant4.phpt | 20 $df->getCalendarObject()->getType(),
|
/PHP-7.3/Zend/tests/object_types/ |
H A D | type_hint_reflection.phpt | 16 $typeHintOne = (new ReflectionClass(One::class))->getMethod('a')->getParameters()[0]->getType(); 19 $typeHintTwo = (new ReflectionClass(Two::class))->getMethod('a')->getParameters()[0]->getType(); 22 $typeHinta = (new ReflectionFunction('a'))->getParameters()[0]->getType();
|
/PHP-7.3/ext/opcache/tests/ |
H A D | bug73789.phpt | 13 public function getType($value): int 31 var_dump((new Lexer())->getType("dot"));
|
/PHP-7.3/ext/reflection/tests/ |
H A D | ReflectionNamedType.phpt | 15 $type = $function->getParameters()[0]->getType(); 24 $type = $function->getParameters()[0]->getType();
|
H A D | bug72661.phpt | 7 var_dump((string)(new ReflectionParameter("test", 0))->getType());
|
H A D | ReflectionType_002.phpt | 9 $rt = $rp->getType();
|
H A D | ReflectionType_001.phpt | 27 $ra = $rp->getType(); 47 $ra = $rp->getType();
|
/PHP-7.3/Zend/tests/closures/ |
H A D | closure_from_callable_reflection.phpt | 31 $type = $param->getType();
|
/PHP-7.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 184 if (p.getType() != UMSGPAT_PART_TYPE_ARG_START) { in umsg_parse_format() 192 if (name_part.getType() == UMSGPAT_PART_TYPE_ARG_NAME) { in umsg_parse_format() 200 } else if (name_part.getType() == UMSGPAT_PART_TYPE_ARG_NUMBER) { in umsg_parse_format() 226 if (type_part.getType() == UMSGPAT_PART_TYPE_ARG_TYPE) { in umsg_parse_format() 233 if (style_part.getType() == UMSGPAT_PART_TYPE_ARG_STYLE) { in umsg_parse_format() 663 switch(fargs[i].getType()) { in umsg_parse_helper()
|
/PHP-7.3/ext/spl/tests/ |
H A D | bug55701.phpt | 173 echo "->getType()... "; 176 $o->getType(); 318 ->getType()... ran normally (expected)
|
/PHP-7.3/ext/phar/tests/ |
H A D | phar_oo_002.phpt | 22 var_dump($ent->getType());
|
/PHP-7.3/ext/spl/ |
H A D | spl.php | 919 function getType() {/**/} function in SplFileInfo
|
/PHP-7.3/ext/intl/calendar/ |
H A D | calendar_class.cpp | 173 ZVAL_STRING(&zv, const_cast<char*>(cal->getType())); in Calendar_get_debug_info() 409 PHP_ME_MAPPING(getType, intlcal_get_type, ainfo_cal_void, ZEND_ACC_PUBLIC)
|
H A D | calendar_methods.cpp | 789 RETURN_STRING(co->ucal->getType()); in PHP_FUNCTION()
|