Home
last modified time | relevance | path

Searched refs:ReflectionException (Results 1 – 25 of 58) sorted by relevance

123

/php-src/Zend/tests/lazy_objects/
H A Dinvalid_options.phpt14 } catch (ReflectionException $e) {
20 } catch (ReflectionException $e) {
27 } catch (ReflectionException $e) {
35 } catch (ReflectionException $e) {
41 } catch (ReflectionException $e) {
47 ReflectionException: ReflectionClass::newLazyGhost(): Argument #2 ($options) contains invalid flags
48 ReflectionException: ReflectionClass::newLazyProxy(): Argument #2 ($options) contains invalid flags
49 ReflectionException: ReflectionClass::newLazyGhost(): Argument #2 ($options) does not accept Reflec…
50 ReflectionException: ReflectionClass::resetAsLazyGhost(): Argument #3 ($options) contains invalid f…
51 ReflectionException: ReflectionClass::resetAsLazyProxy(): Argument #3 ($options) contains invalid f…
H A DskipLazyInitialization.phpt58 } catch (ReflectionException $e) {
85 } catch (ReflectionException $e) {
125 throw new \ReflectionException();
128 throw new \ReflectionException();
201 ReflectionException: Can not use skipLazyInitialization on static property B::$static
241 ReflectionException: Can not use skipLazyInitialization on virtual property B::$virtual
249 ReflectionException:
252 ReflectionException:
298 ReflectionException: Can not use skipLazyInitialization on static property B::$static
346 ReflectionException:
[all …]
H A Drealize_skipped.phpt42 } catch (ReflectionException $e) {
49 } catch (ReflectionException $e) {
80 ReflectionException: Property C::$xxx does not exist
81 ReflectionException: Property C::$b does not exist
93 ReflectionException: Property C::$xxx does not exist
94 ReflectionException: Property C::$b does not exist
H A DskipLazyInitialization_no_dynamic_prop.phpt20 } catch (\ReflectionException $e) {
41 ReflectionException: Can not use skipLazyInitialization on dynamic property C::$dyn
43 ReflectionException: Can not use skipLazyInitialization on dynamic property C::$dyn
H A DsetRawValueWithoutLazyInitialization_no_dynamic_prop.phpt20 } catch (\ReflectionException $e) {
41 ReflectionException: Can not use setRawValueWithoutLazyInitialization on dynamic property C::$dyn
43 ReflectionException: Can not use setRawValueWithoutLazyInitialization on dynamic property C::$dyn
H A Dreset_as_lazy_already_exception.phpt53 ReflectionException: Object is already lazy
55 ReflectionException: Object is already lazy
/php-src/ext/reflection/tests/
H A DReflectionEnum_getCase.phpt41 ReflectionException: Enum_::Bar is not a case
42 ReflectionException: Case Enum_::Baz does not exist
49 ReflectionException: IntEnum::Bar is not a case
50 ReflectionException: Case IntEnum::Baz does not exist
H A DReflectionParameter_invalidMethodInConstructor.phpt9 } catch (ReflectionException $e) { echo $e->getMessage()."\n"; }
14 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
19 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
35 catch(ReflectionException $e) {
H A D011.phpt7 echo $classes["ReflectionException"]->getName();
10 ReflectionException
H A D004.phpt20 } catch (ReflectionException $E) {
27 } catch (ReflectionException $E) {
34 } catch (ReflectionException $E) {
H A DReflectionProperty_constructor_error.phpt14 } catch (ReflectionException $e) {
22 catch(ReflectionException $e) {
30 catch(ReflectionException $e) {
H A DReflectionClass_isSubclassOf_002.phpt24 } catch (ReflectionException $e) {
29 } catch (ReflectionException $e) {
34 } catch (ReflectionException $e) {
H A DReflectionObject_isSubclassOf.002.phpt24 } catch (ReflectionException $e) {
29 } catch (ReflectionException $e) {
34 } catch (ReflectionException $e) {
H A DReflectionMethod_constructor_error1.phpt70 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
77 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
82 ReflectionException: Class "1" does not exist in %s:%d
87 ReflectionException: Method TestClass::1() does not exist in %s:%d
94 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
101 ReflectionException: Method TestClass::foop::dedoop() does not exist in %s:%d
108 ReflectionException: Class "TestCla" does not exist in %s:%d
H A D007.phpt13 catch (ReflectionException $e)
24 catch (ReflectionException $e)
38 catch (ReflectionException $e)
48 catch (ReflectionException $e)
H A DReflectionParameter_getClass_self_parent_closure.phpt9 } catch (ReflectionException $e) {
16 } catch (ReflectionException $e) {
24 } catch (ReflectionException $e) {
H A DReflectionMethod_invokeArgs_error3.phpt43 } catch (ReflectionException $e) {
58 } catch (ReflectionException $e) {
63 } catch (ReflectionException $e) {
H A D002.phpt29 catch(ReflectionException $e)
37 catch(ReflectionException $e)
H A DReflectionConstant_inexistent.phpt14 ReflectionException: Constant "C" does not exist
H A DReflectionZendExtension_error.phpt11 } catch (ReflectionException $e) {
H A Dbug78697.phpt9 } catch (ReflectionException $e) {
H A D027.phpt17 } catch (ReflectionException $e) {
/php-src/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_getDefaultValueConstantName_Internal.phpt11 } catch (ReflectionException $exception) {
24 } catch (ReflectionException $exception) {
37 } catch (ReflectionException $exception) {
H A DReflectionParameter_getDefaultValue_Internal.phpt11 } catch (ReflectionException $exception) {
24 } catch (ReflectionException $exception) {
H A DReflectionParameter_isDefaultValueConstant_Internal.phpt11 } catch (ReflectionException $exception) {
24 } catch (ReflectionException $exception) {

Completed in 27 milliseconds

123