/php-src/Zend/tests/namespaces/ |
H A D | ns_022.phpt | 2 022: Name search priority (first look into import, then into current namespace and then for class) 5 namespace a\b\c;
|
H A D | ns_038.phpt | 2 038: Name ambiguity (namespace name or internal class name) 5 namespace Exception;
|
H A D | ns_042.phpt | 2 042: Import in namespace and constants 5 namespace test\ns1;
|
H A D | ns_073.phpt | 2 Testing type-hinted lambda parameter inside namespace 6 namespace foo;
|
H A D | ns_076.phpt | 2 076: Unknown constants in namespace 5 namespace foo;
|
H A D | ns_025.phpt | 2 025: Name ambiguity (class name & part of namespace name) 5 namespace Foo\Bar;
|
H A D | ns_041.phpt | 2 041: Constants in namespace 5 namespace test\ns1;
|
/php-src/Zend/tests/ |
H A D | bug43332_2.phpt | 2 Bug #43332.2 (self and parent as type hint in namespace) 5 namespace foobar;
|
H A D | bug43344_13.phpt | 2 Bug #43344.13 (Wrong error message for undefined namespace constant) 5 function f($a=array(namespace\bar=>0)) {
|
H A D | bug43344_3.phpt | 2 Bug #43344.3 (Wrong error message for undefined namespace constant) 5 namespace Foo;
|
H A D | bug43344_4.phpt | 2 Bug #43344.4 (Wrong error message for undefined namespace constant) 5 namespace Foo;
|
H A D | class_underscore_as_name.phpt | 6 namespace Foo\Bar { 10 namespace {
|
H A D | interface_underscore_as_name.phpt | 6 namespace Foo\Bar { 10 namespace {
|
H A D | bug43344_5.phpt | 2 Bug #43344.5 (Wrong error message for undefined namespace constant) 5 namespace Foo;
|
H A D | bug47593.phpt | 2 Bug #47593 (interface_exists() returns false when using absolute namespace path) 6 namespace test;
|
/php-src/Zend/tests/use_function/ |
H A D | no_global_fallback2.phpt | 6 namespace { 11 namespace foo {
|
/php-src/Zend/tests/enum/ |
H A D | enum_underscore_as_name.phpt | 6 namespace Foo\Bar { 10 namespace {
|
H A D | enum-reserved-non-modifiers.phpt | 6 namespace enum { 14 namespace {
|
/php-src/Zend/tests/traits/ |
H A D | trait_underscore_as_name.phpt | 6 namespace Foo\Bar { 10 namespace {
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Element_removeAttributeNS.phpt | 14 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 D | Node_isDefaultNamespace.phpt | 43 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 ---
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | XMLDocument_xpath.phpt | 43 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/Zend/tests/group_use/ |
H A D | ns_trailing_comma_01.phpt | 5 namespace Foo { 16 namespace {
|
/php-src/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 23 …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 D | namespaced_names.phpt | 13 namespace\Foo 34 T_NAME_RELATIVE: "namespace\Foo"
|