Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddir.c234 add_property_resource(return_value, "handle", dirp->res); in _php_do_opendir()
/PHP-7.4/ext/soap/
H A Dphp_http.c522 add_property_resource(this_ptr, "httpsocket", stream->res); in make_http_soap_request()
542 add_property_resource(this_ptr, "httpurl", ret); in make_http_soap_request()
H A Dsoap.c1226 add_property_resource(ZEND_THIS, "service", res); in PHP_METHOD()
2449 add_property_resource(this_ptr, "_stream_context", context->res);
2488 add_property_resource(this_ptr, "sdl", res);
2499 add_property_resource(this_ptr, "typemap", res);
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1164 add_property_resource(return_value, "descriptor", descriptor->id); in PHP_FUNCTION()
2575 add_property_resource(return_value, "collection", collection->id); in PHP_FUNCTION()
H A Doci8.c2508 add_property_resource(value, "descriptor", column->descid); in php_oci_column_to_zval()
/PHP-7.4/main/streams/
H A Duserspace.c296 add_property_resource(object, "context", context->res); in user_stream_create_object()
/PHP-7.4/Zend/
H A Dzend_API.h455 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__ke… macro

Completed in 58 milliseconds