Home
last modified time | relevance | path

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

/PHP-5.5/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.5/main/
H A Dphp_streams.h245 #define php_stream_get_resource_id(stream) (stream)->rsrc_id macro
/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()
/PHP-5.5/ext/spl/
H A Dspl_directory.c314 ZVAL_RESOURCE(&intern->u.file.zresource, php_stream_get_resource_id(intern->u.file.stream)); in spl_filesystem_file_open()

Completed in 31 milliseconds