Home
last modified time | relevance | path

Searched refs:namespace (Results 151 – 175 of 470) sorted by relevance

12345678910>>...19

/php-src/Zend/tests/
H A Dbug43344_13.phpt2 Bug #43344.13 (Wrong error message for undefined namespace constant)
5 function f($a=array(namespace\bar=>0)) {
H A Dbug43344_3.phpt2 Bug #43344.3 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dbug43344_4.phpt2 Bug #43344.4 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dclass_underscore_as_name.phpt6 namespace Foo\Bar {
10 namespace {
H A Dinterface_underscore_as_name.phpt6 namespace Foo\Bar {
10 namespace {
H A Dbug43344_5.phpt2 Bug #43344.5 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dns_025.phpt2 025: Name ambiguity (class name & part of namespace name)
5 namespace Foo\Bar;
H A Dns_041.phpt2 041: Constants in namespace
5 namespace test\ns1;
H A Dns_076.phpt2 076: Unknown constants in namespace
5 namespace foo;
H A Dns_trailing_comma_01.phpt5 namespace Foo {
16 namespace {
H A Dbug47593.phpt2 Bug #47593 (interface_exists() returns false when using absolute namespace path)
6 namespace test;
H A Dns_073.phpt2 Testing type-hinted lambda parameter inside namespace
6 namespace foo;
H A Dns_054.phpt2 054: namespace and interfaces
5 namespace test\ns1;
H A Dns_002.phpt2 002: Import in namespace
5 namespace test\ns1;
H A Dns_060.phpt5 namespace Foo;
12 namespace Bar;
/php-src/Zend/tests/use_function/
H A Dno_global_fallback2.phpt6 namespace {
11 namespace foo {
/php-src/Zend/tests/enum/
H A Denum_underscore_as_name.phpt6 namespace Foo\Bar {
10 namespace {
H A Denum-reserved-non-modifiers.phpt6 namespace enum {
14 namespace {
/php-src/Zend/tests/traits/
H A Dtrait_underscore_as_name.phpt6 namespace Foo\Bar {
10 namespace {
/php-src/ext/dom/tests/modern/spec/
H A DElement_removeAttributeNS.phpt14 echo "--- After parsing, i.e. without namespace ---\n";
53 echo "--- Remove after creating without namespace ---\n";
64 echo "--- Remove after creating with namespace ---\n";
77 --- After parsing, i.e. without namespace ---
87 --- Remove after creating without namespace ---
91 --- Remove after creating with namespace ---
H A DNode_isDefaultNamespace.phpt43 echo "--- custom namespace with a prefix ---\n";
45 echo "--- custom namespace with a prefix and with attributes ---\n";
53 echo "--- custom namespace without a prefix ---\n";
93 --- custom namespace with a prefix ---
95 --- custom namespace with a prefix and with attributes ---
99 --- custom namespace without a prefix ---
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>
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_xpath.phpt43 echo "--- Get a namespace node ---\n";
47 var_dump($xpath->evaluate("//*/namespace::*"));
73 --- Get a namespace node ---
74 9: The namespace axis is not well-defined in the living DOM specification. Use Dom\Element::getInSc…
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php23 …r_start_attribute_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace): bool {} argument
25 …attribute_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace, string $value):… argument
33 …ter_start_element_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace): bool {} argument
37 …e_element_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace, ?string $conten… argument
158 public function startAttributeNs(?string $prefix, string $name, ?string $namespace): bool {} argument
164 …public function writeAttributeNs(?string $prefix, string $name, ?string $namespace, string $value)… argument
188 public function startElementNs(?string $prefix, string $name, ?string $namespace): bool {} argument
200 …public function writeElementNs(?string $prefix, string $name, ?string $namespace, ?string $content… argument
/php-src/ext/tokenizer/tests/
H A Dnamespaced_names.phpt13 namespace\Foo
34 T_NAME_RELATIVE: "namespace\Foo"

Completed in 33 milliseconds

12345678910>>...19