Home
last modified time | relevance | path

Searched refs:namespace (Results 126 – 150 of 470) sorted by relevance

12345678910>>...19

/php-src/Zend/tests/
H A Dclass_alias_019.phpt2 Trying to redeclare class name in global scope inside namespace
6 namespace foo;
H A Dns_004.phpt2 004: Using global class name from namespace (unqualified - fail)
5 namespace test\ns1;
H A Dns_077_1.phpt2 077: Unknown compile-time constants in namespace
5 namespace foo;
H A Dns_077_8.phpt2 077: Unknown compile-time constants in namespace
6 function foo($a = array(namespace\unknown => unknown))
H A Dclass_exists_001.phpt2 Testing class_exists() inside namespace
6 namespace foo;
H A Dfunction_outside_namespace.phpt2 Function declaration should not be allowed before namespace declaration
8 namespace Bar;
H A Dindirect_call_string_001.phpt2 Indirect call with 'Class::method' syntax with class in namespace
5 namespace TestNamespace
21 namespace CallNamespace
H A Dns_077_2.phpt2 077: Unknown compile-time constants in namespace
5 namespace foo;
H A Dbug43344_11.phpt2 Bug #43344.11 (Wrong error message for undefined namespace constant)
5 function f($a=namespace\bar) {
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
5 namespace a\b\c;
H A Dns_038.phpt2 038: Name ambiguity (namespace name or internal class name)
5 namespace Exception;
H A Dns_042.phpt2 042: Import in namespace and constants
5 namespace test\ns1;
H A Dbug43344_12.phpt2 Bug #43344.12 (Wrong error message for undefined namespace constant)
5 function f($a=array(namespace\bar)) {
H A Dbug46813.phpt2 Bug #46813: class_exists doesn`t work with fully qualified namespace
5 namespace test;
H A Dbug43332_2.phpt2 Bug #43332.2 (self and parent as type hint in namespace)
5 namespace foobar;
/php-src/ext/dom/
H A Dphp_dom.stub.php446 public function isDefaultNamespace(string $namespace): bool {} argument
460 public function lookupPrefix(string $namespace): ?string {} argument
777 public function getAttributeNS(?string $namespace, string $localName): string {} argument
783 public function getAttributeNodeNS(?string $namespace, string $localName) {} argument
795 public function hasAttributeNS(?string $namespace, string $localName): bool {} argument
957 public function createAttributeNS(?string $namespace, string $qualifiedName) {} argument
1226 public function registerNamespace(string $prefix, string $namespace): bool {} argument
1449 public function lookupPrefix(?string $namespace): ?string {} argument
1452 public function isDefaultNamespace(?string $namespace): bool {} argument
1619 public function hasAttributeNS(?string $namespace, string $localName): bool {} argument
[all …]
/php-src/ext/dom/tests/modern/common/
H A Dnamespace_sxe_interaction.phpt17 echo "namespace c: ";
19 echo "namespace b: ";
21 echo "namespace a: ";
51 namespace c: string(5) "urn:c"
52 namespace b: string(5) "urn:b"
53 namespace a: NULL
/php-src/ext/reflection/tests/
H A Dgh9447.phpt6 namespace App;
17 $e = new namespace\Bar(),
19 $g = new namespace\Qux(),
H A DReflectionConstant_ns.phpt2 ReflectionConstant with namespace
6 namespace Foo {
10 namespace {
/php-src/ext/xsl/
H A Dphp_xsl.stub.php107 …public function setParameter(string $namespace, array|string $name, ?string $value = null): bool {} argument
110 public function getParameter(string $namespace, string $name): string|false {} argument
113 public function removeParameter(string $namespace, string $name): bool {} argument
/php-src/Zend/tests/use_const/
H A Ddefine_imported_before.phpt6 namespace {
12 namespace {
/php-src/Zend/tests/use_function/
H A Dbasic.phpt6 namespace foo\bar {
15 namespace {
H A Dconflicting_use_const_alias.phpt6 namespace {
13 namespace x {
H A Ddefine_imported_before.phpt6 namespace {
12 namespace {
/php-src/ext/dom/tests/modern/spec/
H A Dserialize_xml_ns_decl.phpt2 Document::saveXml() with XML namespace declaration
10 …tAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:xml', 'http://www.w3.org/XML/1998/namespace');

Completed in 40 milliseconds

12345678910>>...19