Searched refs:hook (Results 1 – 25 of 92) sorted by relevance
1234
2 Virtual get hook allows returning by reference20 Fatal error: Get hook of backed property B::prop with set hook may not return by reference in %s on…
2 Cannot declare same property hook twice15 Fatal error: Cannot redeclare property hook "get" in %s on line %d
2 Property hook list must not be empty12 Fatal error: Property hook list must not be empty in %s on line %d
2 Private property with final hook12 Fatal error: Property hook cannot be both final and private in %s on line %d
2 Unknown property hook14 Fatal error: Unknown hook "foobar" for property Test::$prop, expected "get" or "set" in %s on line …
2 Cannot declare final hook in interface10 Fatal error: Property hook cannot be both abstract and final in %s on line %d
2 Property hook cannot be static14 Fatal error: Cannot use the static modifier on a property hook in %s on line %d
2 Unknown property hook (private property)14 Fatal error: Unknown hook "foobar" for property Test::$prop, expected "get" or "set" in %s on line …
2 Property hook cannot be both abstract and private12 Fatal error: Property hook cannot be both abstract and private in %s on line %d
2 Property hook cannot be both final and private12 Fatal error: Property hook cannot be both final and private in %s on line %d
2 Abstract property hook cannot have body14 Fatal error: Abstract property Test::$prop must specify at least one abstract hook in %s on line %d
2 Property hook cannot be both abstract and final12 Fatal error: Property hook cannot be both abstract and final in %s on line %d
2 Using parent::$prop::get() outside a property hook14 Fatal error: Must not use parent::$prop::get() outside a property hook in %s on line %d
2 Using parent::$prop::get() in a different hook16 Fatal error: Must not use parent::$foo::get() in a different property hook (set) in %s on line %d
2 No get property hook parameters19 Fatal error: get hook of property Test::$prop must not have a parameter list in %s on line %d
2 Set hook value param must not have a default value16 Fatal error: Parameter $value of set hook B::$x must not have a default value in %s on line %d
2 Callable conversion of parent hook call23 Fatal error: Cannot create Closure for parent property hook call in %s on line %d
2 Extra args to parent hook call31 // Calling a parent hook with extra args is ok, because they are user functions.34 // Calling the implicit parent hook with extra args is not ok, since it is an internal function.
7 public string $hook {22 public string $hook {
2 Basic property hook syntax
2 Cannot make hook explicitly final in final property
2 Explicit set property hook $value parameter
2 Override attribute is satisfied by virtual hook
2 Abstract property without hook is illegal
2 GH-16040: Use-after-free of object released in hook
Completed in 33 milliseconds