/PHP-8.3/ext/reflection/tests/ |
H A D | ReflectionProperty_getDefaultValue.phpt | 2 reflection: ReflectionProperty::getDefaultValue 28 var_dump($property->getDefaultValue()); 31 var_dump($property->getDefaultValue()); 34 var_dump($property->getDefaultValue()); 37 var_dump($property->getDefaultValue()); 40 var_dump($property->getDefaultValue()); 43 var_dump($property->getDefaultValue()); 46 var_dump($property->getDefaultValue()); 49 var_dump($property->getDefaultValue()); 52 var_dump($property->getDefaultValue()); [all …]
|
H A D | bug81611.phpt | 38 echo "getDefaultValue:\n"; 39 var_dump($param->getDefaultValue()); 52 getDefaultValue: 62 getDefaultValue:
|
H A D | bug80821.phpt | 2 Bug #80821: ReflectionProperty::getDefaultValue() returns current value for statics 14 var_dump($prop->getDefaultValue());
|
H A D | bug51911.phpt | 2 Bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array) 15 echo '$', $param->getName(), ' : ', var_export($param->getDefaultValue(), 1), "\n";
|
H A D | bug38465.phpt | 26 …Name(), '::', $method->getName(), '($', $param->getName(), ' = ', $param->getDefaultValue(), ")\n"; 39 …Name(), '::', $method->getName(), '($', $param->getName(), ' = ', $param->getDefaultValue(), ")\n";
|
H A D | default_value_leak.phpt | 13 var_dump($rp->getDefaultValue());
|
H A D | bug33312.phpt | 15 print $parameter->getDefaultValue()."\n";
|
H A D | ReflectionParameter_003.phpt | 2 ReflectionParameter class - isOptional, isDefaultValueAvailable and getDefaultValue methods. 43 $val = $parameter->getDefaultValue();
|
H A D | bug51905.phpt | 19 echo '$', $param->getName(), ' : ', var_export($param->getDefaultValue(), 1), "\n";
|
H A D | default_value_internal_userland_arginfo.phpt | 13 var_dump($rp->getDefaultValue());
|
H A D | new_in_constexpr.phpt | 25 var_dump($rp->getDefaultValue() !== test2());
|
H A D | bug62715.phpt | 15 var_dump($p->getDefaultValue());
|
H A D | parameters_002.phpt | 65 check_params_func($p, 'getDefaultValue'); 155 getDefaultValue: NULL 169 getDefaultValue: string(6) "FooBar" 249 getDefaultValue: NULL 263 getDefaultValue: string(6) "FooBar"
|
/PHP-8.3/ext/reflection/tests/internal_parameter_default_value/ |
H A D | ReflectionParameter_getDefaultValue_Internal.phpt | 2 ReflectionParameter::getDefaultValue() should also work for parameters of internal functions. 10 var_dump($parameter->getDefaultValue()); 23 var_dump($parameter->getDefaultValue());
|
H A D | check_all.phpt | 10 $param->getDefaultValue();
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.stub.php | 546 public function getDefaultValue(): mixed {} function in ReflectionProperty 685 public function getDefaultValue(): mixed {} function in ReflectionParameter
|
H A D | php_reflection_arginfo.h | 757 ZEND_METHOD(ReflectionProperty, getDefaultValue); 790 ZEND_METHOD(ReflectionParameter, getDefaultValue); 1040 …ZEND_ME(ReflectionProperty, getDefaultValue, arginfo_class_ReflectionProperty_getDefaultValue, ZEN… 1085 …ZEND_ME(ReflectionParameter, getDefaultValue, arginfo_class_ReflectionParameter_getDefaultValue, Z…
|
H A D | php_reflection.c | 2893 ZEND_METHOD(ReflectionParameter, getDefaultValue) in ZEND_METHOD() argument 5944 ZEND_METHOD(ReflectionProperty, getDefaultValue) in ZEND_METHOD() argument
|