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