/php-src/Zend/tests/class_alias/ |
H A D | class_alias_019.phpt | 2 Trying to redeclare class name in global scope inside namespace 6 namespace foo;
|
/php-src/Zend/tests/namespaces/ |
H A D | ns_011.phpt | 2 011: Function in namespace 5 namespace test\ns1;
|
H A D | ns_021.phpt | 2 021: Name search priority (first look into namespace) 5 namespace test;
|
H A D | ns_074.phpt | 2 Testing type-hinted lambda parameter inside namespace 6 namespace foo;
|
H A D | ns_077_7.phpt | 2 077: Unknown compile-time constants in namespace 6 function foo($a = array(0 => namespace\unknown))
|
H A D | ns_004.phpt | 2 004: Using global class name from namespace (unqualified - fail) 5 namespace test\ns1;
|
H A D | ns_077_1.phpt | 2 077: Unknown compile-time constants in namespace 5 namespace foo;
|
H A D | ns_077_8.phpt | 2 077: Unknown compile-time constants in namespace 6 function foo($a = array(namespace\unknown => unknown))
|
H A D | ns_077_2.phpt | 2 077: Unknown compile-time constants in namespace 5 namespace foo;
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 446 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 D | namespace_sxe_interaction.phpt | 17 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/Zend/tests/ |
H A D | class_exists_001.phpt | 2 Testing class_exists() inside namespace 6 namespace foo;
|
H A D | function_outside_namespace.phpt | 2 Function declaration should not be allowed before namespace declaration 8 namespace Bar;
|
H A D | indirect_call_string_001.phpt | 2 Indirect call with 'Class::method' syntax with class in namespace 5 namespace TestNamespace 21 namespace CallNamespace
|
H A D | bug43344_11.phpt | 2 Bug #43344.11 (Wrong error message for undefined namespace constant) 5 function f($a=namespace\bar) {
|
H A D | bug43344_12.phpt | 2 Bug #43344.12 (Wrong error message for undefined namespace constant) 5 function f($a=array(namespace\bar)) {
|
H A D | bug46813.phpt | 2 Bug #46813: class_exists doesn`t work with fully qualified namespace 5 namespace test;
|
/php-src/ext/reflection/tests/ |
H A D | gh9447.phpt | 6 namespace App; 17 $e = new namespace\Bar(), 19 $g = new namespace\Qux(),
|
H A D | ReflectionConstant_ns.phpt | 2 ReflectionConstant with namespace 6 namespace Foo { 10 namespace {
|
/php-src/ext/xsl/ |
H A D | php_xsl.stub.php | 107 …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 D | define_imported_before.phpt | 6 namespace { 12 namespace {
|
/php-src/Zend/tests/use_function/ |
H A D | basic.phpt | 6 namespace foo\bar { 15 namespace {
|
H A D | conflicting_use_const_alias.phpt | 6 namespace { 13 namespace x {
|
H A D | define_imported_before.phpt | 6 namespace { 12 namespace {
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | serialize_xml_ns_decl.phpt | 2 Document::saveXml() with XML namespace declaration 10 …tAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:xml', 'http://www.w3.org/XML/1998/namespace');
|