Home
last modified time | relevance | path

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

123

/PHP-8.2/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.2/ext/reflection/tests/types/
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 DReflectionType_002.phpt9 $rt = $rp->getType();
H A Dintersection_types.phpt26 dumpType($rp->getType());
38 dumpType($rp->getType());
H A Ddnf_types_with_null.phpt30 dumpType($rp->getType());
42 dumpType($rp->getType());
H A DReflectionType_001.phpt27 $ra = $rp->getType();
47 $ra = $rp->getType();
93 $property->getType()->getName(), $property->getName());
100 $r = (new ReflectionProperty($obj, 'std'))->getType();
H A Ddnf_types.phpt30 dumpType($rp->getType());
42 dumpType($rp->getType());
H A Dunion_types.phpt45 dumpType($rp->getType());
54 dumpType($rp->getType());
60 dumpType($rp->getType());
/PHP-8.2/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.2/ext/reflection/tests/
H A Diterable_Reflection.phpt8 $paramType = (new ReflectionParameter($function, 0))->getType();
33 $iterableType = $property->getType();
40 $nullableIterableType = $nullable->getType();
47 $controlType = $control->getType();
54 $nullableControlType = $nullableControl->getType();
H A DReflectionClassConstant_basic1.phpt33 echo "getType():\n";
34 echo $constInfo->getType() ?? "NULL";
85 getType():
117 getType():
149 getType():
181 getType():
213 getType():
H A Dbug79820.phpt14 var_dump($rp->getType()->getName());
18 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 Dinternal_property_union_type.phpt8 $rt = $rp->getType();
/PHP-8.2/Zend/tests/enum/
H A Dvalue-property-type.phpt14 echo (new ReflectionProperty(IntEnum::class, 'value'))->getType() . "\n";
15 echo (new ReflectionProperty(StringEnum::class, 'value'))->getType() . "\n";
/PHP-8.2/ext/intl/tests/
H A Dcalendar_getType_basic.phpt2 IntlCalendar::getType() basic test
13 VAR_DUMP($intlcal->getType());
H A Dcalendar_getType_error.phpt2 IntlCalendar::getType(): bad arguments
H A Dcalendar_createInstance_basic.phpt16 print_R($cal->getType());
/PHP-8.2/ext/opcache/tests/
H A Dbug73789.phpt13 public function getType($value): int
31 var_dump((new Lexer())->getType("dot"));
/PHP-8.2/ext/spl/tests/
H A DGlobIterator_internal_null_pointer.phpt38 echo "Test getType()\n";
39 var_dump($o->getType());
89 Test getType()
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_018.phpt14 var_dump($prop->getType()->getName());
/PHP-8.2/Zend/tests/type_declarations/union_types/
H A Dinternal_trait_use_typed_union.phpt16 $union = $prop->getType();
/PHP-8.2/ext/zend_test/tests/
H A Dinternal_dnf_arguments.phpt12 $paramType = $rf->getParameters()[0]->getType();
H A Dvariadic_arguments.phpt14 $type = $arguments[0]->getType();

Completed in 40 milliseconds

123