[PHP-DEV] Differences in add_index_string() From: Brad Atkins (brad <email protected>)
Date: 04/17/00

I was creating an array for one of my functions and looked in apidoc.txt
(included with RC1) and the file specifies:

add_index_string(return_value,index,str)

I attempt to use that function and get an error about too few actual
parameters.

ZEND_API.c defines the function as:

add_index_string(zval *arg, uint index, char *str, int duplicate)

Is the duplicate variable something that was just added?

I understand what's going on, and assume it's just that the docs haven't
been updated. The same is in effect for the add_index_stringl()

Thanks,
Brad

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>