Skip to content

Change secure.php.net link to php.net #17359

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

Merged
merged 1 commit into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ the console::
'',
]);

// the value returned by someMethod() can be an iterator (https://secure.php.net/iterator)
// the value returned by someMethod() can be an iterator (https://php.net/iterator)
// that generates and returns the messages with the 'yield' PHP keyword
$output->writeln($this->someMethod());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
If the ``input`` option is set to ``string``, this option specifies the format
of the date. This must be a valid `PHP date format`_.

.. _`PHP date format`: https://secure.php.net/manual/en/function.date.php
.. _`PHP date format`: https://php.net/manual/en/function.date.php
2 changes: 1 addition & 1 deletion reference/forms/types/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ Form Variables
| | | contains the input type to use (``datetime``, ``date`` or ``time``). |
+--------------+-------------+----------------------------------------------------------------------+

.. _`PHP time format`: https://secure.php.net/manual/en/function.date.php
.. _`PHP time format`: https://php.net/manual/en/function.date.php