Home
last modified time | relevance | path

Searched refs:getProperties (Results 1 – 15 of 15) sorted by relevance

/PHP-5.6/ext/reflection/tests/
H A DReflectionClass_getProperties_002.phpt2 ReflectionClass::getProperties() - invalid arguments
10 $rc->getProperties('X');
11 $rc->getProperties('X', true);
15 Warning: ReflectionClass::getProperties() expects parameter 1 to be long, string given in %s on lin…
17 Warning: ReflectionClass::getProperties() expects at most 1 parameter, 2 given in %s on line 5
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
9 print_r($reflObj->getProperties(ReflectionProperty::IS_PUBLIC));
13 print_r($reflObj->getProperties(ReflectionProperty::IS_PUBLIC));
H A DReflectionClass_getProperties_003.phpt2 ReflectionClass::getProperties()
25 var_dump($rc->getProperties(0));
28 var_dump($rc->getProperties($pubFlag));
31 var_dump($rc->getProperties($privFlag));
34 var_dump($rc->getProperties($StaticFlag | $pubFlag));
37 var_dump($rc->getProperties($StaticFlag | $privFlag));
H A Dbug40431.phpt11 $props = $RefObj->getProperties();
31 $props = $RefObj->getProperties();
48 $props = $RefObj->getProperties();
69 $props = $RefObj->getProperties();
H A Dbug36308.phpt19 $props = $reflect->getProperties();
H A Dbug40794.phpt14 foreach($reflect->getProperties() as $prop)
H A DReflectionParameter_isDefault.phpt12 $props = $ro->getProperties();
H A DReflectionClass_getProperties_001.phpt2 ReflectionClass::getProperties()
34 var_dump($rc->getProperties());
H A Dbug46064_2.phpt32 var_dump($p->getProperties());
H A D001.phpt40 'UMLClass::getProperties',
H A DReflectionProperty_getDocComment_basic.phpt37 $rps = $rc->getProperties();
H A DReflectionClass_toString_001.phpt152 Method [ <internal:Reflection> public method getProperties ] {
/PHP-5.6/ext/mysqli/tests/
H A Dreflection_tools.inc31 if ($properties = $class->getProperties()) {
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c4033 ZEND_METHOD(reflection_class, getProperties) in ZEND_METHOD() argument
5975 ZEND_ME(reflection_class, getProperties, arginfo_reflection_class_getProperties, 0)
/PHP-5.6/
H A DNEWS5292 . Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
6435 obtained with ReflectionClass::getProperties(). (Gustavo)

Completed in 74 milliseconds