Home
last modified time | relevance | path

Searched refs:namespace (Results 51 – 75 of 470) sorted by relevance

12345678910>>...19

/php-src/ext/xmlreader/tests/
H A D015-get-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
11 <books xmlns:ns1="http://www.ns1.namespace.org/" xmlns:ns2="http://www.ns2.namespace.org/"><book ns…
28 // Test for missing namespace argument
49 Deprecated: XMLReader::getAttributeNs(): Passing null to parameter #2 ($namespace) of type string i…
50 XMLReader::getAttributeNs(): Argument #2 ($namespace) must not be empty
/php-src/ext/dom/tests/
H A Dxpath_domnamespacenode_advanced.phpt16 $query = '//namespace::*';
18 echo "-- All namespace attributes --\n";
25 echo "-- All namespace attributes with removal attempt --\n";
41 -- All namespace attributes --
42 xmlns:xml = http://www.w3.org/XML/1998/namespace
48 xmlns:xml = http://www.w3.org/XML/1998/namespace
56 -- All namespace attributes with removal attempt --
/php-src/Zend/tests/
H A Dns_068.phpt2 068: Code before namespace
6 namespace foo;
8 namespace bar;
H A Dns_077_3.phpt2 077: Unknown compile-time constants in namespace
5 namespace foo;
7 function foo($a = array(namespace\unknown => unknown))
H A Dns_083.phpt2 083: bracketed namespace with junk before the ns declaration
7 namespace foo {
9 namespace ok {
H A Dbug43344_7.phpt2 Bug #43344.7 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 function f($a=namespace\bar) {
H A Dbug43344_8.phpt2 Bug #43344.8 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 function f($a=array(namespace\bar)) {
H A Dns_085.phpt2 085: bracketed namespace
5 namespace foo {
13 namespace {
H A Dbug43344_9.phpt2 Bug #43344.9 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 function f($a=array(namespace\bar=>0)) {
H A Dns_091.phpt5 namespace Foo\Bar {
8 namespace Foo\Bar\Baz {
11 namespace Fiz\Biz\Buz {
H A Dbug54804.inc2 namespace b\c {}
3 namespace b\d {}
H A Dns_086.phpt2 086: bracketed namespace with encoding
10 namespace foo {
18 namespace {
H A Dclass_constants_004.phpt2 Testing constants (normal, namespace, class and interface)
6 namespace foo;
25 namespace\foo,
H A Dbug44653.phpt2 Bug #44653 (Invalid namespace name resolution)
5 namespace A;
9 namespace B;
/php-src/Zend/tests/use_const/
H A Dconflicting_use.phpt6 namespace foo {
10 namespace bar {
14 namespace {
/php-src/Zend/tests/enum/
H A Dnamespaces.phpt2 Enum namespace
6 namespace Foo {
20 namespace {
/php-src/Zend/tests/use_function/
H A Dalias.phpt6 namespace foo {
12 namespace bar {
18 namespace {
H A Dconflicting_use.phpt6 namespace foo {
12 namespace bar {
18 namespace {
/php-src/ext/dom/
H A Dxpath_callbacks.c169 zend_string *namespace; in php_dom_xpath_callbacks_delayed_lib_registration() local
174 register_func(ctxt, namespace, name); in php_dom_xpath_callbacks_delayed_lib_registration()
183 const zend_string *namespace, in php_dom_xpath_callback_ns_update_method_handler() argument
212 register_func(ctxt, namespace, str); in php_dom_xpath_callback_ns_update_method_handler()
228 register_func(ctxt, namespace, key); in php_dom_xpath_callback_ns_update_method_handler()
252 register_func(ctxt, namespace, name); in php_dom_xpath_callback_ns_update_method_handler()
276 if (namespace == NULL) { in php_dom_xpath_callbacks_ensure_ns()
278 php_dom_xpath_callback_ns_ctor(namespace); in php_dom_xpath_callbacks_ensure_ns()
281 return namespace; in php_dom_xpath_callbacks_ensure_ns()
309 namespace->mode = PHP_DOM_REG_FUNC_MODE_SET; in php_dom_xpath_callbacks_update_single_method_handler()
[all …]
/php-src/ext/dom/tests/modern/spec/
H A DElement_hasAttributeNS.phpt11 echo "--- After parsing, i.e. without namespace ---\n";
27 echo "--- Get after creating without namespace ---\n";
34 echo "--- Get after creating with namespace ---\n";
43 --- After parsing, i.e. without namespace ---
54 --- Get after creating without namespace ---
57 --- Get after creating with namespace ---
H A DElement_getAttributeNodeNS.phpt13 echo "--- After parsing, i.e. without namespace ---\n";
29 echo "--- Get after creating without namespace ---\n";
36 echo "--- Get after creating with namespace ---\n";
46 --- After parsing, i.e. without namespace ---
57 --- Get after creating without namespace ---
60 --- Get after creating with namespace ---
H A Dserialize_xml_namespace_on_elements.phpt2 Serialize XML namespace on elements
9 $root = $dom->appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:test")…
10 $root->appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:child"));
H A DElement_removeAttribute.phpt16 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 ---
/php-src/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_basic2.phpt2 ReflectionParameter::isDefaultValueConstant() && getDefaultValueConstantName() for namespace
6 namespace ReflectionTestNamespace {
14 namespace {
/php-src/ext/tokenizer/tests/
H A Dbug77966.phpt2 Handling of "namespace as" in TOKEN_PARSE mode
12 namespace as bar;
40 T_STRING: "namespace"

Completed in 22 milliseconds

12345678910>>...19