Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Duser_filters.c367 add_property_null(obj, "params"); in user_filter_factory_create()
/PHP-5.4/Zend/
H A Dzend_API.h396 #define add_property_unset(__arg, __key) add_property_null(__arg, __key)
437 #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key) + 1 TSRMLS… macro
/PHP-5.4/main/streams/
H A Duserspace.c297 add_property_null(object, "context"); in user_stream_create_object()
/PHP-5.4/ext/soap/
H A Dsoap.c2401 add_property_null(this_ptr, "_digest");

Completed in 28 milliseconds