-
Notifications
You must be signed in to change notification settings - Fork 765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hooks reflection examples output #4435
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Gina Peter Banyard <[email protected]>
Not sure what I can do about that. Someone can also cherry pick my commit or use its patch file. |
Thank you, I will merge the other PR so you can rebase onto of master. |
|
||
// But this would set the $age to -2 without error. | ||
$rProp->setRawValue($example, -2); | ||
print $example->age; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we mostly use echo
in the manual.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These exist in the previous commit, I'll change all print
to echo
.
I have added output for the examples added in #4110. I had to tweak the examples a bit for output readability