Advertisement
sebbu

PHP 8.0.0 stats (doc vs reflections)

Dec 19th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. PHP 8.0.0 stats (doc vs reflections) [NOT PERFECT[LY CORRECT] YET]
  2.  
  3. 309 functions passed
  4. 551 functions with only differences in arguments (type, name or default value)
  5. 14 missing
  6. 0 without documentation
  7. 28 with several declaration (will be fixed later, number will be lower)
  8. 59 with no return type
  9. 161 with a different return type (excluding none)
  10. 4 with a different number of parameters
  11. 754 total functions (might not be complete)
  12.  
  13. 798 arguments passed
  14. 367 arguments with different names
  15. 316 without types
  16. 75 args with different type (excluding none)
  17. 77 args with different default value (includes all functions call (ini_get(), *_default_parameters()) & binary OR
  18. 1501 total arguments
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement