Home
last modified time | relevance | path

Searched refs:add_property_resource (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/standard/
H A Ddir.c224 add_property_resource(return_value, "handle", dirp->res); in _php_do_opendir()
/PHP-8.0/ext/oci8/
H A Doci8_interface.c991 add_property_resource(return_value, "descriptor", descriptor->id); in PHP_FUNCTION()
2301 add_property_resource(return_value, "collection", collection->id); in PHP_FUNCTION()
H A Doci8.c1737 add_property_resource(value, "descriptor", column->descid); in php_oci_column_to_zval()
/PHP-8.0/ext/soap/
H A Dphp_http.c521 add_property_resource(this_ptr, "httpsocket", stream->res); in make_http_soap_request()
541 add_property_resource(this_ptr, "httpurl", ret); in make_http_soap_request()
H A Dsoap.c952 add_property_resource(ZEND_THIS, "service", res); in PHP_METHOD()
2134 add_property_resource(this_ptr, "_stream_context", context->res);
2173 add_property_resource(this_ptr, "sdl", res);
2184 add_property_resource(this_ptr, "typemap", res);
/PHP-8.0/main/streams/
H A Duserspace.c293 add_property_resource(object, "context", context->res); in user_stream_create_object()
/PHP-8.0/Zend/
H A Dzend_API.h503 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__ke… macro

Completed in 82 milliseconds