Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-8.2/Zend/tests/use_function/
H A Dno_global_fallback2.phpt6 namespace {
11 namespace foo {
/PHP-8.2/Zend/tests/
H A Dbug43344_4.phpt2 Bug #43344.4 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dbug43344_5.phpt2 Bug #43344.5 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dbug47593.phpt2 Bug #47593 (interface_exists() returns false when using absolute namespace path)
6 namespace test;
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 Dns_054.phpt2 054: namespace and interfaces
5 namespace test\ns1;
H A Dbug55156.phpt9 namespace foo {
19 class foo extends namespace\bar { }
H A Dns_002.phpt2 002: Import in namespace
5 namespace test\ns1;
H A Dns_060.phpt5 namespace Foo;
12 namespace Bar;
H A Dbug62441.phpt5 namespace {
10 namespace ns {
H A Dclass_alias_020.phpt6 namespace foo;
14 namespace foo\bar;
H A Dns_001.phpt2 001: Class in namespace
5 namespace test\ns1;
H A Dns_064.phpt2 Magic methods in overridden stdClass inside namespace
6 namespace test;
H A Dns_071.phpt2 Testing parameter type-hinted (array) with default value inside namespace
6 namespace foo;
H A Dns_078.phpt5 namespace test\ns1;
19 namespace xyz;
H A Dbug78154.phpt6 namespace {
14 namespace Foo {
/PHP-8.2/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
151 public function startAttributeNs(?string $prefix, string $name, ?string $namespace): bool {} argument
157 …public function writeAttributeNs(?string $prefix, string $name, ?string $namespace, string $value)… argument
181 public function startElementNs(?string $prefix, string $name, ?string $namespace): bool {} argument
193 …public function writeElementNs(?string $prefix, string $name, ?string $namespace, ?string $content… argument
/PHP-8.2/ext/tokenizer/tests/
H A Dnamespaced_names.phpt13 namespace\Foo
34 T_NAME_RELATIVE: "namespace\Foo"
/PHP-8.2/Zend/tests/enum/
H A Denum-reserved-non-modifiers.phpt6 namespace enum {
14 namespace {
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php393 public function isDefaultNamespace(string $namespace): bool {} argument
407 public function lookupPrefix(string $namespace): ?string {} argument
645 public function getAttributeNS(?string $namespace, string $localName): string {} argument
651 public function getAttributeNodeNS(?string $namespace, string $localName) {} argument
657 … public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {} argument
663 public function hasAttributeNS(?string $namespace, string $localName): bool {} argument
669 public function removeAttributeNS(?string $namespace, string $localName): void {} argument
690 … public function setIdAttributeNS(string $namespace, string $qualifiedName, bool $isId): void {} argument
931 public function registerNamespace(string $prefix, string $namespace): bool {} argument
1064 public function createAttributeNS(?string $namespace, string $qualifiedName) {} argument
[all …]
/PHP-8.2/ext/simplexml/
H A Dsimplexml.stub.php18 public function registerXPathNamespace(string $prefix, string $namespace): bool {} argument
44 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null):… argument
47 …public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null): voi… argument
/PHP-8.2/sapi/phpdbg/tests/
H A Dbreakpoints_008.phpt23 namespace Foo {
31 namespace {

Completed in 33 milliseconds

12345678910>>...17