Skip to content

Add suffix to tempnam() #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed test to pass
  • Loading branch information
notti committed Jan 30, 2014
commit c30e3edb0bc108c082d18eedc9b6d155db4a929d
2 changes: 1 addition & 1 deletion ext/standard/tests/file/tempnam_suffix.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rmdir($file_path);
echo "\n*** Done ***\n";
?>
--EXPECTF--
*** Testing tempnam() with obscure suffixes ***
*** Testing tempnam() with suffixes ***
-- Iteration 0 --
File name is => %s/prefix%s
File permissions are => 100600
Expand Down