Guest User

Untitled

a guest
Oct 25th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class foo {
  2. function foo() {
  3. echo 'Eu sou um construtor';
  4. }
  5. }
  6.  
  7. Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in example.php on line 3
Add Comment
Please, Sign In to add comment