add_property_null_ex 432 Zend/zend_API.h ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC); add_property_null_ex 441 Zend/zend_API.h #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key) + 1 TSRMLS_CC)