/PHP-7.0/ext/soap/tests/schema/ |
H A D | schema078.phpt | 2 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 D | schema075.phpt | 2 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 D | schema079.phpt | 2 SOAP XML Schema 79: Element form qualified/unqualified (elementFormDefault="unqualified") 12 <element name="int2" type="int" form="qualified"/>
|
H A D | schema080.phpt | 2 SOAP XML Schema 80: Element form qualified/unqualified (elementFormDefault - default) 12 <element name="int2" type="int" form="qualified"/>
|
H A D | schema074.phpt | 2 SOAP XML Schema 74: Structure with attributes and qualified elements 17 …"',(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") 11 <attribute name="int2" type="int" form="qualified"/>
|
H A D | schema077.phpt | 2 SOAP XML Schema 77: Attributes form qualified/unqualified (attributeFormDefault - default) 11 <attribute name="int2" type="int" form="qualified"/>
|
/PHP-7.0/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-7.0/ext/session/tests/ |
H A D | save_handler.inc | 54 $qualified = ($session_save_path."/".$file); 55 if (is_file($qualified) === TRUE) { 56 …if (substr($file, 0, $length) === SESSION_FILE_PREFIX && (filemtime($qualified) + $maxlifetime <= … 57 unlink($qualified);
|
/PHP-7.0/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 | 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::doesntExist 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::doesntExist does not specify a base class of C
|
/PHP-7.0/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 | bug46813.phpt | 2 Bug #46813: class_exists doesn`t work with fully qualified namespace
|
/PHP-7.0/Zend/tests/typehints/ |
H A D | fully_qualified_scalar.phpt | 2 Fully qualified (leading backslash) type names must fail
|
/PHP-7.0/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-7.0/Zend/tests/traits/bugs/ |
H A D | alias-semantics02.phpt | 4 It should also work incase the method is fully qualified.
|
/PHP-7.0/ext/xml/ |
H A D | compat.c | 37 _qualify_namespace(XML_Parser parser, const xmlChar *name, const xmlChar *URI, xmlChar **qualified) in _qualify_namespace() argument 41 *qualified = xmlStrdup(URI); in _qualify_namespace() 42 *qualified = xmlStrncat(*qualified, parser->_ns_separator, 1); in _qualify_namespace() 43 *qualified = xmlStrncat(*qualified, name, xmlStrlen(name)); in _qualify_namespace() 45 *qualified = xmlStrdup(name); in _qualify_namespace()
|
/PHP-7.0/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-7.0/ |
H A D | README.namespaces | 70 It can be used to construct fully-qualified names to pass them as callbacks. 85 1) all qualified names are translated during compilation according to 106 6) Calls to qualified functions are resolved at run-time. Call to 110 7) qualified class names are interpreted as class from corresponding
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug29795.wsdl | 3 …a targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="qualified">
|
H A D | bug29839.wsdl | 3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
|
H A D | bug34453.wsdl | 3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
|
H A D | bug40609.wsdl | 3 …http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" …
|