Home
last modified time | relevance | path

Searched refs:namespace (Results 176 – 200 of 474) sorted by relevance

12345678910>>...19

/php-src/Zend/tests/enum/
H A Denum-reserved-non-modifiers.phpt6 namespace enum {
14 namespace {
/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_importNode_01.phpt2 HTMLDocument::importNode() with namespace should not shift namespaces
16 …<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>
H A DElement_setAttributeNS.phpt27 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 ---
/php-src/Zend/tests/
H A Dns_002.phpt2 002: Import in namespace
5 namespace test\ns1;
H A Dns_060.phpt5 namespace Foo;
12 namespace Bar;
H A Dbug55156.phpt9 namespace foo {
19 class foo extends namespace\bar { }
H A Dns_001.phpt2 001: Class in namespace
5 namespace test\ns1;
H A Dbug62441.phpt5 namespace {
10 namespace ns {
H A Dclass_alias_020.phpt6 namespace foo;
14 namespace foo\bar;
H A Dns_064.phpt2 Magic methods in overridden stdClass inside namespace
6 namespace test;
H A Dns_078.phpt5 namespace test\ns1;
19 namespace xyz;
H A Dbug78154.phpt6 namespace {
14 namespace Foo {
H A Dns_071.phpt2 Testing parameter type-hinted (array) with default value inside namespace
6 namespace foo;
H A Dns_012.phpt2 012: Import in namespace and functions
5 namespace test\ns1;
H A Dcall_user_func_array_prefer_ref.phpt6 namespace {
20 namespace Foo {
H A Danon_class_name.phpt6 namespace DeclaringNS {
12 namespace UsingNS {
H A Dbug43332_1.phpt2 Bug #43332.1 (self and parent as type hint in namespace)
5 namespace foobar;
H A Dclass_name_as_scalar.phpt6 namespace Foo\Bar {
32 var_dump(Moo::CLASS); // resolve in namespace
35 namespace {
40 var_dump(Boo::class); // resolve in global namespace
/php-src/ext/simplexml/
H A Dsimplexml.stub.php18 public function registerXPathNamespace(string $prefix, string $namespace): bool {} argument
44 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null):… argument
47 …public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null): voi… argument
/php-src/sapi/phpdbg/tests/
H A Dbreakpoints_008.phpt23 namespace Foo {
31 namespace {
/php-src/ext/opcache/tests/jit/
H A Dgh8461-006.phpt15 namespace {
24 namespace test {
/php-src/Zend/tests/attributes/
H A D002_rfcexample.phpt6 namespace My\Attributes {
19 namespace {
/php-src/ext/dom/tests/
H A DDOMElement_toggleAttribute.phpt71 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 = NULL
147 namespace of foo:test = string(8) "some:ns2"
148 namespace of doesnotexist:test = NULL
157 Checking toggled namespace:
/php-src/ext/simplexml/tests/
H A Dbug43221.phpt2 Bug #43221 (SimpleXML adding default namespace in addAttribute)
15 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
/php-src/Zend/tests/assert/
H A Dexpect_018.phpt2 test assertions in namespace
7 namespace Foo;

Completed in 19 milliseconds

12345678910>>...19