add_assoc_bool_ex 298 Zend/zend_API.h ZEND_API int add_assoc_bool_ex(zval *arg, char *key, uint key_len, int b); add_assoc_bool_ex 307 Zend/zend_API.h #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key)+1, __b)