build fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330083 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2013-04-11 20:26:23 +00:00
parent 867fa75a67
commit 8f9970aae5

View file

@ -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>