Home
last modified time | relevance | path

Searched refs:php_stream_get_resource_id (Results 1 – 4 of 4) sorted by last modified time

/PHP-5.3/main/
H A Dphp_streams.h245 #define php_stream_get_resource_id(stream) (stream)->rsrc_id macro
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c78 add_next_index_resource(return_value, php_stream_get_resource_id(s1)); in PHP_FUNCTION()
79 add_next_index_resource(return_value, php_stream_get_resource_id(s2)); in PHP_FUNCTION()
/PHP-5.3/ext/spl/
H A Dspl_directory.c312 ZVAL_RESOURCE(&intern->u.file.zresource, php_stream_get_resource_id(intern->u.file.stream)); in spl_filesystem_file_open()
/PHP-5.3/ext/soap/
H A Dphp_http.c449 add_property_resource(this_ptr, "httpsocket", php_stream_get_resource_id(stream)); in make_http_soap_request()

Completed in 67 milliseconds