Type casting: Revision history

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.

11 October 2015

10 October 2015

9 October 2015

  • curprev 17:1117:11, 9 October 2015rosettacode>Bugmenot3 143 bytes +143 Created page with " =={{header|PHP}}== <lang php>print var_export((int) '123', true); // Returns 123 print var_export((string) 123, true); // Returns '123'</lang>"