Home
last modified time | relevance | path

Searched refs:namespace (Results 26 – 50 of 404) sorted by relevance

12345678910>>...17

/PHP-8.2/ext/xmlreader/tests/
H A D015.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace
11 <books xmlns:ns1="http://www.ns1.namespace.org/" xmlns:ns2="http://www.ns2.namespace.org/"><book ns…
27 $attr = $reader->moveToAttributeNs('idx', 'http://www.ns1.namespace.org/');
31 $attr = $reader->moveToAttributeNs('idx', 'http://www.ns2.namespace.org/');
35 $attr = $reader->moveToAttributeNs('isbn', 'http://www.ns2.namespace.org/');
40 $attr = $reader->moveToAttributeNs('elephpant', 'http://www.ns2.namespace.org/');
41 …at move should return a result of false, because there is no elephpant attribute (in any namespace)
H A D015-move-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…
26 // Test for missing namespace argument
44 Deprecated: XMLReader::moveToAttributeNs(): Passing null to parameter #2 ($namespace) of type strin…
45 XMLReader::moveToAttributeNs(): Argument #2 ($namespace) cannot be empty
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) cannot be empty
/PHP-8.2/ext/dom/tests/
H A Dbug80927.phpt61 echo "--- Remove namespace declarator for attribute, root ---\n";
63 echo "--- Remove namespace declarator for attribute, moved root ---\n";
65 echo "--- Remove namespace declarator for attribute, moved root child ---\n";
67 echo "--- Remove namespace declarator for element ---\n";
72 --- Remove namespace declarator for attribute, root ---
76 --- Remove namespace declarator for attribute, moved root ---
80 --- Remove namespace declarator for attribute, moved root child ---
85 --- Remove namespace declarator for element ---
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-8.2/build/
H A Dphp_cxx_compile_stdcxx.m4149 namespace cxx11
193 namespace test_decltype
248 namespace test_noexcept
322 namespace test_lambdas
416 } // namespace cxx11
440 namespace cxx14
540 } // namespace cxx14
568 namespace cxx17
922 } // namespace cxx17
945 namespace cxx20
[all …]
/PHP-8.2/Zend/tests/
H A Dconstants_003.phpt2 Using namespace constants and constants of global scope
6 namespace foo;
12 var_dump(foo, namespace\foo, \foo\foo, \foo, constant('foo'), constant('foo\foo'));
H A Dbug43344_6.phpt2 Bug #43344.6 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 echo namespace\bar."\n";
H A Dname_collision_07.phpt2 Class declaration colliding with import (in namespace)
6 namespace Foo {
10 namespace Bazzle {
H A Dns_trailing_comma_02.phpt5 namespace Foo {
9 namespace Bar {
17 namespace Baz {
25 namespace {
H A Dname_collision_08.phpt2 Function declaration colliding with import (in namespace)
6 namespace Foo {
10 namespace Bazzle {
H A Dname_collision_09.phpt2 Class declaration colliding with import (in namespace)
6 namespace Foo {
10 namespace Bazzle {
H A Dns_077_4.phpt2 077: Unknown compile-time constants in namespace
5 namespace foo;
7 function foo($a = array(0 => namespace\unknown))
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 Dbug43344_7.phpt2 Bug #43344.7 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 function f($a=namespace\bar) {
H A Dns_083.phpt2 083: bracketed namespace with junk before the ns declaration
7 namespace foo {
9 namespace ok {
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)) {
/PHP-8.2/Zend/tests/use_function/
H A Dshadow_global.phpt6 namespace {
11 namespace {
15 namespace {
H A Dalias.phpt6 namespace foo {
12 namespace bar {
18 namespace {
/PHP-8.2/Zend/tests/use_const/
H A Dalias.phpt6 namespace foo {
10 namespace bar {
14 namespace {
H A Dshadow_global.phpt6 namespace {
11 namespace {
15 namespace {
H A Dconflicting_use.phpt6 namespace foo {
10 namespace bar {
14 namespace {
/PHP-8.2/Zend/tests/enum/
H A Dnamespaces.phpt2 Enum namespace
6 namespace Foo {
20 namespace {
/PHP-8.2/ext/dom/
H A Dxpath_callbacks.c165 zend_string *namespace; in php_dom_xpath_callbacks_delayed_lib_registration() local
170 register_func(ctxt, namespace, name); in php_dom_xpath_callbacks_delayed_lib_registration()
179 const zend_string *namespace, in php_dom_xpath_callback_ns_update_method_handler() argument
208 register_func(ctxt, namespace, str); in php_dom_xpath_callback_ns_update_method_handler()
224 register_func(ctxt, namespace, key); in php_dom_xpath_callback_ns_update_method_handler()
248 register_func(ctxt, namespace, name); in php_dom_xpath_callback_ns_update_method_handler()
272 if (namespace == NULL) { in php_dom_xpath_callbacks_ensure_ns()
274 php_dom_xpath_callback_ns_ctor(namespace); in php_dom_xpath_callbacks_ensure_ns()
277 return namespace; in php_dom_xpath_callbacks_ensure_ns()
305 namespace->mode = PHP_DOM_REG_FUNC_MODE_SET; in php_dom_xpath_callbacks_update_single_method_handler()
[all …]

Completed in 40 milliseconds

12345678910>>...17