opened           1427 ext/phar/phar_object.c 	char *fname, *error = NULL, *base = p_obj->b, *opened, *save = NULL, *temp = NULL;
opened           1481 ext/phar/phar_object.c 			opened = (char *) estrndup(str, sizeof("[stream]") - 1);
opened           1639 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened);
opened           1665 ext/phar/phar_object.c 		if (opened) {
opened           1666 ext/phar/phar_object.c 			efree(opened);
opened           1684 ext/phar/phar_object.c 		if (opened) {
opened           1685 ext/phar/phar_object.c 			efree(opened);
opened           1720 ext/phar/phar_object.c 	add_assoc_string(p_obj->ret, str_key, opened, 0);
opened             66 main/php_streams.h #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode), (opened), (options) STREAMS_REL_CC TSRMLS_CC)
opened             68 main/php_streams.h #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_with_path((filename), (mode), (path), (opened), (options) STREAMS_REL_CC TSRMLS_CC)
opened             79 main/php_streams.h #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mode), (options), (opened), NULL STREAMS_REL_CC TSRMLS_CC)
opened             80 main/php_streams.h #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path), (mode), (options), (opened), (context) STREAMS_REL_CC TSRMLS_CC)
opened            555 main/php_streams.h #define php_stream_open_wrapper(path, mode, options, opened)	_php_stream_open_wrapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC TSRMLS_CC)
opened            556 main/php_streams.h #define php_stream_open_wrapper_ex(path, mode, options, opened, context)	_php_stream_open_wrapper_ex((path), (mode), (options), (opened), (context) STREAMS_CC TSRMLS_CC)
opened            558 main/php_streams.h #define php_stream_get_from_zval(stream, zstream, mode, options, opened, context) \
opened            562 main/php_streams.h 			php_stream_open_wrapper_ex(Z_STRVAL_PP((zstream)), (mode), (options), (opened), (context)) : NULL
opened             31 main/streams/php_stream_plain_wrapper.h #define php_stream_fopen(filename, mode, opened)	_php_stream_fopen((filename), (mode), (opened), 0 STREAMS_CC TSRMLS_CC)
opened             34 main/streams/php_stream_plain_wrapper.h #define php_stream_fopen_with_path(filename, mode, path, opened)	_php_stream_fopen_with_path((filename), (mode), (path), (opened), 0 STREAMS_CC TSRMLS_CC)
opened            130 sapi/phpdbg/phpdbg_list.c 	char *opened = NULL;
opened            141 sapi/phpdbg/phpdbg_list.c 	stream = php_stream_open_wrapper(filename, "rb", USE_PATH, &opened);