php_stream_wrapper_ops  277 ext/bz2/bz2.c  static php_stream_wrapper_ops bzip2_stream_wops = {
php_stream_wrapper_ops  474 ext/curl/streams.c static php_stream_wrapper_ops php_curl_wrapper_ops = {
php_stream_wrapper_ops 1155 ext/standard/ftp_fopen_wrapper.c static php_stream_wrapper_ops ftp_stream_wops = {
php_stream_wrapper_ops  744 ext/standard/http_fopen_wrapper.c static php_stream_wrapper_ops http_stream_wops = {
php_stream_wrapper_ops  305 ext/standard/php_fopen_wrapper.c static php_stream_wrapper_ops php_stdio_wops = {
php_stream_wrapper_ops  232 ext/zip/zip_stream.c static php_stream_wrapper_ops zip_stream_wops = {
php_stream_wrapper_ops  162 ext/zlib/zlib_fopen_wrapper.c static php_stream_wrapper_ops gzip_stream_wops = {
php_stream_wrapper_ops  160 main/php_streams.h 	php_stream_wrapper_ops *wops;	/* operations the wrapper can perform */
php_stream_wrapper_ops  735 main/streams/memory.c PHPAPI php_stream_wrapper_ops php_stream_rfc2397_wops = {
php_stream_wrapper_ops 1230 main/streams/plain_wrapper.c static php_stream_wrapper_ops php_plain_files_wrapper_ops = {
php_stream_wrapper_ops   44 main/streams/userspace.c static php_stream_wrapper_ops user_stream_wops = {