Home
last modified time | relevance | path

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

12345678

/PHP-5.5/Zend/tests/
H A Dns_064.phpt2 Magic methods in overrided stdClass inside namespace
6 namespace test;
H A Dns_078.phpt5 namespace test\ns1;
19 namespace xyz;
H A Dns_012.phpt2 012: Import in namespace and functions
5 namespace test\ns1;
H A Dclass_name_as_scalar.phpt6 namespace Foo\Bar {
32 var_dump(Moo::CLASS); // resolve in namespace
35 namespace {
40 var_dump(Boo::class); // resolve in global namespace
H A Dns_076.phpt2 076: Unknown constants in namespace
5 namespace foo;
H A Dns_026.phpt2 026: Name ambiguity (class name & namespace name)
7 namespace Foo;
H A Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
5 namespace ns;
H A Dns_010.phpt2 010: Accesing internal namespace class
5 namespace X;
H A Dbug43344_1.phpt2 Bug #43344.1 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dcall_user_func_001.phpt2 Testing call_user_func inside namespace
6 namespace testing {
H A Dns_040.phpt2 040: Constant declaration and usage in namespace
5 namespace X;
H A Dbug46665_autoload.inc3 namespace Foo\Bar;
H A Dns_024.phpt2 024: __NAMESPACE__ constant out of namespace
H A Dns_023.phpt5 namespace test\foo;
H A Dns_044.phpt5 namespace test\ns1;
H A Dbug43027.phpt6 namespace test;
H A Dns_014.phpt5 namespace test\ns1;
H A Dns_027.inc2 namespace Foo\Bar;
H A Dns_043.phpt5 namespace test\ns1;
H A Dbug54804.phpt5 namespace a;
/PHP-5.5/ext/simplexml/tests/
H A Dbug43221.phpt2 Bug #43221 (SimpleXML adding default namespace in addAttribute)
16 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
H A D031.phpt18 /* Add new attribute in a new namespace */
24 /* Add new attribute w/o namespace */
35 /* New namespace test */
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl39 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
42 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
48 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
51 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc23 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
24 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…
/PHP-5.5/ext/dom/tests/
H A Dcanonicalization.phpt37 echo $doc->c14N(TRUE, FALSE, array('query'=>'(//. | //@* | //namespace::*)'))."\n\n";
40 using xpath query with registered namespace.
41 test namespace prefix is also included. */
43 array('query'=>'(//a:contain | //a:bar | .//namespace::*)',
48 test namespace prefix is also included */

Completed in 46 milliseconds

12345678