mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Fixed compile warning.
This commit is contained in:
parent
f163a4d16b
commit
d2162b32b1
1 changed files with 1 additions and 2 deletions
|
@ -2733,8 +2733,7 @@ PHP_FUNCTION(hw_new_document_from_file)
|
|||
convert_to_string_ex(arg1);
|
||||
convert_to_string_ex(arg2);
|
||||
|
||||
stream = php_stream_open_wrapper(Z_STRVAL_PP(arg2), "r", use_include_path|ENFORCE_SAFE_MODE|REPORT_ERRORS,
|
||||
NULL TSRMLS_CC);
|
||||
stream = php_stream_open_wrapper(Z_STRVAL_PP(arg2), "r", use_include_path|ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL);
|
||||
|
||||
if (stream == NULL) {
|
||||
RETURN_FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue