Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 293) sorted by path

12345678910>>...12

/PHP-7.4/
H A DNEWS402 . Fixed bug #69668 (SOAP special XML characters in namespace URIs not
2282 namespace). (Laruence)
/PHP-7.4/Zend/tests/
H A D037.phpt6 namespace closure;
H A Dbug42802.phpt5 namespace foo;
H A Dbug42819.phpt5 namespace foo\foo;
15 namespace foo;
H A Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
5 namespace ns;
H A Dbug42859.phpt5 namespace Foo;
H A Dbug43027.phpt6 namespace test;
H A Dbug43183.phpt5 namespace Test;
H A Dbug43332_1.phpt2 Bug #43332.1 (self and parent as type hint in namespace)
5 namespace foobar;
H A Dbug43332_2.phpt2 Bug #43332.2 (self and parent as type hint in namespace)
5 namespace foobar;
H A Dbug43343.phpt5 namespace Foo;
8 var_dump(new namespace::$foo);
H A Dbug43344_1.phpt2 Bug #43344.1 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dbug43344_10.phpt2 Bug #43344.10 (Wrong error message for undefined namespace constant)
5 echo namespace\bar."\n";
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 Dbug43344_13.phpt2 Bug #43344.13 (Wrong error message for undefined namespace constant)
5 function f($a=array(namespace\bar=>0)) {
H A Dbug43344_2.phpt2 Bug #43344.2 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dbug43344_3.phpt2 Bug #43344.3 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dbug43344_4.phpt2 Bug #43344.4 (Wrong error message for undefined namespace constant)
5 namespace Foo;
/PHP-7.4/Zend/tests/anon/
H A D006.phpt5 namespace lone {
9 namespace {
H A D007.phpt5 namespace lone {
/PHP-7.4/Zend/tests/assert/
H A Dbug70528.phpt10 namespace Foo;
H A Dexpect_015.phpt133 namespace\foo();
136 $x = namespace\foo;
139 $x = new namespace\foo();
286 namespace\foo();
289 $x = namespace\foo;
292 $x = new namespace\foo();
H A Dexpect_018.phpt2 test assertions in namespace
8 namespace Foo;
H A Dexpect_019.phpt2 test assertions in namespace (assertions completely disabled)
8 namespace Foo;

Completed in 30 milliseconds

12345678910>>...12