2022/10/25: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 October 2022

  • curprev 21:3121:31, 25 October 2022Woozle talk contribs 538 bytes +538 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..."