Home
last modified time | relevance | path

Searched refs:namespace (Results 101 – 125 of 190) sorted by last modified time

12345678

/PHP-5.5/Zend/tests/
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;
H A Dbug43344_5.phpt2 Bug #43344.5 (Wrong error message for undefined namespace constant)
5 namespace Foo;
H A Dbug43344_6.phpt2 Bug #43344.6 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 echo namespace\bar."\n";
H A Dbug43344_7.phpt2 Bug #43344.7 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 function f($a=namespace\bar) {
H A Dbug43344_8.phpt2 Bug #43344.8 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 function f($a=array(namespace\bar)) {
H A Dbug43344_9.phpt2 Bug #43344.9 (Wrong error message for undefined namespace constant)
5 namespace Foo;
6 function f($a=array(namespace\bar=>0)) {
H A Dbug44653.phpt2 Bug #44653 (Invalid namespace name resolution)
5 namespace A;
9 namespace B;
H A D037.phpt6 namespace closure;
/PHP-5.5/Zend/RFCs/
H A D002.txt31 namespace, defaulting to the current global one. The current name
33 spaces than the current one may be referenced using a new namespace
44 The namespace operator ":" is used to refer to symbols in other
55 only the namespace operator:
68 ":" character in the symbol qualifier that is the actual namespace
79 the one after "Space" that is the namespace operator.)
87 the global namespace:
89 1 namespace HTML;
100 1 namespace HTML:Form;
117 # second file with the same namespace statement?
[all …]
/PHP-5.5/
H A DREADME.namespaces13 namespace Zend\DB;
24 namespace name. Inside namespace, local name always takes precedence over
64 namespace A\B\C;
73 namespace A\B\C;
100 function from the global namespace.
111 namespace. So "new A\B\C()" refers to class C from namespace A\B.
116 namespace A;
123 namespace A;
130 namespace A;
136 namespace A;
[all …]
H A DREADME.NEW-OUTPUT-API6 Everything now resides beneath the php_output namespace,
H A DNEWS1718 with a namespace). (Laruence)
1779 . Allowed specifying paths in the abstract namespace for the functions
5023 - Fixed bug #51991 (spl_autoload and *nix support with namespace). (Felipe)
5159 - Fixed bug #49490 (XPath namespace prefix conflict). (Rob)
5397 - Fixed bug #49463 (setAttributeNS fails setting default namespace). (Rob)
6407 - Fixed bug #47849 (Non-deep import loses the namespace). (Rob)
6567 - Fixed bug #46699 (xml_parse crash when parser is namespace aware). (Rob)
6769 namespace does not work). (Rob)
6849 - Fixed bug #44127 (UNIX abstract namespace socket connect does not work).
9401 - Fixed bug #34276 (setAttributeNS doesn't work with default namespace).
[all …]
/PHP-5.5/ext/xml/tests/
H A Dbug46699.phpt2 Bug #46699: (xml_parse crash when parser is namespace aware)
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug42919.phpt5 namespace Foo;
/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…
H A Dbug68361.phpt65 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
68 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
74 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
77 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
/PHP-5.5/ext/simplexml/tests/
H A Dprofile08.phpt2 SimpleXML [profile]: Accessing a namespaced attribute without a namespace
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_basic2.phpt2 ReflectionParameter::isDefaultValueConstant() && getDefaultValueConstantName() for namespace
6 namespace ReflectionTestNamespace {
14 namespace {

Completed in 94 milliseconds

12345678