Home
last modified time | relevance | path

Searched refs:namespace (Results 101 – 125 of 470) sorted by relevance

12345678910>>...19

/php-src/Zend/tests/
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
6 namespace foo;
H A Ddefined_fn_no_ns_fallback.phpt2 There should be no namespace fallback when using the defined() function
6 namespace Foo;
H A Dtrait_exists_002.phpt2 Testing trait_exists() inside a namespace
6 namespace foo;
H A Ddynamic_fully_qualified_call.phpt2 Crash when using dynamic call syntax with fully qualified name in a namespace
6 namespace Foo;
H A Dns_020.phpt2 020: Accessing internal namespace function
5 namespace X;
H A Dbug69388_2.phpt6 eval('namespace Foo;');
11 eval('namespace {use Exception;}');
H A Dbug43344_10.phpt2 Bug #43344.10 (Wrong error message for undefined namespace constant)
5 echo namespace\bar."\n";
H A Dns_070.phpt2 Testing parameter type-hinted with default value inside namespace
6 namespace foo;
H A Dns_037.phpt2 037: Name ambiguity (namespace name or namespace's class name)
5 namespace X;
H A Dbug65254.phpt2 Bug #65254 (Exception not catchable when exception thrown in autoload with a namespace)
6 eval("namespace ns_test; class test {}");
H A Dbug77376.phpt2 Bug #77376 ("undefined function" message no longer includes namespace)
5 namespace Hello;
H A Dinterface_exists_002.phpt2 Testing interface_exists() inside a namespace
6 namespace foo;
H A Dns_011.phpt2 011: Function in namespace
5 namespace test\ns1;
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
5 namespace test;
H A Dns_077_7.phpt2 077: Unknown compile-time constants in namespace
6 function foo($a = array(0 => namespace\unknown))
H A Dbug43344_2.phpt2 Bug #43344.2 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dns_074.phpt2 Testing type-hinted lambda parameter inside namespace
6 namespace foo;
/php-src/Zend/tests/exit/
H A Ddefine_die_function_namespace.phpt2 Attempting to define die() function in a namespace
6 namespace Foo;
H A Ddefine_die_constant_namespace.phpt2 Attempting to define die constant in a namespace
6 namespace Foo;
H A Ddefine_exit_constant_namespace.phpt2 Attempting to define exit constant in a namespace
6 namespace Foo;
/php-src/Zend/tests/use_function/
H A Dconflicting_use_alias.phpt6 namespace {
12 namespace x {
/php-src/Zend/tests/use_const/
H A Dbasic.phpt6 namespace foo\bar {
11 namespace {
/php-src/Zend/tests/return_types/
H A D015.phpt2 Return types allowed in namespace
6 namespace Collections;
/php-src/Zend/tests/assert/
H A Dexpect_019.phpt2 test assertions in namespace (assertions completely disabled)
7 namespace Foo;
/php-src/ext/dom/tests/
H A DDOMElement_setAttributeNS_prefix_conflict.phpt7 echo "--- Non-default namespace test case ---\n";
16 echo "--- Default namespace test case ---\n";
26 --- Non-default namespace test case ---
31 --- Default namespace test case ---

Completed in 19 milliseconds

12345678910>>...19