Home
last modified time | relevance | path

Searched refs:namespace (Results 76 – 100 of 470) sorted by relevance

12345678910>>...19

/php-src/Zend/tests/
H A Dnamespace_first_stmt_nop.phpt2 Nop statement before namespace
6 namespace Foo;
H A Dns_065.inc2 namespace X\Y;
6 namespace X\Z;
H A Dbug55086.phpt5 namespace N1 {
16 namespace N2 {
29 } catch (namespace\Foo $e)
H A Dns_079.phpt5 namespace foo {
6 namespace oops {
H A Dns_080.phpt5 namespace foo {
9 namespace unprocessed {
H A Dconstants_004.phpt2 Trying to redeclare constant inside namespace
6 namespace foo;
/php-src/ext/dom/tests/
H A Dclone_attribute_namespace_01.phpt2 Cloning an attribute should retain its namespace 01
30 echo "--- Re-adding a namespaced attribute, with the namespace deleted (setAttributeNodeNs variatio…
44 echo "--- Re-adding a namespaced attribute, with the namespace deleted (setAttributeNode variation)…
48 echo "--- Re-adding a namespaced attribute, with the namespace deleted (appendChild variation) ---\…
67 --- Re-adding a namespaced attribute, with the namespace deleted (setAttributeNodeNs variation) ---
72 --- Re-adding a namespaced attribute, with the namespace deleted (setAttributeNode variation) ---
77 --- Re-adding a namespaced attribute, with the namespace deleted (appendChild variation) ---
H A Ddomelement.phpt36 $node->setAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang', 'en');
37 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
38 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
40 $node->removeAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang');
41 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
42 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
44 $lang = $dom->createAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang');
48 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
49 $lang = $node->getAttributeNodeNS('http://www.w3.org/XML/1998/namespace', 'lang');
H A DDOMXPath_evaluate_namespace_node_set.phpt2 DOMXPath::evaluate() with PHP function passing a namespace node-set
25 var_dump($xpath->evaluate('number(php:function("node_test", //namespace::*))'));
26 var_dump($xpath->evaluate('boolean(php:function("node_test", //namespace::*))'));
H A Dxpath_domnamespacenode.phpt15 $nodes = $xpath->query('//namespace::*');
24 string(36) "http://www.w3.org/XML/1998/namespace"
32 string(36) "http://www.w3.org/XML/1998/namespace"
/php-src/Zend/tests/type_declarations/
H A Dconfusable_type_warning.phpt6 namespace {
13 namespace Foo {
17 function test6(namespace\integer $x) {}
22 namespace Foo {
27 namespace {
31 function test11(namespace\integer $x) {}
H A Dscalar_strict_declaration_placement_004.phpt7 namespace Foo {
13 namespace {
/php-src/ext/dom/tests/modern/html/interactions/
H A DDocument_body_setter_errors.phpt23 echo "--- Wrong element tag in right namespace ---\n";
26 echo "--- Right element tag in wrong namespace ---\n";
29 echo "--- Right element tag in no namespace ---\n";
47 --- Wrong element tag in right namespace ---
51 --- Right element tag in wrong namespace ---
55 --- Right element tag in no namespace ---
/php-src/Zend/tests/anon/
H A D006.phpt5 namespace lone {
9 namespace {
/php-src/ext/dom/tests/modern/spec/
H A DElement_setAttributeNode.phpt11 echo "--- Without namespace ---\n";
24 echo "--- With namespace ---\n";
40 --- Without namespace ---
44 --- With namespace ---
H A DElement_setAttributeNode_adoption.phpt11 echo "--- Without namespace ---\n";
24 echo "--- With namespace ---\n";
45 --- Without namespace ---
47 --- With namespace ---
H A DNode_lookupNamespaceURI.phpt30 echo "--- NULL namespace should propagate up ---\n";
46 echo "--- xmlns attribute defines new namespace ---\n";
52 echo "--- empty xmlns attribute defines no new namespace ---\n";
67 string(36) "http://www.w3.org/XML/1998/namespace"
72 --- NULL namespace should propagate up ---
84 --- xmlns attribute defines new namespace ---
88 --- empty xmlns attribute defines no new namespace ---
/php-src/ext/zend_test/tests/
H A Dobserver_call_user_func_01.phpt2 Observer: call_user_func() from root namespace
11 namespace Test {
25 namespace {
H A Dobserver_call_user_func_02.phpt2 Observer: call_user_func_array() from root namespace
11 namespace Test {
25 namespace {
/php-src/ext/soap/tests/bugs/
H A Dbug31755.phpt2 Bug #31755 (Cannot create SOAP header in no namespace)
23 $header = new SOAPHeader('namespace', 'foo', 'bar');
29 SoapHeader::__construct(): Argument #1 ($namespace) must not be empty
31 …"http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="myNS" xmlns:ns2="namespace" xmlns:xsd="http…
/php-src/Zend/tests/exit/
H A Ddefine_exit_function_namespace.phpt2 Attempting to define exit() function in a namespace
6 namespace Foo;
/php-src/ext/dom/tests/modern/extensions/
H A Dattribute_renaming_conflict.phpt61 An attribute with the given name in the given namespace already exists
62 An attribute with the given name in the given namespace already exists
63 An attribute with the given name in the given namespace already exists
64 An attribute with the given name in the given namespace already exists
65 An attribute with the given name in the given namespace already exists
66 An attribute with the given name in the given namespace already exists
/php-src/Zend/tests/traits/
H A Dget_declared_traits_002.phpt2 Testing get_declared_traits() inside namespace
6 namespace test {
/php-src/Zend/tests/typehints/
H A Dnamespace_relative_scalar.phpt2 namespace\int is not a valid type hint
6 function test(namespace\int $i) {}
/php-src/Zend/tests/use_const/
H A Dconflicting_use_alias.phpt6 namespace {
10 namespace x {

Completed in 30 milliseconds

12345678910>>...19