Home
last modified time | relevance | path

Searched refs:namespace (Results 176 – 200 of 457) sorted by relevance

12345678910>>...19

/php-src/Zend/tests/
H A Danon_class_name.phpt6 namespace DeclaringNS {
12 namespace UsingNS {
H A Dbug43332_1.phpt2 Bug #43332.1 (self and parent as type hint in namespace)
5 namespace foobar;
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 Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
5 namespace ns;
H A Dns_010.phpt2 010: Accessing internal namespace class
5 namespace X;
H A Dns_026.phpt2 026: Name ambiguity (class name & namespace name)
7 namespace Foo;
H A Dbug43344_1.phpt2 Bug #43344.1 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dns_095.phpt6 namespace Foo\Bar {
20 namespace Baz {
H A Dcall_user_func_001.phpt2 Testing call_user_func inside namespace
6 namespace testing {
H A Duse_no_file_conflict_1.inc3 namespace Foo;
H A Duse_no_file_conflict_2.inc3 namespace Foo;
H A Dbug46665_autoload.inc3 namespace Foo\Bar;
/php-src/ext/opcache/tests/jit/
H A Dgh8461-006.phpt15 namespace {
24 namespace test {
/php-src/Zend/tests/attributes/
H A D002_rfcexample.phpt6 namespace My\Attributes {
19 namespace {
/php-src/ext/dom/tests/
H A DDOMElement_toggleAttribute.phpt71 echo "namespace of test:test = ";
73 echo "namespace of foo:test = ";
75 echo "namespace of doesnotexist:test = ";
86 echo "Checking toggled namespace:\n";
146 namespace of test:test = NULL
147 namespace of foo:test = string(8) "some:ns2"
148 namespace of doesnotexist:test = NULL
157 Checking toggled namespace:
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt7 // Spec doesn't require to remove redundant namespace declarations.
8 // This means that when appending a new attribute the old namespace declaration is reused, hence th…
9 // Firefox cleans up the old namespace declaration, so there the prefix does change.
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_xpath.phpt43 echo "--- Get a namespace node ---\n";
46 var_dump($xpath->evaluate("//*/namespace::*"));
69 --- Get a namespace node ---
/php-src/ext/simplexml/tests/
H A Dbug43221.phpt2 Bug #43221 (SimpleXML adding default namespace in addAttribute)
15 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
/php-src/Zend/tests/assert/
H A Dexpect_018.phpt2 test assertions in namespace
7 namespace Foo;
/php-src/ext/zend_test/tests/
H A Dobserver_call_user_func_03.phpt2 Observer: call_user_func() from namespace
11 namespace Test {
H A Dobserver_call_user_func_04.phpt2 Observer: call_user_func_array() from namespace
11 namespace Test {
/php-src/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-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_attribute_ns.phpt2 Dom\HTMLDocument serialization of an attribute in a namespace
11 $root->setAttributeNodeNS($dom->createAttributeNS("http://www.w3.org/XML/1998/namespace", "y:id"));
/php-src/Zend/tests/use_const/includes/
H A Dfoo_php_version.inc3 namespace foo;
H A Dfoo_bar.inc3 namespace foo;

Completed in 38 milliseconds

12345678910>>...19