Lines Matching refs:in

47     echo "\nClass and Method in same string, bad method name:\n";
53 echo "\nClass and Method in same string, bad class name:\n";
59 echo "\nClass and Method in same string (ok):\n";
69 …ith 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead in %s on line %d
70 …ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method name in %s:%d
76 …ith 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead in %s on line %d
77 …ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method name in %s:%d
82 ReflectionException: Class "1" does not exist in %s:%d
87 ReflectionException: Method TestClass::1() does not exist in %s:%d
93 …ith 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead in %s on line %d
94 …ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method name in %s:%d
98 Class and Method in same string, bad method name:
100 …ith 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead in %s on line %d
101 ReflectionException: Method TestClass::foop::dedoop() does not exist in %s:%d
105 Class and Method in same string, bad class name:
107 …ith 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead in %s on line %d
108 ReflectionException: Class "TestCla" does not exist in %s:%d
112 Class and Method in same string (ok):
114 …ith 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead in %s on line %d