Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 22 of 22) sorted by relevance

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getMethod_002.phpt2 ReflectionClass::getMethod() - error cases
15 var_dump($rc->getMethod());
20 var_dump($rc->getMethod("f", "f"));
25 var_dump($rc->getMethod(null));
30 var_dump($rc->getMethod(1));
35 var_dump($rc->getMethod(1.5));
40 var_dump($rc->getMethod(true));
45 var_dump($rc->getMethod(array(1,2,3)));
50 var_dump($rc->getMethod(new C));
60 Warning: ReflectionClass::getMethod() expects exactly 1 parameter, 0 given in %s on line 9
[all …]
H A Dbug30209.phpt2 Reflection Bug #30209 (ReflectionClass::getMethod() lowercases attribute)
16 $method = $class->getMethod($this->name);
H A Dbug52057.phpt18 var_dump($h = $reflection->getMethod('__invoke')); // true
22 var_dump($h = $reflection->getMethod('__invoke')); // true
26 var_dump($h = $reflection->getMethod('__invoke')); // true
H A Dbug29828.phpt22 var_dump($r->getMethod('bla')->isConstructor());
23 var_dump($r->getMethod('bla')->isAbstract());
H A DReflectionMethod_getClosureThis.phpt33 $method = $staticclass->getMethod( 'foo' );
39 $method = $class->getMethod( 'foo' );
H A DReflectionMethod_getClosure_basic.phpt37 $method = $staticclass->getMethod( 'foo' );
41 $method = $class->getMethod( 'foo' );
H A DReflectionClass_getMethod_001.phpt2 ReflectionClass::getMethod()
35 var_dump($rc->getMethod("f"));
37 var_dump($rc->getMethod("s"));
39 var_dump($rc->getMethod("F"));
42 var_dump($rc->getMethod("doesntExist"));
H A Dbug33312.phpt11 $method = $class->getMethod('bar');
H A Dbug51911.phpt12 $method = $clazz->getMethod('x');
H A Dbug62384.phpt10 $reflection_method = $reflection_class->getMethod('__invoke');
H A DReflectionMethod_getClosure_error.phpt33 $method = $class->getMethod( 'foo' );
34 $staticmethod = $staticclass->getMethod( 'foo' );
H A Dbug51905.phpt16 $method = $clazz->getMethod('x');
H A Dbug64239.phpt18 print_r(($method = $obj->getMethod("Bmethod")));
H A D004.phpt16 $m=$a->getMethod("a");
H A D001.phpt37 'UMLClass::getMethod',
H A Dclosures_001.phpt9 $rm = $ro->getMethod('__invoke');
H A DReflectionClass_toString_001.phpt124 Method [ <internal:Reflection> public method getMethod ] {
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug47818.phpt27 function getMethod() {return $this->method;}
34 $method = $x->getMethod();
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug41477.phpt8 $objRfMethod = $objRfClass->getMethod('__soapCall');
/PHP-5.5/Zend/tests/
H A Dbug54013.phpt18 $params = $reflectionClass->getMethod('b')->getParameters();
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3686 ZEND_METHOD(reflection_class, getMethod) in ZEND_METHOD() argument
5896 ZEND_ME(reflection_class, getMethod, arginfo_reflection_class_getMethod, 0)
/PHP-5.5/
H A DNEWS10073 - Fixed bug #30209 (ReflectionClass::getMethod() lowercases attribute).
10168 - Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to

Completed in 88 milliseconds