/php-src/ext/dom/tests/modern/spec/ |
H A D | Element_removeAttribute.phpt | 16 echo "--- Remove after creating without namespace ---\n"; 23 echo "--- Remove after creating with namespace ---\n"; 34 echo "--- Remove after creating with namespace case sensitive ---\n"; 52 --- Remove after creating without namespace --- 55 --- Remove after creating with namespace --- 60 --- Remove after creating with namespace case sensitive ---
|
H A D | Element_setAttributeNode.phpt | 11 echo "--- Without namespace ---\n"; 24 echo "--- With namespace ---\n"; 40 --- Without namespace --- 44 --- With namespace ---
|
H A D | Element_setAttributeNode_adoption.phpt | 11 echo "--- Without namespace ---\n"; 24 echo "--- With namespace ---\n"; 45 --- Without namespace --- 47 --- With namespace ---
|
H A D | Node_lookupNamespaceURI.phpt | 30 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/tokenizer/tests/ |
H A D | bug77966.phpt | 2 Handling of "namespace as" in TOKEN_PARSE mode 12 namespace as bar; 40 T_STRING: "namespace"
|
/php-src/Zend/tests/namespaces/ |
H A D | namespace_first_stmt_nop.phpt | 2 Nop statement before namespace 6 namespace Foo;
|
H A D | ns_065.inc | 2 namespace X\Y; 6 namespace X\Z;
|
H A D | ns_079.phpt | 5 namespace foo { 6 namespace oops {
|
H A D | ns_080.phpt | 5 namespace foo { 9 namespace unprocessed {
|
/php-src/ext/dom/tests/ |
H A D | clone_attribute_namespace_01.phpt | 2 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 D | domelement.phpt | 36 $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 D | DOMXPath_evaluate_namespace_node_set.phpt | 2 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 D | xpath_domnamespacenode.phpt | 15 $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 D | confusable_type_warning.phpt | 6 namespace { 13 namespace Foo { 17 function test6(namespace\integer $x) {} 22 namespace Foo { 27 namespace { 31 function test11(namespace\integer $x) {}
|
H A D | scalar_strict_declaration_placement_004.phpt | 7 namespace Foo { 13 namespace {
|
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | Document_body_setter_errors.phpt | 23 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/ |
H A D | bug55086.phpt | 5 namespace N1 { 16 namespace N2 { 29 } catch (namespace\Foo $e)
|
H A D | constants_004.phpt | 2 Trying to redeclare constant inside namespace 6 namespace foo;
|
/php-src/Zend/tests/anon/ |
H A D | 006.phpt | 5 namespace lone { 9 namespace {
|
/php-src/ext/xsl/tests/ |
H A D | req30622.phpt | 2 Request #30622 (XSLT: xsltProcessor->setParameter() cannot set namespace URI) 32 echo "--- Set both empty and non-empty namespace ---\n"; 41 echo "--- Remove empty namespace entry ---\n"; 49 echo "--- Remove non-empty namespace entry ---\n"; 66 --- Set both empty and non-empty namespace --- 71 --- Remove empty namespace entry --- 77 --- Remove non-empty namespace entry ---
|
/php-src/ext/zend_test/tests/ |
H A D | observer_call_user_func_01.phpt | 2 Observer: call_user_func() from root namespace 11 namespace Test { 25 namespace {
|
H A D | observer_call_user_func_02.phpt | 2 Observer: call_user_func_array() from root namespace 11 namespace Test { 25 namespace {
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug31755.phpt | 2 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 D | define_exit_function_namespace.phpt | 2 Attempting to define exit() function in a namespace 6 namespace Foo;
|
/php-src/ext/dom/tests/modern/extensions/ |
H A D | attribute_renaming_conflict.phpt | 61 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
|