Home
last modified time | relevance | path

Searched refs:getType (Results 26 – 50 of 51) sorted by relevance

123

/PHP-8.2/ext/intl/tests/
H A Dgregoriancalendar___construct_variant1.phpt18 var_dump($intlcal->getType());
H A Ddateformat_get_set_calendar.phpt19 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant2.phpt19 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant3.phpt20 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant_icu70.phpt21 $df->getCalendarObject()->getType(),
H A Dcalendar_equals_before_after_basic.phpt17 var_dump($intlcal2->getType());
H A Ddateformat_get_set_calendar_variant4.phpt20 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant5.phpt21 $df->getCalendarObject()->getType(),
H A Dgregoriancalendar___construct_basic.phpt32 var_dump($intlcal->getType());
/PHP-8.2/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt31 $type = $param->getType();
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp170 if (p.getType() != UMSGPAT_PART_TYPE_ARG_START) { in umsg_parse_format()
178 if (name_part.getType() == UMSGPAT_PART_TYPE_ARG_NAME) { in umsg_parse_format()
186 } else if (name_part.getType() == UMSGPAT_PART_TYPE_ARG_NUMBER) { in umsg_parse_format()
212 if (type_part.getType() == UMSGPAT_PART_TYPE_ARG_TYPE) { in umsg_parse_format()
219 if (style_part.getType() == UMSGPAT_PART_TYPE_ARG_STYLE) { in umsg_parse_format()
639 switch(fargs[i].getType()) { in umsg_parse_helper()
/PHP-8.2/ext/reflection/tests/types/
H A Dpure_intersection_type_implicitly_nullable.phpt24 dumpType((new ReflectionFunction('foo'))->getParameters()[0]->getType());
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php492 public function getType(): ?ReflectionType {} function in ReflectionProperty
559 public function getType(): ?ReflectionType {} function in ReflectionClassConstant
600 public function getType(): ?ReflectionType {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h754 ZEND_METHOD(ReflectionProperty, getType);
773 ZEND_METHOD(ReflectionClassConstant, getType);
783 ZEND_METHOD(ReflectionParameter, getType);
1037 ZEND_ME(ReflectionProperty, getType, arginfo_class_ReflectionProperty_getType, ZEND_ACC_PUBLIC)
1062 …ZEND_ME(ReflectionClassConstant, getType, arginfo_class_ReflectionClassConstant_getType, ZEND_ACC_…
1078 ZEND_ME(ReflectionParameter, getType, arginfo_class_ReflectionParameter_getType, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2708 ZEND_METHOD(ReflectionParameter, getType) in ZEND_METHOD() argument
3849 ZEND_METHOD(ReflectionClassConstant, getType) in ZEND_METHOD() argument
5869 ZEND_METHOD(ReflectionProperty, getType) in ZEND_METHOD() argument
/PHP-8.2/Zend/tests/
H A Dtrampoline_closure_named_arguments.phpt40 $type = $argument->getType();
/PHP-8.2/ext/spl/tests/
H A Dbug55701.phpt173 echo "->getType()... ";
176 $o->getType();
319 ->getType()... ran normally (expected)
/PHP-8.2/ext/phar/tests/
H A Dphar_oo_002.phpt20 var_dump($ent->getType());
/PHP-8.2/ext/spl/
H A Dspl_directory.stub.php50 public function getType(): string|false {} function in SplFileInfo
H A Dspl_directory_arginfo.h290 ZEND_METHOD(SplFileInfo, getType);
383 ZEND_ME(SplFileInfo, getType, arginfo_class_SplFileInfo_getType, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php272 public function getType(): string {} function in IntlCalendar
H A Dcalendar_class.cpp170 ZVAL_STRING(&zv, const_cast<char*>(cal->getType())); in Calendar_get_debug_info()
H A Dcalendar_arginfo.h294 ZEND_ME_MAPPING(getType, intlcal_get_type, arginfo_class_IntlCalendar_getType, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp720 RETURN_STRING(co->ucal->getType()); in PHP_FUNCTION()
/PHP-8.2/build/
H A Dgen_stub.php3793 public function getType(): string { function in DocCommentTag
3911 $docReturnType = $tag->getType();
3915 $docParamTypes[$tag->getVariableName()] = $tag->getType();
4072 $phpDocType = $tag->getType();
4127 $phpDocType = $tag->getType();
4441 throw new Exception("Not implemented {$classStmt->getType()}");
4459 throw new Exception("Unexpected node {$stmt->getType()}");

Completed in 90 milliseconds

123