
---- EXPECTED OUTPUT
string(2) "Ba"
string(2) "bA"
string(2) "B0"
string(2) "b0"
string(3) "AAa"
string(3) "aaA"
string(3) "10a"
string(3) "10A"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(1) "1"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(3) "-cd"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(2) "Z "

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(2) " A"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(2) "é"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(15) "あいうえお"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(2) "α"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(2) "ω"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(2) "Α"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(2) "Ω"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(8) "foo1.txu"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(4) "1f.6"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(9) "foo.1.txu"

Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
string(5) "1.f.6"
string(3) "5e0"
float(6)
---- 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
