All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:31, 25 October 2022 Woozle talk contribs created page 2022/10/25 (Created page with "category:PHP <syntaxhighlight lang=php> $t1 = FALSE or TRUE; $t2 = FALSE || TRUE; echo "T1=[$t1] T2=[$t2]\n"; die(); </syntaxhighlight> Output: T1=[] T2=[1] That... does...")