mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #39920: Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225981 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ae447c60cd
commit
d1c4fd8550
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.171 $ -->
|
||||
<!-- $Revision: 1.172 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -2364,8 +2364,9 @@ $var = NULL;
|
|||
object as the element with index 0.
|
||||
</para>
|
||||
<para>
|
||||
Apart common user-defined function, <function>create_function</function>
|
||||
can be used to create an anonymous callback function.
|
||||
Apart from common user-defined function,
|
||||
<function>create_function</function> can be used to create an anonymous
|
||||
callback function.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue