Home
last modified time | relevance | path

Searched refs:add_property_null (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/standard/
H A Duser_filters.c341 add_property_null(&obj, "params"); in user_filter_factory_create()
/PHP-7.3/Zend/
H A Dzend_API.h412 #define add_property_unset(__arg, __key) add_property_null(__arg, __key)
459 #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key)) macro
/PHP-7.3/main/streams/
H A Duserspace.c299 add_property_null(object, "context"); in user_stream_create_object()
/PHP-7.3/ext/soap/
H A Dsoap.c2343 add_property_null(this_ptr, "_digest");

Completed in 33 milliseconds