Home
last modified time | relevance | path

Searched refs:qualified (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.0/ext/soap/tests/schema/
H A Dschema078.phpt2 SOAP XML Schema 78: Element form qualified/unqualified (elementFormDefault="qualified")
12 <element name="int2" type="int" form="qualified"/>
18 …ct)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal", 'elementFormDefault="qualified"');
H A Dschema075.phpt2 SOAP XML Schema 75: Attributes form qualified/unqualified (attributeFormDefault="qualified")
11 <attribute name="int2" type="int" form="qualified"/>
16 …)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded", 'attributeFormDefault="qualified"');
H A Dschema079.phpt2 SOAP XML Schema 79: Element form qualified/unqualified (elementFormDefault="unqualified")
12 <element name="int2" type="int" form="qualified"/>
H A Dschema080.phpt2 SOAP XML Schema 80: Element form qualified/unqualified (elementFormDefault - default)
12 <element name="int2" type="int" form="qualified"/>
H A Dschema074.phpt2 SOAP XML Schema 74: Structure with attributes and qualified elements
17 …"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded", 'attributeFormDefault="qualified"');
H A Dschema076.phpt2 SOAP XML Schema 76: Attributes form qualified/unqualified (attributeFormDefault="unqualified")
11 <attribute name="int2" type="int" form="qualified"/>
H A Dschema077.phpt2 SOAP XML Schema 77: Attributes form qualified/unqualified (attributeFormDefault - default)
11 <attribute name="int2" type="int" form="qualified"/>
/PHP-8.0/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt41 as/*comment*/die; // non qualified
42 \TraitB::exit as bye; // full qualified
44 as byebye; // even more full qualified
48 exit as farewell; // full qualified with weird spacing
/PHP-8.0/Zend/tests/typehints/
H A Dfq_nullable.phpt2 Fully-qualified nullable parameter type
H A Dbug76198.phpt2 "iterable" must not be fully qualified
H A Dfully_qualified_scalar.phpt2 Fully qualified (leading backslash) type names must fail
/PHP-8.0/ext/reflection/tests/
H A Dbug49092.phpt2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
H A DReflectionClass_getProperty_004.phpt243 Fully qualified property name X::$pubC does not specify a base class of C
245 Fully qualified property name X::$protC does not specify a base class of C
247 Fully qualified property name X::$privC does not specify a base class of C
249 Fully qualified property name X::$doesNotExist does not specify a base class of C
H A DReflectionClass_getProperty_003.phpt243 Fully qualified property name X::$pubC does not specify a base class of C
245 Fully qualified property name X::$protC does not specify a base class of C
247 Fully qualified property name X::$privC does not specify a base class of C
249 Fully qualified property name X::$doesNotExist does not specify a base class of C
/PHP-8.0/Zend/tests/
H A Ddynamic_fully_qualified_call.phpt2 Crash when using dynamic call syntax with fully qualified name in a namespace
H A Dns_096.phpt10 Parse error: syntax error, unexpected fully qualified name "\Baz", expecting identifier or namespac…
H A Dbug46813.phpt2 Bug #46813: class_exists doesn`t work with fully qualified namespace
/PHP-8.0/Zend/tests/return_types/
H A D016.phpt2 Fully qualified classes are allowed in return types
H A D017.phpt2 Fully qualified classes in trait return types
/PHP-8.0/Zend/tests/traits/bugs/
H A Dalias-semantics02.phpt4 It should also work in case the method is fully qualified.
/PHP-8.0/ext/xml/
H A Dcompat.c36 _qualify_namespace(XML_Parser parser, const xmlChar *name, const xmlChar *URI, xmlChar **qualified) in _qualify_namespace() argument
40 *qualified = xmlStrdup(URI); in _qualify_namespace()
41 *qualified = xmlStrncat(*qualified, parser->_ns_separator, 1); in _qualify_namespace()
42 *qualified = xmlStrncat(*qualified, name, xmlStrlen(name)); in _qualify_namespace()
44 *qualified = xmlStrdup(name); in _qualify_namespace()
/PHP-8.0/ext/soap/tests/soap12/
H A DT71.phpt24 …<env:Reason><env:Text>A SOAP Envelope element cannot have non Namespace qualified attributes</env:…
/PHP-8.0/ext/session/tests/
H A Dsave_handler.inc113 $qualified = ($session_save_path."/".$file);
114 if (is_file($qualified) === TRUE) {
115 …if (substr($file, 0, $length) === SESSION_FILE_PREFIX && (filemtime($qualified) + $maxlifetime <= …
116 unlink($qualified);
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug29795.wsdl3 …a targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="qualified">
H A Dbug29839.wsdl3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">

Completed in 26 milliseconds

12