Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getProperty_002.phpt2 ReflectionClass::getProperty() - error cases
15 var_dump($rc->getProperty());
20 var_dump($rc->getProperty("a", "a"));
25 var_dump($rc->getProperty(null));
30 var_dump($rc->getProperty(1));
35 var_dump($rc->getProperty(1.5));
40 var_dump($rc->getProperty(true));
45 var_dump($rc->getProperty(array(1,2,3)));
50 var_dump($rc->getProperty(new C));
58 Warning: ReflectionClass::getProperty() expects exactly 1 parameter, 0 given in %s on line 9
[all …]
H A Dbug45139.phpt23 $rp = $rc->getProperty('foo');
27 $rp = $rc->getProperty('foo');
31 $rp = $rc->getProperty('bar');
35 $rp = $rc->getProperty('bar');
39 $rp = $rc->getProperty('baz');
43 $rp = $rc->getProperty('baz');
47 $rp = $rc->getProperty('quux');
H A Dbug39067.phpt19 var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
22 var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
25 var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
36 var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
H A Dbug53366.phpt2 Bug #53366 (Reflection doesnt get dynamic property value from getProperty())
14 var_dump($reflect->getProperty('id'));
15 var_dump($reflect->getProperty('id')->getValue($myClass));
H A Dbug39001.phpt19 var_dump($r->getProperty('publicVar')->getDeclaringClass()->getName());
20 var_dump($r->getProperty('protectedVar')->getDeclaringClass()->getName());
H A DReflectionParameter_isDefault.phpt18 var_dump($ro->getProperty('defprop')->isDefault());
19 var_dump($ro->getProperty('myprop')->isDefault());
H A Dbug49719.phpt20 var_dump($ref->getProperty('a'));
34 $prop = $b2->getProperty('a');
H A DReflectionClass_getProperty_001.phpt2 ReflectionClass::getProperty()
36 var_dump($rc->getProperty("s"));
42 var_dump($rc->getProperty("a"));
48 var_dump($rc->getProperty("A"));
54 var_dump($rc->getProperty("doesntExist"));
H A Dbug46064_2.phpt14 var_dump($p->getProperty('test'));
30 var_dump($h = $p->getProperty('a'));
H A D001.phpt39 'UMLClass::getProperty',
H A DReflectionClass_getProperty_003.phpt2 ReflectionClass::getProperty()
47 $rp = $rc->getProperty($name);
H A DReflectionClass_getProperty_004.phpt2 ReflectionClass::getProperty()
47 $rp = $rc->getProperty($name);
H A DReflectionClass_toString_001.phpt145 Method [ <internal:Reflection> public method getProperty ] {
/PHP-5.5/tests/classes/
H A Dautoload_016.phpt2 Ensure ReflectionClass::getProperty() triggers autoload
16 $rc->getProperty("UndefC::p");
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3839 ZEND_METHOD(reflection_class, getProperty) in ZEND_METHOD() argument
5899 ZEND_ME(reflection_class, getProperty, arginfo_reflection_class_getProperty, 0)
/PHP-5.5/
H A DNEWS4860 getProperty()). (Felipe)
10168 - Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to

Completed in 72 milliseconds