Searched refs:getType (Results 1 – 25 of 48) sorted by relevance
12
11 static function getType()16 print_r(ObjectPath::getType());17 $object_type = array_pop((ObjectPath::getType()));18 print_r(ObjectPath::getType());
17 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());
9 $rt = $rp->getType();
26 dumpType($rp->getType());38 dumpType($rp->getType());
30 dumpType($rp->getType());42 dumpType($rp->getType());
27 $ra = $rp->getType();47 $ra = $rp->getType();93 $property->getType()->getName(), $property->getName());100 $r = (new ReflectionProperty($obj, 'std'))->getType();
45 dumpType($rp->getType());54 dumpType($rp->getType());60 dumpType($rp->getType());
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();
8 $paramType = (new ReflectionParameter($function, 0))->getType();33 $iterableType = $property->getType();40 $nullableIterableType = $nullable->getType();47 $controlType = $control->getType();54 $nullableControlType = $nullableControl->getType();
14 var_dump($rp->getType()->getName());18 var_dump($rp->getType());
13 $rt = $rp->getType();15 $rt2 = $rp2->getType();
15 $type = $function->getParameters()[0]->getType();24 $type = $function->getParameters()[0]->getType();
8 $rt = $rp->getType();
14 echo (new ReflectionProperty(IntEnum::class, 'value'))->getType() . "\n";15 echo (new ReflectionProperty(StringEnum::class, 'value'))->getType() . "\n";
2 IntlCalendar::getType() basic test13 VAR_DUMP($intlcal->getType());
18 var_dump($intlcal->getType());
2 IntlCalendar::getType(): bad arguments
16 print_R($cal->getType());
13 public function getType($value): int31 var_dump((new Lexer())->getType("dot"));
38 echo "Test getType()\n";39 var_dump($o->getType());89 Test getType()
14 var_dump($prop->getType()->getName());
16 $union = $prop->getType();
14 $type = $arguments[0]->getType();
31 $type = $param->getType();
Completed in 25 milliseconds