Created
May 13, 2026 18:53
-
-
Save trycf/e6c3084ecadf80f6a783c464ceb16672 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfsetting enableCFOutputOnly="true"> | |
| <cffunction name="test" output=true> | |
| foo #now()#<br> | |
| <cfoutput> | |
| bar #now()# <br> | |
| </cfoutput> | |
| </cffunction> | |
| <cfset test()> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment