Which of the following statements about name resolution rules are TRUE.i) Fully qualified names always resolve to the name without leading namespace separator.ii) Relative names always resolve to the name with namespace replaced by the current namespace.

🎲 Try a Random Question  |  Total Questions in Quiz: 18  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Practice Test: Namespaces In PHP — practice the complete quiz, review flashcards, or try a random question.


Which of the following statements about name resolution rules are TRUE.<br>i) Fully qualified names always resolve to the name without leading namespace separator.<br>ii) Relative names always resolve to the name with namespace replaced by the current namespace.