php_stream_alloc 748 ext/pdo_oci/oci_statement.c stm = php_stream_alloc(&oci_blob_stream_ops, self, 0, "r+b"); php_stream_alloc 202 ext/pdo_pgsql/pgsql_driver.c stm = php_stream_alloc(&pdo_pgsql_lob_stream_ops, self, 0, "r+b"); php_stream_alloc 5417 ext/pgsql/pgsql.c stream = php_stream_alloc(&php_stream_pgsql_fd_ops, pgsql, NULL, "r"); php_stream_alloc 196 ext/phar/dirstream.c return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); php_stream_alloc 293 ext/phar/dirstream.c return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); php_stream_alloc 296 ext/phar/dirstream.c return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); php_stream_alloc 207 ext/phar/stream.c fpf = php_stream_alloc(&phar_ops, idata, NULL, mode); php_stream_alloc 340 ext/phar/stream.c fpf = php_stream_alloc(&phar_ops, idata, NULL, mode); php_stream_alloc 1222 ext/sqlite3/sqlite3.c stream = php_stream_alloc(&php_stream_sqlite3_ops, sqlite3_stream, 0, "rb"); php_stream_alloc 755 ext/standard/ftp_fopen_wrapper.c dirsdata->dirstream = php_stream_alloc(&php_ftp_dirstream_ops, dirsdata, 0, mode); php_stream_alloc 220 ext/standard/php_fopen_wrapper.c return php_stream_alloc(&php_stream_output_ops, NULL, 0, "wb"); php_stream_alloc 241 ext/standard/php_fopen_wrapper.c return php_stream_alloc(&php_stream_input_ops, input, 0, "rb"); php_stream_alloc 243 ext/zip/zip_stream.c stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); php_stream_alloc 321 ext/zip/zip_stream.c stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); php_stream_alloc 260 main/streams/glob_wrapper.c return php_stream_alloc(&php_glob_stream_ops, pglob, 0, mode); php_stream_alloc 941 main/streams/plain_wrapper.c stream = php_stream_alloc(&php_plain_files_dirstream_ops, dir, 0, mode);