Searched refs:namespace (Results 176 – 200 of 476) sorted by relevance
12345678910>>...20
2 054: namespace and interfaces5 namespace test\ns1;
2 002: Import in namespace5 namespace test\ns1;
5 namespace Foo;12 namespace Bar;
2 001: Class in namespace5 namespace test\ns1;
5 namespace test\ns1;19 namespace xyz;
2 Magic methods in overridden stdClass inside namespace6 namespace test;
2 Testing parameter type-hinted (array) with default value inside namespace6 namespace foo;
2 012: Import in namespace and functions5 namespace test\ns1;
2 HTMLDocument::importNode() with namespace should not shift namespaces16 …<default:p xmlns:default="http://www.w3.org/1999/xhtml" class="foo" id="import">namespace prefixed…44 … <p xmlns:default="http://www.w3.org/1999/xhtml" class="foo" id="import">namespace prefixed</p>
27 echo "--- ns attributes with same namespace but different prefix ---\n";37 echo "--- ns attributes with different namespace but same prefix ---\n";57 --- ns attributes with same namespace but different prefix ---63 --- ns attributes with different namespace but same prefix ---
9 namespace foo {19 class foo extends namespace\bar { }
5 namespace {10 namespace ns {
6 namespace {14 namespace Foo {
6 namespace {20 namespace Foo {
6 namespace DeclaringNS {12 namespace UsingNS {
2 Bug #43332.1 (self and parent as type hint in namespace)5 namespace foobar;
6 namespace Foo\Bar {32 var_dump(Moo::CLASS); // resolve in namespace35 namespace {40 var_dump(Boo::class); // resolve in global namespace
6 namespace foo;14 namespace foo\bar;
18 public function registerXPathNamespace(string $prefix, string $namespace): bool {} argument44 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null):… argument47 …public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null): voi… argument
23 namespace Foo {31 namespace {
15 namespace {24 namespace test {
6 namespace My\Attributes {19 namespace {
71 echo "namespace of test:test = ";73 echo "namespace of foo:test = ";75 echo "namespace of doesnotexist:test = ";86 echo "Checking toggled namespace:\n";146 namespace of test:test = NULL147 namespace of foo:test = string(8) "some:ns2"148 namespace of doesnotexist:test = NULL157 Checking toggled namespace:
2 Bug #43221 (SimpleXML adding default namespace in addAttribute)15 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
2 test assertions in namespace7 namespace Foo;
Completed in 29 milliseconds