Searched defs:__duplicate (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_API.h | 388 #define add_assoc_string(__arg, __key, __str, __duplicate) add_assoc_string_ex(__arg, __key, strlen… argument 389 #define add_assoc_stringl(__arg, __key, __str, __length, __duplicate) add_assoc_stringl_ex(__arg, _… argument 419 #define add_get_assoc_string(__arg, __key, __str, __dest, __duplicate) add_get_assoc_string_ex(__ar… argument 420 #define add_get_assoc_stringl(__arg, __key, __str, __length, __dest, __duplicate) add_get_assoc_str… argument 441 #define add_property_string(__arg, __key, __str, __duplicate) add_property_string_ex(__arg, __key, … argument 442 #define add_property_stringl(__arg, __key, __str, __length, __duplicate) add_property_stringl_ex(__… argument
|
Completed in 10 milliseconds