Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.0/Zend/tests/
H A Dbug35393.phpt11 static function getType()
16 print_r(ObjectPath::getType());
17 $object_type = array_pop((ObjectPath::getType()));
18 print_r(ObjectPath::getType());
/PHP-8.0/ext/reflection/tests/
H A Dmixed_type.phpt17 var_dump($object->getProperty("a")->getType()->getName());
18 var_dump($method->getParameters()[0]->getType()->getName());
21 var_dump((string) $object->getProperty("a")->getType());
22 var_dump((string) $method->getParameters()[0]->getType());
H A Dbug79820.phpt13 var_dump($rp->getType()->getName());
17 var_dump($rp->getType());
H A Dbug78774.phpt13 $rt = $rp->getType();
15 $rt2 = $rp2->getType();
H A DReflectionNamedType.phpt15 $type = $function->getParameters()[0]->getType();
24 $type = $function->getParameters()[0]->getType();
H A Dbug72661.phpt7 var_dump((string)(new ReflectionParameter("test", 0))->getType());
H A Dunion_types.phpt30 dumpType($rp->getType());
39 dumpType($rp->getType());
45 dumpType($rp->getType());
H A DReflectionType_002.phpt9 $rt = $rp->getType();
H A DReflectionType_001.phpt27 $ra = $rp->getType();
47 $ra = $rp->getType();
94 $property->getType()->getName(), $property->getName());
101 $r = (new ReflectionProperty($obj, 'std'))->getType();
/PHP-8.0/Zend/tests/object_types/
H A Dtype_hint_reflection.phpt16 $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-8.0/ext/intl/tests/
H A Dcalendar_getType_basic.phpt2 IntlCalendar::getType() basic test
15 VAR_DUMP($intlcal->getType());
H A Dcalendar_getType_error.phpt2 IntlCalendar::getType(): bad arguments
H A Dgregoriancalendar___construct_variant1.phpt20 var_dump($intlcal->getType());
H A Dcalendar_createInstance_basic.phpt18 print_R($cal->getType());
H A Dgregoriancalendar___construct_basic.phpt34 var_dump($intlcal->getType());
H A Ddateformat_get_set_calendar.phpt19 $df->getCalendarObject()->getType(),
H A Dcalendar_equals_before_after_basic.phpt19 var_dump($intlcal2->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.phpt20 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant4.phpt20 $df->getCalendarObject()->getType(),
/PHP-8.0/ext/opcache/tests/
H A Dbug73789.phpt13 public function getType($value): int
31 var_dump((new Lexer())->getType("dot"));
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_018.phpt14 var_dump($prop->getType()->getName());
/PHP-8.0/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt31 $type = $param->getType();
/PHP-8.0/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()

Completed in 20 milliseconds

12