/PHP-8.2/ext/soap/tests/schema/ |
H A D | schema078.phpt | 2 SOAP XML Schema 78: Element form qualified/unqualified (elementFormDefault="qualified") 13 <element name="int2" type="int" form="qualified"/> 19 …ct)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal", 'elementFormDefault="qualified"');
|
H A D | schema075.phpt | 2 SOAP XML Schema 75: Attributes form qualified/unqualified (attributeFormDefault="qualified") 12 <attribute name="int2" type="int" form="qualified"/> 17 …)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded", 'attributeFormDefault="qualified"');
|
H A D | schema079.phpt | 2 SOAP XML Schema 79: Element form qualified/unqualified (elementFormDefault="unqualified") 13 <element name="int2" type="int" form="qualified"/>
|
H A D | schema080.phpt | 2 SOAP XML Schema 80: Element form qualified/unqualified (elementFormDefault - default) 13 <element name="int2" type="int" form="qualified"/>
|
H A D | schema074.phpt | 2 SOAP XML Schema 74: Structure with attributes and qualified elements 18 …"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded", 'attributeFormDefault="qualified"');
|
H A D | schema076.phpt | 2 SOAP XML Schema 76: Attributes form qualified/unqualified (attributeFormDefault="unqualified") 12 <attribute name="int2" type="int" form="qualified"/>
|
H A D | schema077.phpt | 2 SOAP XML Schema 77: Attributes form qualified/unqualified (attributeFormDefault - default) 12 <attribute name="int2" type="int" form="qualified"/>
|
/PHP-8.2/Zend/tests/grammar/ |
H A D | semi_reserved_008.phpt | 41 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.2/Zend/tests/typehints/ |
H A D | fq_nullable.phpt | 2 Fully-qualified nullable parameter type
|
H A D | bug76198.phpt | 2 "iterable" must not be fully qualified
|
H A D | fully_qualified_scalar.phpt | 2 Fully qualified (leading backslash) type names must fail
|
/PHP-8.2/ext/reflection/tests/ |
H A D | bug49092.phpt | 2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
|
H A D | ReflectionClass_getProperty_003.phpt | 239 Fully qualified property name X::$pubC does not specify a base class of C 241 Fully qualified property name X::$protC does not specify a base class of C 243 Fully qualified property name X::$privC does not specify a base class of C 245 Fully qualified property name X::$doesNotExist does not specify a base class of C
|
H A D | ReflectionClass_getProperty_004.phpt | 243 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.2/Zend/tests/ |
H A D | dynamic_fully_qualified_call.phpt | 2 Crash when using dynamic call syntax with fully qualified name in a namespace
|
H A D | ns_096.phpt | 10 Parse error: syntax error, unexpected fully qualified name "\Baz", expecting identifier or namespac…
|
H A D | bug46813.phpt | 2 Bug #46813: class_exists doesn`t work with fully qualified namespace
|
/PHP-8.2/Zend/tests/return_types/ |
H A D | 016.phpt | 2 Fully qualified classes are allowed in return types
|
H A D | 017.phpt | 2 Fully qualified classes in trait return types
|
/PHP-8.2/Zend/tests/traits/bugs/ |
H A D | alias-semantics02.phpt | 4 It should also work in case the method is fully qualified.
|
/PHP-8.2/ext/xml/ |
H A D | compat.c | 36 _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.2/ext/session/tests/ |
H A D | save_handler.inc | 113 $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.2/ext/soap/tests/soap12/ |
H A D | T71.phpt | 24 …<env:Reason><env:Text>A SOAP Envelope element cannot have non Namespace qualified attributes</env:…
|
/PHP-8.2/ext/soap/tests/bugs/ |
H A D | bug62900.phpt | 13 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified"> 23 <xs:schema elementFormDefault="qualified">
|
H A D | bug29795.wsdl | 3 …a targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="qualified">
|