Searched refs:getType (Results 1 – 25 of 56) sorted by relevance
123
/php-src/ext/reflection/tests/ |
H A D | parameters_002.phpt | 82 …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 D | ReflectionClass_isArray.phpt | 17 …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 D | iterable_Reflection.phpt | 8 $paramType = (new ReflectionParameter($function, 0))->getType(); 33 $iterableType = $property->getType(); 40 $nullableIterableType = $nullable->getType(); 47 $controlType = $control->getType(); 54 $nullableControlType = $nullableControl->getType();
|
H A D | bug79820.phpt | 14 var_dump($rp->getType()->getName()); 18 var_dump($rp->getType());
|
H A D | ReflectionClassConstant_basic1.phpt | 33 echo "getType():\n"; 34 echo $constInfo->getType() ?? "NULL"; 86 getType(): 119 getType(): 151 getType(): 183 getType(): 215 getType():
|
H A D | bug78774.phpt | 13 $rt = $rp->getType(); 15 $rt2 = $rp2->getType();
|
H A D | ReflectionParameter_getClass_self_parent_closure.phpt | 30 …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 D | ReflectionNamedType.phpt | 15 $type = $function->getParameters()[0]->getType(); 24 $type = $function->getParameters()[0]->getType();
|
H A D | internal_property_union_type.phpt | 8 $rt = $rp->getType();
|
H A D | bug26695.phpt | 23 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
|
/php-src/Zend/tests/ |
H A D | bug35393.phpt | 11 static function getType() 16 print_r(ObjectPath::getType()); 17 $object_type = array_pop((ObjectPath::getType())); 18 print_r(ObjectPath::getType());
|
H A D | bug69802_2.phpt | 10 …nParameter::getClass() is deprecated since 8.0, use ReflectionParameter::getType() instead in %s o…
|
/php-src/ext/reflection/tests/types/ |
H A D | mixed_type.phpt | 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());
|
H A D | ReflectionType_002.phpt | 9 $rt = $rp->getType();
|
H A D | intersection_types.phpt | 26 dumpType($rp->getType()); 38 dumpType($rp->getType());
|
/php-src/Zend/tests/object_types/ |
H A D | type_hint_reflection.phpt | 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();
|
/php-src/Zend/tests/type_declarations/ |
H A D | callable_002.phpt | 24 …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 D | typed_properties_018.phpt | 14 var_dump($prop->getType()->getName());
|
/php-src/Zend/tests/enum/ |
H A D | value-property-type.phpt | 14 echo (new ReflectionProperty(IntEnum::class, 'value'))->getType() . "\n"; 15 echo (new ReflectionProperty(StringEnum::class, 'value'))->getType() . "\n";
|
/php-src/ext/intl/tests/ |
H A D | calendar_getType_basic.phpt | 2 IntlCalendar::getType() basic test 13 VAR_DUMP($intlcal->getType());
|
H A D | calendar_getType_error.phpt | 2 IntlCalendar::getType(): bad arguments
|
H A D | calendar_createInstance_basic.phpt | 16 print_R($cal->getType());
|
/php-src/ext/opcache/tests/ |
H A D | bug73789.phpt | 13 public function getType($value): int 31 var_dump((new Lexer())->getType("dot"));
|
/php-src/ext/spl/tests/ |
H A D | GlobIterator_internal_null_pointer.phpt | 38 echo "Test getType()\n"; 39 var_dump($o->getType()); 89 Test getType()
|
/php-src/Zend/tests/type_declarations/union_types/ |
H A D | internal_trait_use_typed_union.phpt | 16 $union = $prop->getType();
|
Completed in 28 milliseconds
123