mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
build fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330083 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
867fa75a67
commit
8f9970aae5
1 changed files with 3 additions and 3 deletions
|
@ -706,7 +706,7 @@ typedef int (*apply_func_args_t)(void *pDest TSRMLS_DC, int num_args, va_list ar
|
|||
</row>
|
||||
|
||||
<row>
|
||||
updates the entry at <code>index</code> in <code>ht</code>, with the data at <code>data</code>
|
||||
<entry>updates the entry at <code>index</code> in <code>ht</code>, with the data at <code>data</code></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
@ -714,7 +714,7 @@ typedef int (*apply_func_args_t)(void *pDest TSRMLS_DC, int num_args, va_list ar
|
|||
</row>
|
||||
|
||||
<row>
|
||||
deletes the entry at <code>index</code> from <code>ht</code>
|
||||
<entry>deletes the entry at <code>index</code> from <code>ht</code></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
@ -722,7 +722,7 @@ typedef int (*apply_func_args_t)(void *pDest TSRMLS_DC, int num_args, va_list ar
|
|||
</row>
|
||||
|
||||
<row>
|
||||
redirects <code>*data</code> to the data identified by <code>index</code> in <code>ht</code>
|
||||
<entry>redirects <code>*data</code> to the data identified by <code>index</code> in <code>ht</code></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue