Home
last modified time | relevance | path

Searched refs:getMethod (Results 26 – 47 of 47) sorted by relevance

12

/php-src/Zend/tests/
H A Dbug54013.phpt18 $params = $reflectionClass->getMethod('b')->getParameters();
/php-src/Zend/tests/attributes/
H A D029_reflect_internal_symbols.phpt12 $rm = $rc->getMethod('__construct');
/php-src/ext/reflection/tests/
H A Dbug62384.phpt10 $reflection_method = $reflection_class->getMethod('__invoke');
H A Dbug51905.phpt16 $method = $clazz->getMethod('x');
H A Dbug64239.phpt18 print_r(($method = $obj->getMethod("Bmethod")));
H A Ddefault_value_internal_userland_arginfo.phpt7 $rm = $ro->getMethod('__invoke');
H A D004.phpt16 $m=$a->getMethod("__construct");
H A Dbug71767.phpt42 echo $reflectionClass->getMethod('bar')->getDocComment() . PHP_EOL;
H A Dbug81611.phpt26 $params = $ref->getMethod($method)->getParameters();
H A D001.phpt36 'UMLClass::getMethod',
H A Dbug66430.phpt20 $method = $reflection->getMethod("bravo");
H A Dclosures_001.phpt9 $rm = $ro->getMethod('__invoke');
H A DReflectionClass_toString_001.phpt140 Method [ <internal:Reflection> public method getMethod ] {
/php-src/Zend/tests/lazy_objects/
H A Djit_assign_obj_unknown_prop_info.phpt28 $reflector->getMethod('test')->invoke($obj, $obj);
H A Djit_assign_obj_op_unknown_prop_info.phpt29 $reflector->getMethod('test')->invoke($obj, $obj);
H A Djit_assign_obj_op_unknown_prop_info_untyped.phpt29 $reflector->getMethod('test')->invoke($obj, $obj);
H A Djit_assign_obj_unknown_prop_info_untyped.phpt28 $reflector->getMethod('test')->invoke($obj, $obj);
/php-src/Zend/tests/traits/bugs/
H A Dgh13177.phpt36 echo $rc->getMethod("__construct"), "\n";
/php-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt37 $method = $class->getMethod($this->name);
/php-src/ext/reflection/
H A Dphp_reflection.stub.php304 public function getMethod(string $name): ReflectionMethod {} function in ReflectionClass
H A Dphp_reflection_arginfo.h788 ZEND_METHOD(ReflectionClass, getMethod);
1075 ZEND_ME(ReflectionClass, getMethod, arginfo_class_ReflectionClass_getMethod, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c4543 ZEND_METHOD(ReflectionClass, getMethod) in ZEND_METHOD() argument

Completed in 57 milliseconds

12