mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor rewording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282590 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
53fa53d38f
commit
49f7d296c8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.71 $ -->
|
||||
<!-- $Revision: 1.72 $ -->
|
||||
<chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Functions</title>
|
||||
|
||||
|
@ -632,7 +632,7 @@ echo preg_replace_callback('~-([a-z])~', function ($match) {
|
|||
turns into an object instance of the <classname>Closure</classname>
|
||||
class. When assigning a closure to a variable, its done by a basic
|
||||
assignment to a function declaring with an ending semicolon like any
|
||||
other assignments
|
||||
other statement.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue