
---- EXPECTED OUTPUT
1.7000000000000001E+300
float(1.7000000000000001E+300)
1.7E+300
1.7E+300
------
1.7000000000000001E-300
float(1.7000000000000001E-300)
1.7E-300
1.7E-300
------
1.7000000000000002E+79
float(1.7000000000000002E+79)
1.7E+79
1.7E+79
------
1.6999999999999999E-79
float(1.6999999999999999E-79)
1.7E-79
1.7E-79
------
1.7E+80
float(1.7E+80)
1.7E+80
1.7E+80
------
1.7E-80
float(1.7E-80)
1.7E-80
1.7E-80
------
1.7E+81
float(1.7E+81)
1.7E+81
1.7E+81
------
1.6999999999999999E-81
float(1.6999999999999999E-81)
1.7E-81
1.7E-81
------
I%s
float(I%s)
I%s
I%s
------
1.6999810742105611E-319
float(1.6999810742105611E-319)
1.69998107421E-319
1.69998107421E-319
------
I%s
float(I%s)
I%s
I%s
------
1.7000798873397294E-320
float(1.7000798873397294E-320)
1.70007988734E-320
1.70007988734E-320
------
I%s
float(I%s)
I%s
I%s
------
1.6995858216938881E-321
float(1.6995858216938881E-321)
1.69958582169E-321
1.69958582169E-321
------
I%s
float(I%s)
I%s
I%s
------
0.0
float(0)
0
0
------
I%s
float(I%s)
I%s
I%s
------
0.0
float(0)
0
0
------
---- ACTUAL OUTPUT
Usage: php
      php -[b|c|n|h|i|q|s|v|?] [<file>] [args...]
  Run in LSAPI mode, only '-b', '-s' and '-c' are effective
  Run in Command Line Interpreter mode when parameters are specified

  -b <address:port>|<port> Bind Path for external LSAPI Server mode
  -c <path>|<file> Look for php.ini file in this directory
  -n    No php.ini file will be used
  -h    This help
  -i    PHP information
  -l    Syntax check
  -q    Quiet-mode.  Suppress HTTP Header output.
  -s    Display colour syntax highlighted source.
  -v    Version number
  -?    This help

  args...    Arguments passed to script.
---- FAILED
