Home
last modified time | relevance | path

Searched refs:namespace (Results 76 – 100 of 293) sorted by relevance

12345678910>>...12

/PHP-7.4/Zend/tests/
H A Dclass_alias_019.phpt2 Trying to redeclare class name in global scope inside namespace
6 namespace foo;
H A Dclass_exists_001.phpt2 Testing class_exists() 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 Dbug43344_11.phpt2 Bug #43344.11 (Wrong error message for undefined namespace constant)
5 function f($a=namespace\bar) {
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 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 Dns_077_2.phpt2 077: Unknown compile-time constants in namespace
5 namespace foo;
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 Dbug43332_2.phpt2 Bug #43332.2 (self and parent as type hint in namespace)
5 namespace foobar;
H A Dbug43344_3.phpt2 Bug #43344.3 (Wrong error message for undefined namespace constant)
5 namespace Foo;
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_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 Dns_054.phpt2 054: namespace and interfaces
5 namespace test\ns1;
/PHP-7.4/Zend/tests/use_const/
H A Ddefine_imported_before.phpt6 namespace {
12 namespace {
/PHP-7.4/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 {
H A Dno_global_fallback2.phpt6 namespace {
11 namespace foo {
/PHP-7.4/ext/xmlreader/tests/
H A D015-get-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
11 <books xmlns:ns1="http://www.ns1.namespace.org/" xmlns:ns2="http://www.ns2.namespace.org/"><book ns…
28 // Test for missing namespace argument

Completed in 81 milliseconds

12345678910>>...12