Searched refs:Reflection (Results 1 – 25 of 77) sorted by relevance
1234
32 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 …]
2 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()));
21 echo "\n\n----( Reflection class $class: )----\n";28 ----( Reflection class A: )----52 ----( Reflection class B: )----76 ----( Reflection class C: )----97 ----( Reflection class D: )----
21 echo "\n\n----( Reflection class $class: )----\n";28 ----( Reflection class A: )----52 ----( Reflection class B: )----76 ----( Reflection class C: )----100 ----( Reflection class D: )----
2 Reflection::getModifierNames5 var_dump(Reflection::getModifierNames(ReflectionMethod::IS_FINAL | ReflectionMethod::IS_PROTECTED));
2 Reflection Bug #26640 (__autoload() not invoked by Reflection classes)
2 Reflection Bug #26695 (Reflection API does not recognize mixed-case class hints)
2 Reflection::getModifierNames() basic7 echo implode(',', Reflection::getModifierNames($modifiers)), PHP_EOL;
15 Reflection17 Reflection => enabled
2 Reflection Bug #37964 (Reflection shows private methods of parent class)
2 Reflection Bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the class itself)
2 Reflection::getClosureThis()
2 Reflection Bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)
12 string(10) "Reflection"
17 ["Reflection"]=>20 string(10) "Reflection"
2 Reflection Bug #30856 (ReflectionClass::getStaticProperties segfaults)
2 Reflection::isClosure
2 Reflection Bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
9 var_dump(Reflection::getModifierNames($r->getModifiers()));
2 Reflection Bug #33312 (ReflectionParameter methods do not work correctly)
2 Reflection Bug #41061 ("visibility error" in ReflectionFunction::__toString())
1 Reflection
2 Bug #46115 (Memory leak when calling a method using Reflection)
2 Bug #45280 (Reflection of instantiated COM classes causes PHP to crash)
2 Bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)
Completed in 21 milliseconds