fork download
  1. <?Php
  2. (
  3. [FrontEnd] => Array
  4. (
  5. HTML
  6. , CSS
  7. , [JS] => Array
  8. (
  9. [Vuejs] => Array
  10. (
  11. [2] => v2
  12. , v3
  13. )
  14. , Reactjs
  15. , Svelte
  16. )
  17. )
  18.  
  19. , [BackEnd] => Array
  20. (
  21. PHP
  22. , Security
  23. )
  24.  
  25. , Git
  26. , Github
  27.  
  28. )
  29. );
Success #stdin #stdout #stderr 0.03s 25632KB
stdin
Standard input is empty
stdout
Array
(
    [0] => Git
    [1] => Github
)
stderr
PHP Warning:  Use of undefined constant FrontEnd - assumed 'FrontEnd' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 4
PHP Warning:  Use of undefined constant HTML - assumed 'HTML' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 6
PHP Warning:  Use of undefined constant CSS - assumed 'CSS' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 7
PHP Warning:  Use of undefined constant JS - assumed 'JS' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 8
PHP Warning:  Use of undefined constant Vuejs - assumed 'Vuejs' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 10
PHP Warning:  Use of undefined constant v2 - assumed 'v2' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 12
PHP Warning:  Illegal offset type in /home/pyVKEd/prog.php on line 12
PHP Warning:  Use of undefined constant v3 - assumed 'v3' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 13
PHP Warning:  Illegal offset type in /home/pyVKEd/prog.php on line 13
PHP Warning:  Use of undefined constant Reactjs - assumed 'Reactjs' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 15
PHP Warning:  Use of undefined constant Svelte - assumed 'Svelte' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 16
PHP Warning:  Illegal offset type in /home/pyVKEd/prog.php on line 16
PHP Warning:  Illegal offset type in /home/pyVKEd/prog.php on line 16
PHP Warning:  Use of undefined constant BackEnd - assumed 'BackEnd' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 20
PHP Warning:  Use of undefined constant PHP - assumed 'PHP' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 22
PHP Warning:  Use of undefined constant MySQL - assumed 'MySQL' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 23
PHP Warning:  Use of undefined constant Security - assumed 'Security' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 24
PHP Warning:  Illegal offset type in /home/pyVKEd/prog.php on line 24
PHP Warning:  Use of undefined constant Git - assumed 'Git' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 27
PHP Warning:  Use of undefined constant Github - assumed 'Github' (this will throw an Error in a future version of PHP) in /home/pyVKEd/prog.php on line 28