You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
About the question in php.yml line 44 :
question: 'Does PHP support function overloading?'
answers:
- {value: "Yes, in all cases", correct: false} - {value: "Yes, but not in all cases", correct: true}
- {value: "Yes, but it depends on the function scope", correct: false}
- {value: "Yes, except when it is an anonymous function", correct: false}
Does the correct answer would be clearer like this?
The text was updated successfully, but these errors were encountered:
Maybe the question is not specific. It is indeed possible to be able to overload with a magic method but it is also possible to have overloads with polymorphism.
Hi,
About the question in php.yml line 44 :
question: 'Does PHP support function overloading?'
answers:
- {value: "Yes, in all cases", correct: false}
- {value: "Yes, but not in all cases", correct: true}
- {value: "Yes, but it depends on the function scope", correct: false}
- {value: "Yes, except when it is an anonymous function", correct: false}
Does the correct answer would be clearer like this?
The text was updated successfully, but these errors were encountered: