Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddir.c241 add_property_resource(return_value, "handle", dirp->rsrc_id); in _php_do_opendir()
/PHP-5.5/ext/soap/
H A Dphp_http.c515 add_property_resource(this_ptr, "httpsocket", php_stream_get_resource_id(stream)); in make_http_soap_request()
532 add_property_resource(this_ptr, "httpurl", ret); in make_http_soap_request()
H A Dsoap.c1230 add_property_resource(this_ptr, "service", ret); in PHP_METHOD()
2499 add_property_resource(this_ptr, "_stream_context", context->rsrc_id);
2536 add_property_resource(this_ptr, "sdl", ret);
2547 add_property_resource(this_ptr, "typemap", ret);
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1090 add_property_resource(return_value, "descriptor", descriptor->id);
2390 add_property_resource(return_value, "collection", collection->id);
H A Doci8.c2542 add_property_resource(value, "descriptor", column->descid); in php_oci_column_to_zval()
/PHP-5.5/main/streams/
H A Duserspace.c294 add_property_resource(object, "context", context->rsrc_id); in user_stream_create_object()
/PHP-5.5/Zend/
H A Dzend_API.h443 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__ke… macro

Completed in 45 milliseconds