Skip to content

Fix method names - #5772

Closed
mmalferov wants to merge 1 commit into
php:masterfrom
mmalferov:patch-3
Closed

Fix method names#5772
mmalferov wants to merge 1 commit into
php:masterfrom
mmalferov:patch-3

Conversation

@mmalferov

Copy link
Copy Markdown
Member

No description provided.

<link linkend="object.sleep">__sleep()</link> and
<link linkend="object.wakeup">__wakeup()</link>.
The <methodname>serialize</methodname> method is
The <methodname>__serialize</methodname> method is

@jordikroon jordikroon Aug 18, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<methodname>serialize</methodname> is actually correct, but it conflicts with the function serialize.

So instead of linking to https://www.php.net/manual/en/function.serialize.php, it should link to https://www.php.net/manual/en/serializable.serialize.php.

This should be fixed in phd.

@mmalferov mmalferov changed the title Fix method name Fix method names Aug 18, 2026
@mmalferov mmalferov closed this Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants