Home
last modified time | relevance | path

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

123

/php-src/ext/reflection/tests/
H A Dparameters_002.phpt82 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
86 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
95 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
99 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
108 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
112 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
121 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
125 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
138 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
151 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
[all …]
H A DReflectionClass_isArray.phpt17 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
20 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
23 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
26 …onParameter::isArray() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
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 Dbug79820.phpt14 var_dump($rp->getType()->getName());
18 var_dump($rp->getType());
H A DReflectionClassConstant_basic1.phpt33 echo "getType():\n";
34 echo $constInfo->getType() ?? "NULL";
86 getType():
119 getType():
151 getType():
183 getType():
215 getType():
H A Dbug78774.phpt13 $rt = $rp->getType();
15 $rt2 = $rp2->getType();
H A DReflectionParameter_getClass_self_parent_closure.phpt30 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
33 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
36 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
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();
H A Dbug26695.phpt23 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
/php-src/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());
H A Dbug69802_2.phpt10 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
/php-src/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());
/php-src/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-src/Zend/tests/type_declarations/
H A Dcallable_002.phpt24 …arameter::isCallable() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
27 …arameter::isCallable() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
30 …arameter::isCallable() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
H A Dtyped_properties_018.phpt14 var_dump($prop->getType()->getName());
/php-src/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-src/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-src/ext/opcache/tests/
H A Dbug73789.phpt13 public function getType($value): int
31 var_dump((new Lexer())->getType("dot"));
/php-src/ext/spl/tests/
H A DGlobIterator_internal_null_pointer.phpt38 echo "Test getType()\n";
39 var_dump($o->getType());
89 Test getType()
/php-src/Zend/tests/type_declarations/union_types/
H A Dinternal_trait_use_typed_union.phpt16 $union = $prop->getType();

Completed in 28 milliseconds

123