Advertisement
dragonrun1

DeriveDisplayOrder does not order options correctly output

May 8th, 2017
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Usage: rhp-cli [options] [-f] <file> [--] [args...]
  2. rhp-cli [options] -r <code> [--] [args...]
  3. rhp-cli [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]
  4. rhp-cli [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]
  5. rhp-cli [options] -S <addr>:<port> [-t docroot]
  6. rhp-cli [options] -- [args...]
  7. rhp-cli [options] -a
  8.  
  9. -a Run interactively
  10. -c, --php-ini <path|file>
  11. Look for php.ini file in the <path> or in this <file>
  12.  
  13. -d, --define <foo[=bar]>... Define INI entry foo with value 'bar'
  14. -n, --no-php-ini No php.ini file will be used
  15. -f, --file <file> Parse and execute <file>
  16. -e, --profile-info
  17. Generate extended information for debugger/profiler
  18.  
  19. --ini Show configuration file names
  20. -r, --run <code>
  21. Run PHP <code> without using script tags <?..?>
  22.  
  23. --copy
  24. Show copyright/license info [aliases: license]
  25.  
  26. -S, --server <[addr]:[port]> Run with built-in web server
  27. -z, --zend-extension <file> Load Zend extension <file>
  28. -B, --process-begin <begin_code>
  29. Run PHP <begin_code> before processing input lines
  30.  
  31. -R, --process-code <code> Run PHP <code> for every input line
  32. -F, --process-file <file>
  33. Parse and execute <file> for every input line
  34.  
  35. -E, --process-end <end_code>
  36. Run PHP <end_code> after processing all input lines
  37.  
  38. --rc <name> Show information about class <name>
  39. --re <name> Show information about extension <name>
  40. --ri <name> Show configuration for extension <name>
  41. --rf <name> Show information about function <name>
  42. --rz <name>
  43. Show information about Zend extension <name>
  44.  
  45. -h, --help Prints help information
  46. -V, --version Prints version information
  47.  
  48. <args>... Arguments passed to script. Use -- args when first argument
  49. starts with - or script is read from stdin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement