add_property_null_ex 451 Zend/zend_API.h ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len); add_property_null_ex 461 Zend/zend_API.h #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key))