Home
last modified time | relevance | path

Searched refs:Reflection (Results 1 – 25 of 78) sorted by relevance

1234

/php-src/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt32 Method [ <internal:Reflection> private method __clone ] {
53 Method [ <internal:Reflection> public method getName ] {
60 Method [ <internal:Reflection> public method isInternal ] {
74 Method [ <internal:Reflection> public method isAnonymous ] {
88 Method [ <internal:Reflection> public method isCloneable ] {
109 Method [ <internal:Reflection> public method getEndLine ] {
130 Method [ <internal:Reflection> public method hasMethod ] {
138 Method [ <internal:Reflection> public method getMethod ] {
260 Method [ <internal:Reflection> public method isTrait ] {
267 Method [ <internal:Reflection> public method isEnum ] {
[all …]
H A Dbug78895.phpt2 Fixed bug #78895 (Reflection detects abstract non-static class as abstract static).
20 var_dump(Reflection::getModifierNames($ref->getModifiers()));
22 var_dump(Reflection::getModifierNames($ref->getModifiers()));
24 var_dump(Reflection::getModifierNames($ref->getModifiers()));
26 var_dump(Reflection::getModifierNames($ref->getModifiers()));
H A DReflectionClass_toString_003.phpt21 echo "\n\n----( Reflection class $class: )----\n";
28 ----( Reflection class A: )----
52 ----( Reflection class B: )----
76 ----( Reflection class C: )----
97 ----( Reflection class D: )----
H A DReflectionClass_toString_002.phpt21 echo "\n\n----( Reflection class $class: )----\n";
28 ----( Reflection class A: )----
52 ----( Reflection class B: )----
76 ----( Reflection class C: )----
100 ----( Reflection class D: )----
H A D018.phpt2 Reflection::getModifierNames
5 var_dump(Reflection::getModifierNames(ReflectionMethod::IS_FINAL | ReflectionMethod::IS_PROTECTED));
H A Dbug26640.phpt2 Reflection Bug #26640 (__autoload() not invoked by Reflection classes)
H A Dbug26695.phpt2 Reflection Bug #26695 (Reflection API does not recognize mixed-case class hints)
H A DReflection_getModifierNames_001.phpt2 Reflection::getModifierNames() basic
7 echo implode(',', Reflection::getModifierNames($modifiers)), PHP_EOL;
H A D026.phpt15 Reflection
17 Reflection => enabled
H A Dbug37964.phpt2 Reflection Bug #37964 (Reflection shows private methods of parent class)
H A DReflectionFunction_getClosureThis.phpt2 Reflection::getClosureThis()
H A Dbug38194.phpt2 Reflection Bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the class itself)
H A DReflectionExtension_getName_basic.phpt12 string(10) "Reflection"
H A Dbug31651.phpt2 Reflection Bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)
H A Dbug30856.phpt2 Reflection Bug #30856 (ReflectionClass::getStaticProperties segfaults)
H A DReflectionFunction_isClosure_basic.phpt2 Reflection::isClosure
H A Dbug30961.phpt2 Reflection Bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
H A DReflectionExtension_getClasses_basic.phpt17 ["Reflection"]=>
20 string(10) "Reflection"
H A Dreflectionclass_for_traits.phpt9 var_dump(Reflection::getModifierNames($r->getModifiers()));
H A Dtraits003.phpt2 Reflection and Traits
H A Dbug33312.phpt2 Reflection Bug #33312 (ReflectionParameter methods do not work correctly)
/php-src/ext/reflection/
H A DCREDITS1 Reflection
/php-src/ext/spl/tests/
H A Dbug46115.phpt2 Bug #46115 (Memory leak when calling a method using Reflection)
/php-src/ext/com_dotnet/tests/
H A Dbug45280.phpt2 Bug #45280 (Reflection of instantiated COM classes causes PHP to crash)
/php-src/Zend/tests/
H A Dbug50005.phpt2 Bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)

Completed in 66 milliseconds

1234